-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.54 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
{
"name": "parking_finder",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist",
"dev-server": "json-server --watch ./src/data/db.json --port 3001"
},
"dependencies": {
"axios": "^1.2.2",
"bootstrap": "^5.2.3",
"dayjs": "^1.11.7",
"json-server": "^0.17.1",
"leaflet": "^1.9.3",
"lottie-react": "^2.3.1",
"proj4": "^2.8.1",
"react": "^18.2.0",
"react-bootstrap": "^2.7.0",
"react-cool-onclickoutside": "^1.7.0",
"react-dom": "^18.2.0",
"react-google-places-autocomplete": "^3.4.0",
"react-leaflet": "^4.2.0",
"react-leaflet-cluster": "^2.1.0",
"react-leaflet-custom-control": "^1.3.1",
"react-leaflet-google-layer": "^2.2.0",
"react-router-dom": "^6.6.1",
"sass": "^1.57.1",
"sweetalert2": "^11.7.0",
"vite-plugin-svgr": "^2.4.0"
},
"devDependencies": {
"@types/leaflet": "^1.9.0",
"@types/proj4": "^2.5.2",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@typescript-eslint/eslint-plugin": "^5.47.1",
"@typescript-eslint/parser": "^5.47.1",
"@vitejs/plugin-react": "^3.0.0",
"eslint": "^8.30.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.11",
"gh-pages": "^4.0.0",
"prettier": "^2.8.1",
"typescript": "^4.9.3",
"vite": "^4.0.0",
"vite-tsconfig-paths": "^4.0.3"
}
}