-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 924 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
36
{
"name": "cityproblem",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-decorators": "^7.12.12",
"@types/google-map-react": "^2.1.0",
"@types/supercluster": "^5.0.2",
"classnames": "^2.2.6",
"formik": "^2.2.6",
"google-map-react": "^2.1.9",
"gray-matter": "^4.0.2",
"mobx": "^6.0.4",
"mobx-react": "^7.0.5",
"next": "10.0.3",
"react": "17.0.1",
"react-dom": "17.0.1",
"supercluster": "^7.1.0",
"tslint": "^6.1.3",
"use-supercluster": "^0.2.9"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@types/node": "^14.14.19",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"typescript": "^4.1.3"
}
}