-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
85 lines (85 loc) · 2.39 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
{
"name": "traffic-sign-detection",
"version": "0.0.1",
"license": "Apache-2.0",
"scripts": {
"start": "nx serve",
"build": "nx build",
"test": "nx test",
"prepare": "husky install"
},
"type": "module",
"private": true,
"dependencies": {
"@emotion/react": "11.10.4",
"@iconify/react": "4.0.0",
"@mantine/core": "5.4.0",
"@mantine/dropzone": "5.4.0",
"@mantine/hooks": "5.4.0",
"@reduxjs/toolkit": "1.8.5",
"@tanstack/react-query": "4.3.9",
"@tanstack/react-query-devtools": "4.3.9",
"axios": "0.27.2",
"cookie-parser": "1.4.6",
"debug": "4.3.4",
"dotenv": "16.0.2",
"express": "4.18.1",
"fast-glob": "3.2.12",
"fflate": "0.7.3",
"file-saver": "2.0.5",
"fs-extra": "10.1.0",
"http-errors": "2.0.0",
"morgan": "1.10.0",
"multer": "1.4.5-lts.1",
"re-resizable": "6.9.9",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "7.35.0",
"react-redux": "8.0.2",
"react-router-dom": "6.4.0",
"socket.io": "4.5.2",
"socket.io-client": "4.5.2",
"uuid": "9.0.0",
"validator": "13.7.0"
},
"devDependencies": {
"@babel/core": "7.19.1",
"@commitlint/cli": "17.1.2",
"@commitlint/config-conventional": "17.1.0",
"@nrwl/cli": "14.7.6",
"@nrwl/eslint-plugin-nx": "14.7.6",
"@nrwl/express": "14.7.6",
"@nrwl/linter": "14.7.6",
"@nrwl/node": "14.7.6",
"@nrwl/react": "14.7.6",
"@nrwl/web": "14.7.6",
"@nrwl/workspace": "14.7.6",
"@types/express": "4.17.14",
"@types/node": "18.7.18",
"@types/react": "18.0.20",
"@types/react-dom": "18.0.6",
"@types/react-router-dom": "5.3.3",
"@typescript-eslint/eslint-plugin": "5.38.0",
"@typescript-eslint/parser": "5.38.0",
"@vitejs/plugin-react": "2.1.0",
"@windicss/plugin-animations": "1.0.9",
"eslint": "8.23.1",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-prettier": "8.5.0",
"eslint-import-resolver-typescript": "3.5.1",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.6.1",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.31.8",
"eslint-plugin-react-hooks": "4.6.0",
"husky": "8.0.1",
"lint-staged": "13.0.3",
"nodemon": "2.0.20",
"nx": "14.7.6",
"prettier": "2.7.1",
"typescript": "4.8.3",
"vite": "3.1.3",
"vite-plugin-windicss": "1.8.8",
"windicss": "3.5.6"
}
}