-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
92 lines (92 loc) · 3.07 KB
/
package.json
File metadata and controls
92 lines (92 loc) · 3.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
{
"name": "bs",
"version": "2.5.0",
"description": "平台管理后台",
"author": "asoiso",
"main": "server/server.js",
"private": true,
"repository": {
"type": "git",
"url": "http://git.vveshow.com/bs/platform.git"
},
"keywords": [
"linkin",
"admin"
],
"scripts": {
"lint": "./node_modules/.bin/eslint src --ext .js --ext .jsx & exit 0",
"lintx": "./node_modules/.bin/eslint src/marketing --ext .js --ext .jsx & exit 0",
"test": "echo \"Error: no test specified\" && exit 1",
"preinstall": "cd src && npm install",
"prestart": "npm run preinstall",
"start": "fis3 server start --no-browse && fis3 release -r ./src -c -w",
"webpack": "webpack-dev-server --hot --inline --progress",
"debug": "npm run preinstall && fis3 server start --port 8061 --type node --www ./dist --no-browse && fis3 release -r ./src -c -w -L -d ./dist",
"build-dev": "npm run preinstall && fis3 release testing -r ./src -c -u -d ./dist --no-color",
"build-sit": "npm run preinstall && fis3 release testing -r ./src -c -u -d ./dist --no-color",
"build-uat": "npm run preinstall && fis3 release testing -r ./src -c -u -d ./dist --no-color",
"build-prd": "npm run preinstall && fis3 release production -r ./src -c -u -d ./dist --no-color"
},
"dependencies": {
"antd": "2.8.1",
"axios": "0.13.1",
"buffer": "4.6.0",
"classnames": "^2.2.5",
"echarts-for-react": "^1.1.5",
"es6-promise": "3.2.1",
"immutable": "^3.8.1",
"is-buffer": "1.1.3",
"lodash": "^4.15.0",
"moment": "^2.15.1",
"process": "0.11.2",
"rc-color-picker": "1.0.1",
"rc-qrcode": "^1.0.1",
"rc-queue-anim": "^0.13.0",
"react": "15.3.2",
"react-copy-to-clipboard": "4.2.3",
"react-cropper": "^0.9.4",
"react-dom": "15.3.1",
"react-redux": "4.4.5",
"react-router": "3.0.0",
"react-router-redux": "4.0.5",
"redux": "3.5.2",
"redux-immutablejs": "0.0.8",
"redux-thunk": "2.1.0"
},
"devDependencies": {
"babel-core": "~6.0.20",
"babel-eslint": "^6.1.2",
"babel-loader": "~6.0.1",
"babel-plugin-import": "^1.0.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "~6.0.15",
"babel-preset-react": "~6.0.15",
"babel-preset-stage-0": "^6.16.0",
"bundle-loader": "^0.5.4",
"css-loader": "~0.16.0",
"eslint": "^3.3.1",
"eslint-config-standard": "^6.2.1",
"eslint-plugin-promise": "^3.3.0",
"eslint-plugin-react": "^6.1.2",
"eslint-plugin-standard": "^2.0.0",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "~0.8.4",
"gulp": "^3.9.1",
"history": "^1.17.0",
"html-webpack-plugin": "2.x",
"jsx-loader": "~0.13.2",
"less": "^2.7.1",
"less-loader": "^2.2.3",
"node-sass": "^3.10.1",
"open-browser-webpack-plugin": "0.0.1",
"sass-loader": "^4.0.2",
"source-map-loader": "^0.1.5",
"style-loader": "~0.12.3",
"ts-loader": "^0.9.4",
"typescript": "^2.0.3",
"url-loader": "~0.5.6",
"vue-loader": "^9.7.0",
"webpack": "~1.13.0",
"webpack-dev-server": "^1.14.0"
}
}