-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.29 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.29 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
{
"version": "0.0.0",
"scripts": {
"dev": "vite",
"dev:mock": "VITE_MOCK=true vite",
"build": "tsc && vite build",
"serve": "vite preview",
"prepare": "husky install"
},
"dependencies": {
"@reduxjs/toolkit": "^1.6.2",
"clsx": "^1.1.1",
"date-fns": "^2.25.0",
"framer-motion": "^5.3.2",
"history": "^5.1.0",
"latlon-geohash": "^2.0.0",
"leaflet": "^1.7.1",
"leaflet-edgebuffer": "^1.0.6",
"ramda": "^0.27.1",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-leaflet": "^3.2.2",
"react-redux": "^7.2.6",
"react-router-dom": "^6.0.1",
"redux-persist": "^6.0.0",
"tiny-invariant": "^1.2.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"@svgr/rollup": "^5.5.0",
"@types/latlon-geohash": "^2.0.0",
"@types/leaflet": "^1.7.5",
"@types/node": "^16.11.4",
"@types/ramda": "^0.27.46",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/uuid": "^8.3.3",
"@vitejs/plugin-react-refresh": "^1.3.1",
"@whiterussianstudio/tailwind-easing": "^1.0.0",
"husky": "^7.0.0",
"prettier": "^2.4.1",
"pretty-quick": "^3.1.1",
"tailwindcss": "^3.0.0-alpha.2",
"typescript": "^4.5.0-beta",
"utility-types": "^3.10.0",
"vitawind": "^1.2.7",
"vite": "^2.9.13"
}
}