-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.86 KB
/
Copy pathpackage.json
File metadata and controls
68 lines (68 loc) · 1.86 KB
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
{
"name": "@mtes/source",
"version": "0.0.0",
"license": "MIT",
"author": "Nir Chen",
"scripts": {
"dev": "npx nx run-many --target=serve --projects=backend,frontend"
},
"private": true,
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/server": "11.11.0",
"@emotion/styled": "^11.14.0",
"@json2csv/plainjs": "^7.0.6",
"@mui/icons-material": "^6.4.0",
"@mui/lab": "^6.0.0-beta.24",
"@mui/material": "^6.4.10",
"@mui/x-date-pickers": "^7.24.0",
"@types/express-fileupload": "^1.5.1",
"@uiw/react-signature": "^1.3.2",
"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",
"formik": "^2.4.6",
"jsonwebtoken": "^9.0.2",
"mongodb": "^6.12.0",
"next": "^14.2.29",
"notistack": "^3.0.2",
"react": "18.3.1",
"react-beautiful-dnd": "^13.1.1",
"react-color": "^2.19.3",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "18.3.1",
"socket.io": "^4.8.1",
"socket.io-client": "^4.8.1",
"stylis": "^4.3.6",
"stylis-plugin-rtl": "^2.1.1",
"zod": "^3.24.3",
"zod-formik-adapter": "^1.3.0"
},
"devDependencies": {
"@nx/esbuild": "^21.1.1",
"@nx/js": "20.3.2",
"@nx/next": "^20.1.4",
"@nx/node": "^20.3.2",
"@nx/web": "20.3.2",
"@nx/webpack": "^20.3.2",
"@swc-node/register": "~1.9.1",
"@swc/core": "~1.5.7",
"@swc/helpers": "~0.5.11",
"@swc/plugin-emotion": "^2.5.67",
"@types/express": "~4.17.13",
"@types/node": "18.16.9",
"@types/react": "18.3.1",
"@types/react-color": "^3.0.13",
"@types/react-dom": "18.3.0",
"esbuild": "^0.25.4",
"nx": "20.3.2",
"prettier": "^2.6.2",
"typescript": "~5.6.2",
"webpack-cli": "^5.1.4"
}
}