-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 953 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
37
{
"name": "st-vartan-website",
"author": "Yun Xing",
"license": "MIT",
"version": "0.0.2",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"export": "next export",
"format": "prettier --single-quote --trailing-comma es5 --write \"{pages,components,__{tests,mocks}__}/**/*.js\""
},
"dependencies": {
"@zeit/next-css": "^1.0.1",
"animate.css": "^3.7.2",
"bootstrap": "^3.3.1",
"chroma-js": "^2.0.4",
"d3": "^5.9.7",
"d3-scale-chromatic": "^1.5.0",
"jquery": "^1.11.2",
"lodash": "^4.17.15",
"mapbox-gl": "^1.2.0",
"next": "^9.0.3",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-images": "^1.0.0",
"react-mapbox-gl": "^4.6.0",
"react-scroll": "^1.7.12",
"react-slick": "^0.24.0",
"slick-carousel": "^1.8.1"
},
"devDependencies": {
"file-loader": "^4.1.0",
"prettier": "1.18.2",
"url-loader": "^2.1.0"
}
}