-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.47 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
{
"name": "tolls-lol-license-plate-obscured-visualizer",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev:client": "vite",
"start:server": "nodemon server.mjs",
"build": "vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.675.0",
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@mui/material": "^5.16.4",
"@types/mapbox-gl": "^3.1.0",
"axios": "^1.7.7",
"dotenv": "^16.4.5",
"lodash": "^4.17.21",
"mapbox-gl": "^3.4.0",
"pluralize": "^8.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-map-gl": "^7.1.7",
"react-spinners": "^0.14.1",
"zustand": "^4.5.4"
},
"devDependencies": {
"@types/lodash": "^4.17.7",
"@types/node": "^20.14.9",
"@types/pluralize": "^0.0.33",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.14.1",
"@typescript-eslint/parser": "^7.14.1",
"@vitejs/plugin-react": "^4.3.1",
"eslint": "^8.57.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"typescript": "^5.5.2",
"vite": "^5.3.1",
"vite-plugin-eslint": "^1.8.1"
},
"resolutions": {
"@typescript-eslint/eslint-plugin": "^7.14.1",
"@typescript-eslint/parser": "^7.14.1"
}
}