-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
130 lines (130 loc) · 4.45 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
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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
{
"name": "antui-admin",
"version": "1.0.4",
"description": "admin ui for antd",
"main": "./lib",
"scripts": {
"start": "webpack-dev-server --config webpack.config.doc.js --hot --inline --progress --colors --host 0.0.0.0 --port 8989",
"start:example": "webpack-dev-server --hot --inline --progress --colors --port 8989",
"clean": "rimraf ./lib ./coverage",
"build:less": "babel ./bin --out-dir ./bin && node ./bin/lessc.js",
"build": "npm run clean && babel src --out-dir lib --copy-files && npm run build:less",
"build:example": "rimraf ./dist && webpack --config webpack.config.prod.js --progress --colors -p",
"build:doc": "rimraf ./dist/docs && webpack --config webpack.config.doc.js --progress --colors -p",
"lint": "esw webpack.config.* src example doc --color",
"lint:fix": "npm run lint -- --fix",
"pretest": "npm run lint",
"test": "mocha --compilers js:babel-core/register --recursive -r ignore-styles -r jsdom-global/register",
"test:watch": "npm run test -- --watch",
"coverage": "npm run lint & nyc --require babel-core/register mocha -r ignore-styles -r jsdom-global/register && nyc report --reporter=lcov",
"c9start": "webpack-dev-server --config webpack.config.doc.js --hot --inline --progress --colors --host $IP --port $PORT",
"publish:lib": "npm run build && npm --registry https://registry.npmjs.org publish && npm run clean"
},
"repository": {
"type": "git",
"url": "git+https://github.com/weiq/antui-admin.git"
},
"keywords": [
"mobile",
"ui",
"framework",
"antd",
"antui",
"admin",
"react"
],
"author": "antui team",
"license": "MIT",
"bugs": {
"url": "https://github.com/weiq/antui-admin/issues"
},
"homepage": "https://github.com/weiq/antui-admin",
"dependencies": {
"antd": "^2.9.3",
"babel-runtime": "^6.23.0",
"blazy": "^1.8.2",
"classnames": "^2.2.0",
"create-react-class": "^15.5.3",
"echarts": "~3.5.0",
"element-resize-event": "2.0.7",
"mobile-detect": "^1.3.3",
"object-assign": "^4.1.1",
"quill": "^1.2.4",
"quill-delta": "^3.5.0",
"rc-drawer": "^0.4.9",
"rc-notification": "^1.4.2",
"warning": "^3.0.0",
"wolfy87-eventemitter": "^5.1.0"
},
"devDependencies": {
"autoprefixer": "^6.3.5",
"babel": "^6.0.0",
"babel-cli": "^6.18.0",
"babel-core": "^6.0.0",
"babel-eslint": "^7.1.0",
"babel-loader": "^6.0.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-import-demand": "^0.1.5",
"babel-plugin-istanbul": "^3.0.0",
"babel-plugin-transform-class-properties": "^6.18.0",
"babel-plugin-transform-require-ignore": "0.0.2",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-polyfill": "^6.16.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-es2017": "^6.16.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-2": "^6.18.0",
"babel-standalone": "^6.18.2",
"codemirror": "^5.20.2",
"cross-env": "^4.0.0",
"css-loader": "^0.23.0",
"enzyme": "^2.6.0",
"eslint": "^3.17.1",
"eslint-config-standard": "^6.0.0",
"eslint-config-standard-react": "^4.0.0",
"eslint-plugin-babel": "^4.0.0",
"eslint-plugin-promise": "^3.0.0",
"eslint-plugin-react": "^6.0.0",
"eslint-plugin-standard": "^2.0.0",
"eslint-watch": "2.1.13",
"extract-text-webpack-plugin": "^1.0.1",
"fastclick": "^1.0.6",
"file-loader": "^0.8.5",
"fs-extra": "^3.0.1",
"github-markdown-css": "^2.4.1",
"highlight.js": "^9.8.0",
"history": "^1.17.0",
"html-webpack-plugin": "^2.14.0",
"ignore-styles": "^5.0.1",
"jsdom": "9.8.3",
"jsdom-global": "2.1.0",
"json-loader": "^0.5.4",
"less": "^2.5.3",
"less-loader": "^2.2.1",
"mocha": "^2.3.4",
"nyc": "^9.0.1",
"open-browser-webpack-plugin": "0.0.1",
"postcss-loader": "^0.8.2",
"raw-loader": "^0.5.1",
"react-addons-css-transition-group": "15.x",
"react-addons-test-utils": "15.x",
"react-codemirror": "^0.2.6",
"react-copy-to-clipboard": "^5.0.0",
"react-docgen": "^2.12.1",
"react-fontawesome": "^1.3.1",
"react-remarkable": "^1.1.1",
"react-router": "^2.6.0",
"react-split-pane": "^0.1.52",
"rimraf": "^2.4.3",
"sinon": "^1.17.2",
"style-loader": "^0.13.0",
"uglify-loader": "^1.2.0",
"url-loader": "^0.5.7",
"webpack": "^1.12.14",
"webpack-dev-server": "^1.12.1"
},
"peerDependencies": {
"react": "15.x",
"react-dom": "^15.x"
}
}