-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
104 lines (104 loc) · 3.19 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"name": "@lems/source",
"version": "1.4.0",
"license": "MIT",
"author": "FIRST Israel",
"prettier": "@firstisrael/prettier-config",
"scripts": {
"dev": "npx nx run-many --target=serve --projects=backend,frontend",
"build": "npx nx run-many --target=build --projects=backend,frontend",
"scheduler": "cd apps/scheduler/src && python -m fastapi dev main.py && cd --",
"lint": "npx nx run-many --target=lint --projects=backend,frontend"
},
"private": true,
"dependencies": {
"@aws-sdk/client-s3": "^3.732.0",
"@emotion/react": "^11.13.3",
"@emotion/server": "11.11.0",
"@emotion/styled": "^11.14.0",
"@json2csv/plainjs": "^7.0.6",
"@mui/base": "^5.0.0-beta.68",
"@mui/icons-material": "^6.3.1",
"@mui/lab": "^6.0.0-beta.22",
"@mui/material": "^6.4.0",
"@mui/x-data-grid": "^7.23.5",
"@mui/x-date-pickers": "^7.23.3",
"@nx/next": "20.3.2",
"@types/grecaptcha": "^3.0.9",
"axios": "^1.7.9",
"cookie-parser": "^1.4.7",
"cors": "^2.8.5",
"csv-parse": "^5.6.0",
"dayjs": "^1.11.13",
"express": "^4.21.2",
"express-async-handler": "^1.2.0",
"express-fileupload": "^1.5.1",
"express-winston": "^4.2.0",
"formik": "^2.4.6",
"idb": "^8.0.1",
"jsonwebtoken": "^9.0.2",
"merge-anything": "^5.1.7",
"mongodb": "^6.12.0",
"next": "^14.2.22",
"node-schedule": "^2.1.1",
"notistack": "^3.0.1",
"promise": "^8.3.0",
"puppeteer": "^23.11.1",
"rambda": "^9.4.2",
"react": "18.3.1",
"react-beautiful-dnd": "^13.1.1",
"react-color": "^2.19.3",
"react-dom": "^18.3.1",
"react-markdown": "^9.0.3",
"react-signature-canvas": "^1.0.7",
"react-spring": "^9.7.5",
"recharts": "^2.15.0",
"serve-favicon": "^2.5.0",
"socket.io": "^4.8.1",
"socket.io-client": "^4.8.1",
"stylis": "^4.3.4",
"stylis-plugin-rtl": "^2.1.1",
"timesync": "^1.0.11",
"tslib": "^2.8.1",
"winston": "^3.17.0"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-react": "^7.26.3",
"@firstisrael/prettier-config": "^1.1.0",
"@nx/eslint": "20.3.2",
"@nx/eslint-plugin": "20.3.2",
"@nx/express": "20.3.2",
"@nx/js": "20.3.2",
"@nx/node": "20.3.2",
"@nx/react": "20.3.2",
"@nx/webpack": "20.3.2",
"@nx/workspace": "20.3.2",
"@stylistic/eslint-plugin": "^2.12.1",
"@swc-node/register": "^1.10.9",
"@swc/core": "^1.10.8",
"@swc/plugin-emotion": "^8.0.4",
"@types/express": "^4.17.21",
"@types/express-fileupload": "^1.5.1",
"@types/jsonwebtoken": "^9.0.7",
"@types/node": "^22.10.7",
"@types/react": "^18.3.12",
"@types/react-beautiful-dnd": "^13.1.8",
"@types/react-color": "^3.0.13",
"@types/react-dom": "^18.3.1",
"@types/react-signature-canvas": "^1.0.6",
"@types/serve-favicon": "^2.5.7",
"@types/webpack-env": "^1.18.5",
"@types/ws": "^8.5.13",
"eslint": "^8.57.1",
"eslint-config-next": "^14.2.18",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "5.1.0",
"nx": "20.3.2",
"prettier": "^3.4.2",
"ts-node": "10.9.2",
"typescript": "^5.7.3"
}
}