-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
82 lines (82 loc) · 2.68 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "notificator",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"vite-dev-server": "vite",
"vite-build": "vite build",
"start": "dotenv -e .env.development yarn vite-dev-server",
"build": "dotenv -e .env.production yarn vite-build",
"analyze": "dotenv -e .env.analyze yarn vite-build",
"lint": "yarn lint:scripts",
"lint:scripts": "eslint \"{src,config}/**/*.{js,ts,jsx,tsx}\" --cache --fix --max-warnings=0",
"preview": "vite preview",
"generate-icons": "node scripts/generate-icons.mjs"
},
"dependencies": {
"@distributedlab/jac": "^1.0.0-rc.14",
"@distributedlab/tools": "^1.0.0-rc.14",
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/modifiers": "^7.0.0",
"@dnd-kit/sortable": "^8.0.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@hookform/resolvers": "^3.3.2",
"@mui/icons-material": "^5.14.19",
"@mui/material": "^5.14.20",
"@mui/x-charts": "^6.19.5",
"@mui/x-date-pickers": "^7.22.2",
"@uiw/react-textarea-code-editor": "^3.1.0",
"firebase-admin": "^13.0.0",
"gapi-script": "^1.2.0",
"lodash": "^4.17.21",
"loglevel": "^1.8.1",
"material-ui-popup-state": "^5.0.10",
"notistack": "^3.0.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-i18next": "^12.1.1",
"react-hook-form": "^7.48.2",
"react-router-dom": "^6.20.1",
"react-use": "^17.4.2",
"uuid": "^9.0.1",
"valtio": "^1.12.1",
"yup": "^1.3.2"
},
"devDependencies": {
"@eslint/js": "^9.14.0",
"@types/lodash": "^4",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/uuid": "^9",
"@vitejs/plugin-react": "^4.3.3",
"dotenv": "^16.3.1",
"dotenv-cli": "^7.2.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-i18n": "^1.0.3",
"eslint-plugin-simple-import-sort": "^12.0.0",
"globals": "^15.12.0",
"typescript": "~5.6.2",
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@esbuild-plugins/node-modules-polyfill": "^0.2.2",
"@vitejs/plugin-react-swc": "^3.5.0",
"rollup-plugin-visualizer": "^5.9.2",
"typescript-eslint": "^8.14.0",
"vite-plugin-checker": "^0.6.1",
"vite-plugin-html": "^3.2.2",
"vite-plugin-node-polyfills": "^0.9.0",
"vite-plugin-svg-icons": "^2.0.1",
"vite-tsconfig-paths": "^4.0.3",
"postcss": "^8.4.24",
"prettier": "^3.2.5",
"vite": "^5.4.10"
}
}