-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1.09 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
{
"name": "react-static-example-basic",
"version": "1.0.1",
"main": "index.js",
"license": "MIT",
"scripts": {
"start": "react-static start",
"stage": "react-static build --staging",
"build": "react-static build",
"serve": "serve dist -p 3000"
},
"dependencies": {
"axios": "^0.16.2",
"d3-ease": "^1.0.3",
"gsap": "^1.20.4",
"jquery": "^3.3.1",
"particles.js": "^2.0.0",
"react": "^16.0.0",
"react-device-detect": "^1.6.1",
"react-dom": "^16.0.0",
"react-google-maps": "^9.4.5",
"react-move": "^2.6.0",
"react-router": "^4.2.0",
"react-slick": "^0.23.2",
"react-static": "^5.9.12",
"recompose": "^0.26.0",
"scrollmagic": "^2.0.5",
"semantic-ui-css": "^2.3.3",
"semantic-ui-react": "^0.82.3",
"slick-carousel": "^1.8.1",
"ssl-root-cas": "^1.2.5",
"styled-components": "^3"
},
"devDependencies": {
"eslint-config-react-tools": "1.x.x",
"extract-text-webpack-plugin": "^3.0.2",
"react-svg-loader": "^2.1.0",
"uglifyjs-webpack-plugin": "^1.3.0"
}
}