-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.91 KB
/
Copy pathpackage.json
File metadata and controls
65 lines (65 loc) · 1.91 KB
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
{
"name": "react",
"version": "1.0.0",
"description": "从0开始的react啃文档生活",
"main": "index.js",
"scripts": {
"build": "node node_todo/build.js",
"dev": "node node_todo/dev.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/a13821190779/react.git"
},
"keywords": [],
"author": "watermelon",
"license": "ISC",
"bugs": {
"url": "https://github.com/a13821190779/webpack_with_doc/issues"
},
"homepage": "https://github.com/a13821190779/webpack_with_doc#readme",
"devDependencies": {
"autoprefixer": "^6.7.7",
"babel-core": "^6.24.0",
"babel-loader": "^6.4.1",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-class-properties": "^6.23.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.24.0",
"babel-preset-react": "^6.23.0",
"babel-preset-stage-0": "^6.24.1",
"connect-history-api-fallback": "^1.3.0",
"css-loader": "^0.27.3",
"cssnano": "^3.10.0",
"express": "^4.15.2",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.10.1",
"html-webpack-plugin": "^2.28.0",
"html-withimg-loader": "^0.1.16",
"node-sass": "^4.5.1",
"opn": "^4.0.2",
"optimize-css-assets-webpack-plugin": "^1.3.0",
"ora": "^1.1.0",
"postcss-loader": "^1.3.3",
"sass-loader": "^6.0.3",
"shelljs": "^0.7.7",
"style-loader": "^0.15.0",
"url-loader": "^0.5.8",
"webpack": "^2.2.1",
"webpack-dev-middleware": "^1.10.1",
"webpack-hot-middleware": "^2.17.1",
"webpack-merge": "^4.1.0"
},
"dependencies": {
"babel-polyfill": "^6.23.0",
"classnames": "^2.2.5",
"prop-types": "^15.5.8",
"react": "^15.4.2",
"react-addons-css-transition-group": "^15.5.1",
"react-dom": "^15.4.2",
"react-redux": "^5.0.4",
"react-router-dom": "^4.0.0",
"redux": "^3.6.0",
"whatwg-fetch": "^2.0.3"
}
}