-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) Β· 888 Bytes
/
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
{
"name": "new-heat",
"description": "Discovering more of the map",
"version": "0.2.0",
"private": true,
"type": "module",
"keywords": [
"google",
"javascript",
"maps",
"samples"
],
"scripts": {
"dev": "NODE_OPTIONS='--max-old-space-size=8192' vite",
"build": "NODE_OPTIONS='--max-old-space-size=16384' vite build --outDir dist --base './'",
"test": "tsc --no-emit",
"preview": "vite preview"
},
"devDependencies": {
"@types/google.maps": "^3.55.10",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react-swc": "^3.7.0",
"typescript": "^5.5.2",
"vite": "^5.3.1"
},
"dependencies": {
"@deck.gl/google-maps": "^9.0.20",
"@vis.gl/react-google-maps": "latest",
"deck.gl": "^9.0.20",
"react": "^18.3.1",
"react-datepicker": "^7.1.0",
"react-dom": "^18.3.1"
}
}