-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
40 lines (40 loc) · 1.14 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
{
"name": "ucf-webapp",
"version": "1.1.0",
"description": "开发思路:[大型企业应用在前端微应用视角下的思考](https://github.com/iuap-design/blog/issues/306)",
"main": "index.js",
"scripts": {
"start": "ucf-scripts start --homepage=design",
"build": "ucf-scripts build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iuap-design/ucf-webapp.git"
},
"author": "Kvkens([email protected])",
"license": "MIT",
"bugs": {
"url": "https://github.com/iuap-design/ucf-webapp/issues"
},
"homepage": "https://github.com/iuap-design/ucf-webapp#readme",
"devDependencies": {
"ucf-scripts": "^1.1.1"
},
"dependencies": {
"@babel/polyfill": "^7.2.5",
"@babel/runtime": "^7.3.4",
"bee-complex-grid": "^1.0.18",
"bee-form": "^2.0.7",
"bee-table": "^1.6.44",
"classnames": "^2.2.6",
"copy-webpack-plugin": "^5.0.3",
"mirrorx": "^0.2.12",
"prop-types": "^15.7.1",
"react": "^16.8.3",
"react-dom": "^16.8.3",
"react-lazy-load-image-component": "^1.3.2",
"tinper-bee": "1.6.9",
"ucf-fe": "^0.1.0",
"ucf-request": "^1.0.0"
}
}