-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.06 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
{
"name": "environmental-pollution",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"formik": "^1.5.8",
"isomorphic-unfetch": "^3.0.0",
"leaflet": "^1.3.4",
"mongoose": "^5.7.3",
"next": "^9.1.1",
"next-seo": "^2.1.2",
"nprogress": "^0.2.0",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-icons": "^3.7.0",
"slugify": "^1.3.5",
"styled-components": "^4.4.0",
"supercluster": "^6.0.2",
"yup": "^0.27.0"
},
"devDependencies": {
"@types/leaflet": "^1.5.2",
"@types/mongoose": "^5.5.19",
"@types/node": "^12.7.8",
"@types/nprogress": "^0.2.0",
"@types/react": "^16.9.3",
"@types/react-dom": "^16.9.1",
"@types/styled-components": "^4.1.19",
"@types/supercluster": "^5.0.1",
"@types/yup": "^0.26.24",
"babel-plugin-styled-components": "^1.10.6",
"dotenv": "^8.1.0",
"typescript": "^3.6.3"
}
}