-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.27 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
{
"name": "ucf-webapp",
"version": "1.1.7",
"description": "开发思路:[大型企业应用在前端微应用视角下的思考](https://github.com/iuap-design/blog/issues/306)",
"main": "index.js",
"scripts": {
"start": "set NODE_ENV=development&ucf-scripts start --homepage=render?search=Timeline",
"build": "ucf-scripts build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iuap-design/ucf-webapp.git"
},
"author": "Yonyou FED",
"license": "MIT",
"bugs": {
"url": "https://github.com/iuap-design/ucf-webapp/issues"
},
"homepage": "https://github.com/iuap-design/ucf-webapp#readme",
"devDependencies": {
"copy-webpack-plugin": "^5.0.3",
"lodash": "^4.17.15",
"ucf-scripts": "^1.1.9"
},
"dependencies": {
"@babel/polyfill": "^7.4.0",
"@babel/runtime": "^7.4.0",
"bee-complex-grid": "^2.0.25",
"bee-locale": "0.0.14",
"bee-search-panel": "2.0.13",
"@tinper/next-ui": "snapshot",
"bee-table": "^2.2.13",
"classnames": "^2.2.6",
"clone-deep": "4.0.1",
"mirrorx": "^0.2.13",
"pap-refer": "1.0.6",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-intl": "^2.8.0",
"ref-multiple-table": "2.0.4",
"tinper-bee": "^2.2.0"
}
}