-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
48 lines (48 loc) · 1.08 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
{
"name": "checkweather-sg",
"version": "3.0.0",
"description": "Yet another weather app for Singapore",
"scripts": {
"start": "vite",
"build": "vite build",
"serve": "vite preview"
},
"keywords": [
"weather",
"rain",
"rainfall",
"singapore",
"map"
],
"author": "Lim Chee Aun",
"license": "MIT",
"dependencies": {
"@turf/helpers": "~6.5.0",
"d3-contour": "~3.0.1",
"firebase": "~9.8.1",
"maplibre-gl": "~2.1.9",
"nano-memoize": "~1.3.0",
"preact": "~10.7.2",
"react-use": "~17.4.0"
},
"devDependencies": {
"@preact/preset-vite": "~2.2.0",
"@vitejs/plugin-legacy": "~1.8.2",
"autoprefixer": "~10.4.7",
"postcss-import-url": "~7.0.0",
"vite": "~2.9.9",
"vite-plugin-pwa": "~0.12.0",
"workbox-cacheable-response": "~6.5.3",
"workbox-expiration": "~6.5.3",
"workbox-precaching": "~6.5.3",
"workbox-routing": "~6.5.3",
"workbox-strategies": "~6.5.3"
},
"browserslist": [
">0.2%",
"not dead",
"not op_mini all",
"not chrome < 51",
"not safari < 10"
]
}