-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
112 lines (112 loc) · 3.08 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
{
"name": "devops-platform",
"version": "1.0.0",
"description": "该项目基于 create-react-app 创建,使用 react-app-rewired 进行自定义配置,是南京大学软件学院Devops运行平台",
"dependencies": {
"@alifd/next": "^1.13.2",
"@icedesign/balloon-confirm": "^1.0.3",
"@icedesign/base": "^0.2.6",
"@icedesign/container": "^1.0.5",
"@icedesign/data-binder": "^1.0.3",
"@icedesign/ellipsis": "^1.0.4",
"@icedesign/form-binder": "^1.0.7",
"@icedesign/icon": "^0.1.1",
"@icedesign/img": "^1.0.4",
"@icedesign/label": "^1.0.6",
"@icedesign/layout": "^1.0.9",
"@icedesign/menu": "^0.1.0",
"@icedesign/panel": "^1.0.4",
"@icedesign/skin": "^0.1.0",
"amazeui-react": "^1.2.3",
"antd": "^4.18.4",
"base64url": "^3.0.1",
"bootstrap": "^5.1.3",
"buffer": "^6.0.3",
"classnames": "^2.2.5",
"copy-to-clipboard": "^3.0.8",
"crypto-js": "^4.1.1",
"customize-cra": "^1.0.0",
"echarts": "^5.2.2",
"foundation-symbol": "^0.1.0",
"jsencrypt": "^3.0.0-rc.1",
"jsonp": "^0.2.1",
"moment": "^2.29.2",
"one-cron": "^0.3.18",
"prop-types": "^15.5.8",
"qs": "^6.6.0",
"react": "^17.0.2",
"react-copy-to-clipboard": "^5.0.1",
"react-diff-view": "^2.0.2",
"react-dom": "^17.0.2",
"react-intl": "2.9.0",
"react-markdown": "^8.0.0",
"react-router": "5.2.0",
"react-router-dom": "5.2.0",
"react-syntax-highlighter": "^15.4.5",
"react-table": "^7.7.0",
"react-tooltip": "^4.2.21",
"react-trello": "^2.2.11",
"styled-components": "^5.3.3",
"typescript": "^4.5.5",
"uuid": "^8.3.2"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"axios": ">=0.21.2",
"babel-eslint": "^10.1.0",
"babel-plugin-import": "^1.6.7",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"encryptjs": "^2.0.0",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"ice-skin-loader": "0.1.1",
"ice.js": "^2.5.1",
"koa-logger": "^3.2.0",
"node-sass": "^7.0.1",
"nodemon": "^2.0.15",
"react-app-rewired": "^2.1.11",
"react-scripts": "4.0.3",
"sass-loader": "10.1.1",
"webpack-plugin-import": "^0.3.0"
},
"publishConfig": {
"registry": "http://registry.npmjs.com",
"access": "public"
},
"buildConfig": {
"theme": "@icedesign/skin",
"entry": "src/index.js"
},
"scaffoldConfig": {
"name": "create-react-app",
"title": "Create React App",
"categories": [
"通用"
]
},
"engines": {
"node": ">=8.0.0"
},
"templateType": "react",
"title": "Devops Platform",
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"resolutions": {
"//": "See https://github.com/facebook/create-react-app/issues/11773",
"react-error-overlay": "6.0.9"
}
}