-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
67 lines (67 loc) · 1.99 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
60
61
62
63
64
65
66
67
{
"name": "blog",
"version": "1.0.0",
"description": "personal blog hand",
"main": "index.js",
"scripts": {
"test": "test",
"dev": "webpack --config build/webpack.devlopment.config.js --watch --display-modules --profile --progress --colors --display-error-details",
"dev-hrm": "node build/devServer.js"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/stoneyong/SowingLab.git"
},
"keywords": [
"react",
"es6"
],
"devDependencies": {
"babel": "^6.5.2",
"babel-core": "^6.9.0",
"babel-eslint": "^7.2.3",
"babel-loader": "^6.2.4",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.24.1",
"clean-webpack-plugin": "^0.1.16",
"css-loader": "^0.23.1",
"eslint": "^4.3.0",
"eslint-config-airbnb": "^15.0.1",
"eslint-config-airbnb-base": "^11.2.0",
"eslint-friendly-formatter": "^3.0.0",
"eslint-loader": "^1.9.0",
"eslint-plugin-import": "^1.10.3",
"eslint-plugin-jsx-a11y": "^5.0.3",
"eslint-plugin-react": "^7.1.0",
"extract-text-webpack-plugin": "^2.1.2",
"file-loader": "^0.8.5",
"html-loader": "^0.4.3",
"html-webpack-plugin": "^2.17.0",
"open-browser-webpack-plugin": "0.0.2",
"postcss-loader": "^0.9.1",
"progress-bar-webpack-plugin": "^1.9.3",
"react-router-dom": "^4.2.2",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^2.3.1",
"webpack-bundle-analyzer": "^2.2.1",
"webpack-dev-middleware": "^1.10.0",
"webpack-dev-server": "^2.11.2",
"webpack-hot-middleware": "^2.16.1",
"webpack-merge": "^2.6.1",
"webpack-validator": "^2.1.2"
},
"author": "stone.zou",
"license": "ISC",
"bugs": {
"url": "https://github.com/stoneyong/SowingLab/issues"
},
"homepage": "https://github.com/stoneyong/SowingLab#readme",
"dependencies": {
"babel-runtime": "^6.26.0",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-router": "^4.2.0"
}
}