-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
80 lines (80 loc) · 2.2 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
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "cb3.0-cloud-bean",
"version": "1.0.0",
"description": "we build cloud-bean 3.0",
"scripts": {
"start": "./node_modules/webpack-dev-server/bin/webpack-dev-server.js --progress --colors",
"deploy": "NODE_ENV=production webpack --config webpack.production.config.js && node server.js",
"test": "./node_modules/mocha/bin/mocha --compilers js:babel-core/register --require ./test/testHelper.js 'test/**/*.@(js|jsx)'"
},
"repository": {
"type": "git",
"url": "https://github.com/cloud-bean/cb3.git"
},
"keywords": [
"cb3"
],
"author": "hgykui, xinnix",
"license": "MIT",
"bugs": {
"url": "https://github.com/cloud-bean/cb3/issues"
},
"homepage": "https://github.com/cloud-bean/cb3",
"devDependencies": {
"autoprefixer": "^6.1.2",
"babel-core": "^6.3.15",
"babel-eslint": "^5.0.0",
"babel-loader": "^6.2.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"css-loader": "^0.23.0",
"eslint": "^1.10.3",
"expect.js": "^0.3.1",
"extract-text-webpack-plugin": "^0.9.1",
"file-loader": "^0.8.5",
"gulp": "^3.9.0",
"gulp-uglify": "^1.5.1",
"jasmine": "^2.4.1",
"jasmine-core": "^2.4.1",
"jsdom": "^3.1.2",
"jshint": "^2.8.0",
"karma": "^0.13.15",
"karma-chrome-launcher": "^0.2.2",
"karma-cli": "^0.1.1",
"karma-jasmine": "^0.3.6",
"less-loader": "^2.2.2",
"mocha": "^2.3.4",
"node-sass": "^3.4.2",
"postcss-loader": "^0.8.0",
"react-hot-loader": "^1.3.0",
"sass-loader": "^3.1.2",
"style-loader": "^0.13.0",
"url-loader": "^0.5.7",
"webpack": "^1.12.9",
"webpack-dev-server": "^1.14.0",
"webpack-stream": "^3.1.0"
},
"babel": {
"presets": [
"es2015",
"react"
]
},
"dependencies": {
"classnames": "^2.2.1",
"express": "^4.13.4",
"isomorphic-fetch": "^2.2.0",
"jquery": "^2.1.4",
"normalize.css": "^3.0.3",
"react": "^0.14.3",
"react-addons-css-transition-group": "^0.14.3",
"react-d3": "^0.4.0",
"react-dom": "^0.14.3",
"react-redux": "^4.0.1",
"react-router": "^2.0.0",
"react-weui": "^0.2.0",
"redux": "^3.0.5",
"redux-thunk": "^1.0.2",
"weui": "^0.3.0"
}
}