-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.64 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "material",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build && next export ",
"start": "next start"
},
"dependencies": {
"@artsy/fresnel": "^1.5.0",
"@babel/plugin-transform-async-to-generator": "^7.13.0",
"@babel/runtime": "^7.14.0",
"@sanity/client": "^2.2.6",
"@sanity/image-url": "^0.140.22",
"babel-plugin-module-resolver": "^4.1.0",
"babel-preset-es2015": "^6.24.1",
"d3-ease": "^2.0.0",
"groq": "^2.2.6",
"mapbox-gl": "^2.1.1",
"mapbox-gl-directions": "^3.0.3",
"next": "10.0.7",
"next-seo": "^4.26.0",
"nextjs-progressbar": "^0.0.11",
"nprogress": "^0.2.0",
"react": "17.0.1",
"react-copy-to-clipboard": "^5.0.3",
"react-dom": "17.0.1",
"react-map-gl": "^6.1.9",
"react-mapbox-gl": "^5.1.1",
"react-transition-group": "^4.4.1",
"styled-components": "^5.2.1"
},
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/preset-env": "^7.13.12",
"@babel/preset-react": "^7.0.0",
"@types/node": "^15.12.4",
"@types/react": "^16.9.20",
"@types/styled-components": "^5.1.0",
"@types/styled-system": "^5.1.6",
"@typescript-eslint/eslint-plugin": "^2.26.0",
"@typescript-eslint/parser": "^2.26.0",
"babel-plugin-root-import": "^6.4.1",
"babel-plugin-styled-components": "^1.10.7",
"eslint": "^6.8.0",
"eslint-plugin-react": "^7.19.0",
"prettier": "2.0.4",
"typescript": "^4.0.2",
"webp-loader": "^0.6.0"
},
"prettier": {
"printWidth": 120,
"semi": false,
"singleQuote": false,
"trailingComma": "es5",
"bracketSpacing": true
}
}