-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
116 lines (116 loc) · 4.07 KB
/
package.json
File metadata and controls
116 lines (116 loc) · 4.07 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
{
"name": "react-spa",
"version": "0.1.0",
"description": "A PC SPA use react, redux, react-router",
"license": "MIT",
"main": "src/index.jsx",
"scripts": {
"gfw": "npm i cross-env && cross-env CHROMEDRIVER_CDNURL=http://npm.taobao.org/mirrors/chromedriver PHANTOMJS_CDNURL=http://npm.taobao.org/mirrors/phantomjs npm install -r https://registry.npm.taobao.org",
"dev": "cross-env NODE_ENV=development DEBUG=app* nodemon --exec webpack-dev-server --progress",
"mock": "concurrently -r -k \"cross-env NODE_ENV=development DEBUG=app:* json-server ./mock/db.json -w -p 3001 -r ./mock/routes.json\" \"npm run dev\" ",
"lint": "eslint --max-warnings 10 .",
"lint:fix": "npm run lint -- --fix",
"lint:css": "stylelint src/themes/**/*.css",
"test": "cross-env NODE_ENV=test karma start ./tests/runner",
"test:watch": "npm run test -- --watch",
"clean": "node ./cli/clean",
"compile": "cross-env NODE_ENV=production DEBUG=app* node ./cli/compile",
"build": "npm run test && npm run clean && npm run compile",
"publish": "bash ./cli/publish.sh",
"push": "bash ./cli/push.sh"
},
"dependencies": {
"antd": "^2.13.8",
"autobind-decorator": "^2.1.0",
"core-js": "^2.5.1",
"download": "^6.2.5",
"fast-deep-equal": "^1.0.0",
"history": "^4.6.1",
"immutable": "^3.7.6",
"json-schema-traverse": "^0.3.1",
"lodash": "^4.17.4",
"opiece-react-components": "0.0.9",
"opiece-utils": "0.0.6",
"prop-types": "^15.5.8",
"query-string": "^5.0.0",
"rc-queue-anim": "^1.3.1",
"react": "^16.0.0",
"react-color": "^2.13.8",
"react-dom": "^16.0.0",
"react-iframe": "^1.0.7",
"react-redux": "^5.0.4",
"react-router": "^4.1.1",
"react-router-dom": "^4.1.1",
"react-router-redux": "^5.0.0-alpha.6",
"redux": "^3.6.0",
"redux-actions": "^2.0.2",
"redux-localstorage": "^0.4.0",
"redux-promise": "^0.5.1",
"redux-thunk": "^2.0.0"
},
"devDependencies": {
"babel-eslint": "^8.0.1",
"babel-loader": "^7.1.2",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-import": "^1.6.0",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.11.1",
"babel-register": "^6.26.0",
"babel-runtime": "^6.20.0",
"chai": "^4.1.2",
"concurrently": "^3.5.0",
"copy-webpack-plugin": "^4.1.1",
"cross-env": "^5.0.5",
"css-loader": "^0.28.7",
"eslint": "^4.2.0",
"eslint-config-standard": "^10.2.1",
"eslint-config-standard-react": "^5.0.0",
"eslint-friendly-formatter": "^3.0.0",
"eslint-loader": "^1.3.0",
"eslint-plugin-babel": "^4.1.1",
"eslint-plugin-import": "^2.0.1",
"eslint-plugin-node": "^5.1.1",
"eslint-plugin-promise": "^3.3.0",
"eslint-plugin-react": "^7.1.0",
"eslint-plugin-standard": "^3.0.1",
"extract-text-webpack-plugin": "^3.0.1",
"favicons-webpack-plugin": "0.0.7",
"html-webpack-plugin": "^2.30.1",
"json-server": "^0.12.0",
"karma": "^1.7.0",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^1.1.1",
"karma-es6-shim": "^1.0.0",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.4",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^2.0.4",
"less": "^2.7.2",
"less-loader": "^4.0.5",
"mocha": "^4.0.1",
"nodemon": "^1.12.1",
"postcss-browser-reporter": "^0.5.0",
"postcss-cssnext": "^3.0.2",
"postcss-import": "^11.0.0",
"postcss-loader": "^2.0.6",
"postcss-reporter": "^5.0.0",
"postcss-url": "^7.1.2",
"react-hot-loader": "^3.0.0-beta.7",
"redux-logger": "^3.0.6",
"sinon": "^4.0.1",
"sinon-chai": "^2.13.0",
"style-loader": "^0.19.0",
"webpack": "^3.5.5",
"webpack-dev-server": "^2.9.1",
"yargs": "^10.0.3"
},
"theme": {
"primary-color": "#529ef2",
"icon-url": "'/static/font/iconfont'"
}
}