-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.46 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
{
"name": "react-static-complete-website",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "node scripts/server.js",
"clean": "rimraf public/scripts",
"watch": "cross-env NODE_ENV=development webpack -w",
"build": "npm run clean && cross-env NODE_ENV=production webpack -p",
"deploy": "firebase deploy"
},
"repository": "https://github.com/dhruv-kumar-jha/react-static-complete-website.git",
"author": "Dhruv Kumar Jha <[email protected]>",
"license": "MIT",
"devDependencies": {
"antd": "^2.9.3",
"axios": "^0.16.1",
"babel-core": "^6.24.1",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.0.0",
"babel-plugin-import": "^1.1.1",
"babel-plugin-lodash": "^3.2.11",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-preset-env": "^1.4.0",
"babel-preset-react": "^6.24.1",
"compression-webpack-plugin": "^0.4.0",
"cross-env": "^4.0.0",
"css-loader": "^0.28.0",
"eslint": "^3.19.0",
"eslint-loader": "^1.7.1",
"express": "^4.15.2",
"extract-text-webpack-plugin": "^2.1.0",
"html-webpack-plugin": "^2.28.0",
"lodash": "^4.17.4",
"node-sass": "^4.5.2",
"react": "^15.5.4",
"react-disqus-comments": "^0.5.2",
"react-dom": "^15.5.4",
"react-ga": "^2.2.0",
"react-helmet": "^5.0.3",
"react-router": "3.0.3",
"react-static-webpack-plugin": "^2.1.0",
"rimraf": "^2.6.1",
"sass-loader": "^6.0.3",
"webpack": "^2.4.1"
}
}