-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1009 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": "latlng-site",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"analyze": "ANALYZE=true npm run build",
"format:check": "prettier --check",
"format": "prettier --write"
},
"dependencies": {
"classcat": "^4.1.0",
"d3-geo": "^2.0.1",
"effector": "^21.2.2",
"effector-react": "^21.0.4",
"markdown-it": "^11.0.0",
"next": "9.5.2",
"numeral": "^2.0.6",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-inlinesvg": "^2.2.2",
"react-use": "^15.3.3"
},
"devDependencies": {
"@next/bundle-analyzer": "^9.5.2",
"@types/d3-geo": "^1.11.1",
"@types/markdown-it": "^10.0.2",
"@types/node": "^13.13.5",
"@types/numeral": "0.0.28",
"@types/react": "^16.9.34",
"prettier": "^2.1.1",
"typescript": "^4.0.2"
}
}