2020-12-24 02:37:23 +03:30
|
|
|
{
|
|
|
|
|
"name": "project",
|
|
|
|
|
"version": "0.1.0",
|
|
|
|
|
"private": true,
|
2023-03-11 18:05:58 +01:00
|
|
|
"scripts": {
|
2023-06-05 00:58:21 +02:00
|
|
|
"start": "vite",
|
|
|
|
|
"build": "vite build",
|
|
|
|
|
"serve": "vite preview",
|
2023-03-11 18:05:58 +01:00
|
|
|
"build-md5": "find build -type f | sort | xargs md5sum | awk '{ print $1 }' | tr -d '\n' | md5sum| awk '{ print $1 }' > buildZip/md5sum ",
|
|
|
|
|
"build-zip": "cd build && rev=$(git rev-list HEAD --count) && echo r$rev > revision && zip -9 -r ../buildZip/Tachidesk-WebUI-r$rev *",
|
|
|
|
|
"lint": "eslint src --ext .ts,.tsx,.js,.jsx"
|
|
|
|
|
},
|
|
|
|
|
"browserslist": {
|
|
|
|
|
"production": [
|
|
|
|
|
">0.2%",
|
|
|
|
|
"not dead",
|
|
|
|
|
"not op_mini all"
|
|
|
|
|
],
|
|
|
|
|
"development": [
|
|
|
|
|
"last 1 chrome version",
|
|
|
|
|
"last 1 firefox version",
|
|
|
|
|
"last 1 safari version"
|
|
|
|
|
]
|
|
|
|
|
},
|
2020-12-24 02:37:23 +03:30
|
|
|
"dependencies": {
|
2023-06-04 21:25:34 +02:00
|
|
|
"@emotion/react": "^11.11.0",
|
|
|
|
|
"@emotion/styled": "^11.11.0",
|
2023-06-04 21:33:28 +02:00
|
|
|
"@fontsource/roboto": "^5.0.2",
|
2023-06-04 21:31:49 +02:00
|
|
|
"@mui/icons-material": "^5.11.16",
|
2023-06-04 21:13:07 +02:00
|
|
|
"@mui/material": "^5.13.3",
|
2023-06-05 00:58:21 +02:00
|
|
|
"@types/node": "18.16.0",
|
|
|
|
|
"@vitejs/plugin-react": "^4.0.0",
|
2023-05-23 13:25:48 +02:00
|
|
|
"axios": "^1.4.0",
|
2023-06-04 21:37:21 +02:00
|
|
|
"file-selector": "^0.6.0",
|
2023-06-04 21:24:09 +02:00
|
|
|
"i18next": "^22.5.0",
|
|
|
|
|
"i18next-browser-languagedetector": "^7.0.2",
|
2023-06-04 21:40:04 +02:00
|
|
|
"react": "^18.2.0",
|
2023-06-04 21:22:02 +02:00
|
|
|
"react-beautiful-dnd": "^13.1.1",
|
2023-06-04 21:40:04 +02:00
|
|
|
"react-dom": "^18.2.0",
|
2023-06-04 21:24:09 +02:00
|
|
|
"react-i18next": "^12.3.1",
|
2023-06-04 21:30:15 +02:00
|
|
|
"react-router-dom": "^6.11.2",
|
2023-06-04 21:38:41 +02:00
|
|
|
"react-virtuoso": "^4.3.8",
|
2023-05-15 11:56:55 +02:00
|
|
|
"swr": "^2.1.5",
|
2023-06-04 21:27:09 +02:00
|
|
|
"use-query-params": "^2.2.1",
|
2023-06-05 00:58:21 +02:00
|
|
|
"vite": "^4.3.9",
|
|
|
|
|
"vite-tsconfig-paths": "^4.2.0",
|
2023-06-04 21:35:39 +02:00
|
|
|
"web-vitals": "^3.3.2"
|
2020-12-24 02:37:23 +03:30
|
|
|
},
|
2020-12-24 16:49:43 +03:30
|
|
|
"devDependencies": {
|
2023-06-04 21:40:04 +02:00
|
|
|
"@types/react": "^18.2.8",
|
2023-06-04 21:22:02 +02:00
|
|
|
"@types/react-beautiful-dnd": "^13.1.4",
|
2023-06-04 21:40:04 +02:00
|
|
|
"@types/react-dom": "^18.2.4",
|
2023-06-04 21:16:56 +02:00
|
|
|
"@typescript-eslint/eslint-plugin": "^5.59.8",
|
|
|
|
|
"@typescript-eslint/parser": "^5.59.8",
|
2023-06-04 21:41:57 +02:00
|
|
|
"eslint": "^8.42.0",
|
2023-03-11 18:05:58 +01:00
|
|
|
"eslint-config-airbnb": "^19.0.4",
|
|
|
|
|
"eslint-config-airbnb-typescript": "^17.0.0",
|
2023-06-04 21:14:33 +02:00
|
|
|
"eslint-config-prettier": "^8.8.0",
|
2023-05-18 13:17:41 +02:00
|
|
|
"eslint-plugin-header": "^3.1.1",
|
2023-03-11 18:05:58 +01:00
|
|
|
"eslint-plugin-import": "^2.27.5",
|
|
|
|
|
"eslint-plugin-jsx-a11y": "^6.7.1",
|
2023-02-05 16:15:20 +01:00
|
|
|
"eslint-plugin-no-relative-import-paths": "^1.5.2",
|
2023-02-06 10:06:33 +01:00
|
|
|
"eslint-plugin-prettier": "^4.2.1",
|
2023-03-11 18:05:58 +01:00
|
|
|
"eslint-plugin-react": "^7.32.2",
|
|
|
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
2023-06-04 21:14:33 +02:00
|
|
|
"prettier": "^2.8.8",
|
2023-06-04 21:42:41 +02:00
|
|
|
"typescript": "^5.1.3"
|
2020-12-24 02:37:23 +03:30
|
|
|
}
|
2021-01-21 15:04:11 +03:30
|
|
|
}
|