-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.84 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.84 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
{
"name": "swallow",
"version": "0.0.1",
"private": true,
"description": "it builds with react,redux,react-redux-router,webpack,babel,es6,autoprefixer,hmr,css-module etc",
"main": "index.js",
"repository": "git@github.com:59fe/swallow.git",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server -d --history-api-fallback --hot --inline --progress --colors --port 5959 && open http://localhost:5959/#/edit/new",
"build": "rm -rf dist/ && NODE_ENV=production webpack --config webpack.config.prod.js --progress --colors"
},
"dependencies": {
"antd": "^1.3.2",
"autoprefixer": "^6.3.6",
"babel-core": "^6.5.2",
"babel-loader": "^6.2.3",
"babel-plugin-antd": "~0.4.0",
"babel-plugin-transform-runtime": "^6.5.2",
"babel-preset-es2015": "^6.5.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"babel-runtime": "^6.5.0",
"classnames": "^2.2.3",
"css-loader": "^0.23.1",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.8.5",
"html-webpack-plugin": "^2.17.0",
"js-base64": "^2.1.9",
"json-loader": "~0.5.4",
"normalize.css": "^4.1.1",
"postcss-loader": "^0.8.1",
"react": "^15.0.0",
"react-dom": "^15.0.0",
"react-draggable": "^2.1.2",
"react-redux": "^4.4.0",
"react-router": "^2.0.0",
"react-router-redux": "^4.0.0",
"redux": "^3.3.1",
"redux-actions": "^0.9.1",
"style-loader": "^0.13.0",
"url-loader": "~0.5.7",
"webpack": "^1.12.14"
},
"devDependencies": {
"babel-plugin-antd": "^0.4.0",
"eslint-plugin-react": "~5.1.1",
"html-tpl-loader": "^1.0.0",
"node-sass": "^3.7.0",
"react-hot-loader": "^1.3.0",
"sass-loader": "^3.2.0",
"webpack-dev-server": "^1.14.1",
"webpack-hot-middleware": "^2.7.1"
},
"license": "Apache-2.0"
}