-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.76 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
{
"name": "yangf",
"version": "0.0.0",
"description": "front page",
"main": "index.js",
"babel": {
"presets": [
"es2015",
"react",
"stage-0"
]
},
"jest": {
"unmockedModulePathPatterns": [
"<rootDir>/node_modules/react"
]
},
"scripts": {
"build": "webpack --config webpack.config.js",
"build_pro": "webpack --config webpack.min.js -p",
"test": "jest",
"start": "webpack-dev-server --hot --progress --colors",
"dev": "webpack-dev-server --hot --inline --devtool eval --progress --colors --content-base build"
},
"author": "yangfei",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.7.6",
"babel-jest": "11.0.1",
"babel-loader": "^6.2.4",
"babel-polyfill": "^6.7.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"classnames": "^2.2.5",
"css-loader": "^0.23.1",
"favicons-webpack-plugin": "^0.0.6",
"file-loader": "^0.8.5",
"html-webpack-plugin": "^2.22.0",
"jest-cli": "11.0.1",
"jquery": "^3.1.0",
"jsencrypt": "^2.3.1",
"less": "^2.6.1",
"less-loader": "^2.2.3",
"material-ui": "^0.17.4",
"moment": "^2.14.1",
"react": "^15.0.1",
"react-addons-test-utils": "^15.0.1",
"react-bootstrap": "^0.30.0",
"react-date-range": "^0.2.4",
"react-dom": "^15.0.1",
"react-hot-loader": "^1.3.0",
"react-redux": "^4.4.5",
"react-router": "^2.2.2",
"react-tap-event-plugin": "^2.0.1",
"react-tools": "^0.13.3",
"react-webstorage": "^0.0.4",
"redux": "^3.5.2",
"redux-devtools": "^3.3.1",
"redux-thunk": "^2.1.0",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.12.15",
"webpack-dev-server": "^1.14.1"
}
}