-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.7 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": "mui-react",
"version": "1.0.0",
"description": "mobile component base on react",
"main": "app/index.js",
"scripts": {
"build": "gulp build",
"dev": "gulp dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vfan140/mui-react.git"
},
"keywords": [
"mui",
"react",
"webpack"
],
"author": "vfan140",
"bugs": {
"url": "https://github.com/vfan140/mui-react/issues"
},
"homepage": "https://github.com/vfan140/mui-react#readme",
"devDependencies": {
"amazeui-react": "^1.0.0",
"babel-core": "^6.4.5",
"babel-loader": "^6.2.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"css-loader": "^0.23.0",
"extract-text-webpack-plugin": "^0.9.1",
"file-loader": "^0.8.5",
"gulp": "^3.9.0",
"gulp-clean": "^0.3.1",
"gulp-minify-css": "^1.2.2",
"gulp-uglify": "^1.5.1",
"gulp-util": "^3.0.7",
"history": "^1.17.0",
"iscroll": "^5.1.3",
"jsx-loader": "^0.13.2",
"lodash": "^3.10.1",
"moment": "^2.11.1",
"node-sass": "^3.4.2",
"object-assign": "^4.0.1",
"react": "^0.14.6",
"react-addons": "^0.9.0",
"react-addons-css-transition-group": "^0.14.6",
"react-classset": "0.0.2",
"react-dom": "^0.14.3",
"react-hot-loader": "^1.3.0",
"react-router": "^1.0.3",
"rimraf": "^2.5.0",
"run-sequence": "^1.1.5",
"sass-loader": "^3.1.2",
"style-loader": "^0.13.0",
"superagent": "^1.6.1",
"superagent-mock": "^1.10.0",
"through2": "^2.0.0",
"url-loader": "^0.5.7",
"webpack": "^1.12.9",
"webpack-dev-server": "^1.14.1"
},
"dependencies": {
"react": "^0.14.3",
"webpack-dev-server": "^1.14.0"
}
}