-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·89 lines (89 loc) · 2.53 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
{
"name": "umpui-react",
"version": "1.0.1",
"description": "ump ui frame",
"repository": {
"type": "git",
"url": "http://icode.baidu.com/files/view/baidu/atm/umpui-react/@tree/master"
},
"main": "index.js",
"scripts": {
"publish-win": "set NODE_ENV=dev&&webpack -p --progress --colors",
"publish-mac": "export NODE_ENV=dev&&webpack -p --progress --colors",
"build-js": "webpack",
"build": "npm run build-js & npm run build-css",
"watch-js": "webpack --watch",
"watch-css": "sass --watch sass/app.scss:dist/css/app.css",
"watch": "npm run watch-js & npm run watch-css",
"check-js": "fecs check resources/assets/js/ --type=js",
"check-css": "",
"check": "npm run check-js",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npm run watch"
},
"dependencies": {
"classnames": "^2.1.2",
"highcharts": "^4.2.5",
"history": "^2.0.0",
"immutable": "^3.7.6",
"jquery": "2.2.0",
"marked": "^0.3.5",
"react-addons-pure-render-mixin": "^15.1.0",
"react-bootstrap": "^0.28.2",
"react-cropper": "^0.8.0",
"react-dom": "^15.3.0",
"react-router": "^2.8.1",
"react-highcharts": "^8.3.2",
"reqwest": "^2.0.5"
},
"devDependencies": {
"babel-core": "^6.4.0",
"babel-loader": "^6.2.1",
"babel-plugin-transform-object-rest-spread": "^6.6.5",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-0": "^6.1.2",
"babel-preset-stage-1": "",
"babel-preset-stage-2": "",
"babel-runtime": "",
"pubsub-js": "",
"gulp": "^3.9.1",
"gulp-concat": "",
"gulp-jshint": "",
"gulp-minify-css": "",
"gulp-rename": "",
"gulp-sass": "",
"gulp-uglify": "",
"modernizr-webpack-plugin": "^1.0.5",
"react": "^15.3.1",
"react-draggable": "^2.0.0-beta3",
"react-hot-loader": "^1.3.0",
"react-router-bootstrap": "^0.20.1",
"webpack": "^1.12.13",
"webpack-dev-middleware": "^1.5.1",
"webpack-hot-middleware": "^2.7.1",
"webpack-stream": "^3.1.0",
"node-sass": "",
"sass": "",
"sass-loader": "",
"style-loader": "^0.13.0",
"url-loader": "^0.5.7",
"json-loader": "^0.5.4",
"file": "^0.2.2",
"file-loader": "^0.8.5",
"css-loader": "",
"exports-loader": "^0.6.2",
"imports-loader": "^0.6.5",
"text-loader": "",
"underscore": "^1.8.3",
"d3": "3.5.17"
},
"keywords": [
"react",
"umpui-react",
"table",
"form"
],
"author": "luyongfang,liuzechun,wujie08,huzaibin",
"license": "ISC"
}