-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 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
{
"name": "weather-nunawa-net",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint -d .",
"format": "prettier --check .",
"debug": "cross-env NODE_OPTIONS='--inspect' next dev",
"analyze": "cross-env ANALYZE=true next build"
},
"dependencies": {
"@next/bundle-analyzer": "^13.4.6",
"bootstrap": "^5.3.0",
"bootstrap-dark-5": "^1.1.3",
"chroma-js": "^2.4.2",
"deck.gl": "^8.9.19",
"eslint": "8.43.0",
"eslint-config-next": "13.4.6",
"leaflet": "^1.9.4",
"mongodb": "^5.6.0",
"next": "13.4.6",
"nextjs-google-analytics": "^2.3.3",
"react": "18.2.0",
"react-bootstrap": "^2.7.4",
"react-dom": "18.2.0",
"react-leaflet": "^4.2.1",
"recharts": "^2.7.1"
},
"devDependencies": {
"@netlify/plugin-nextjs": "^4.38.0",
"cross-env": "^7.0.3",
"eslint-config-prettier": "^8.8.0",
"eslint-config-standard": "^17.1.0",
"next-sitemap": "^4.1.3",
"prettier": "^3.0.0"
}
}