-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.55 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
{
"name": "typicalcase",
"version": "1.0.0",
"description": "typical case",
"private": true,
"scripts": {
"dev": "uba server",
"build": "uba build"
},
"author": "liuzhpc@yonyou.com",
"license": "MIT",
"devDependencies": {
"autoprefixer": "^8.0.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"clean-webpack-plugin": "^0.1.18",
"copy-webpack-plugin": "^4.4.2",
"css-loader": "^0.28.10",
"cssnano": "^3.10.0",
"extract-text-webpack-plugin": "^2.1.2",
"file-loader": "^1.1.9",
"html-webpack-plugin": "^2.30.1",
"less": "^3.0.1",
"less-loader": "^4.0.5",
"open-browser-webpack-plugin": "^0.0.5",
"postcss-loader": "^2.1.0",
"style-loader": "^0.20.2",
"uba": "2.3.11",
"uglifyjs-webpack-plugin": "^1.2.2",
"url-loader": "^0.6.2",
"webpack-bundle-analyzer": "^2.11.3",
"webpack-hot-middleware": "^2.21.0"
},
"dependencies": {
"axios": "^0.18.0",
"bee-datepicker": "^1.0.22",
"bee-form": "^2.0.0",
"bee-pagination": "^1.0.3",
"bee-search-panel": "^0.1.4",
"bee-tooltip": "^1.0.2",
"classnames": "^2.2.5",
"mirrorx": "^0.2.10",
"moment": "^2.21.0",
"prop-types": "^15.6.0",
"query-string": "^5.1.0",
"rc-form": "^2.1.7",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"tinper-bee": "^1.3.7",
"yyuap-ref": "^1.0.56",
"postcss-flexbugs-fixes": "^3.3.0"
}
}