-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
116 lines (116 loc) · 3.59 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
113
114
115
116
{
"name": "kunpeng-fe",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "cross-env NODE_ENV=development webpack-dev-server --config scripts/start.js",
"start:master": "cross-env NODE_ENV=production webpack-dev-server --config scripts/start.js",
"build:test": "cross-env NODE_ENV=test webpack --config scripts/test.js",
"build:master": "cross-env NODE_ENV=production webpack --config scripts/test.js",
"stats": "webpack --json > stats.json",
"dev": "webpack --config scripts/test.js --progress"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.12.17",
"@babel/plugin-transform-runtime": "^7.14.5",
"@babel/preset-env": "^7.12.17",
"@babel/preset-react": "^7.12.13",
"@monaco-editor/react": "^4.4.4",
"@svgr/webpack": "^6.2.1",
"axios": "^0.27.2",
"babel-loader": "^8.2.2",
"classnames": "^2.3.1",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^9.1.0",
"cross-env": "^7.0.3",
"css-loader": "^5.0.2",
"html-webpack-plugin": "^5.2.0",
"less": "^4.1.1",
"less-loader": "^10.0.1",
"lodash": "^4.17.21",
"react-dnd": "^15.1.0",
"react-dnd-html5-backend": "^15.1.0",
"react-sortable-hoc": "^2.0.0",
"react-svg": "^15.1.17",
"resize-observer-polyfill": "^1.5.1",
"style-loader": "^2.0.0",
"uuid": "^8.3.2",
"webpack": "^5.23.0",
"webpack-bundle-analyzer": "^4.7.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.8.1",
"webpack-merge": "^5.7.3"
},
"dependencies": {
"@apidevtools/json-schema-ref-parser": "^9.0.9",
"@arco-design/web-react": "^2.40.2",
"@emotion/css": "^11.9.0",
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@popperjs/core": "^2.11.2",
"@toast-ui/react-editor": "^3.1.3",
"adesign-react": "^0.0.196",
"ajv-i18n": "^4.2.0",
"ali-oss": "^6.17.1",
"apifox2apipost": "^0.0.5",
"apipost-inside-tools": "^0.1.7",
"apipost-mock-schema": "^0.0.25",
"apipost-tools": "0.0.16",
"apipost2har": "0.0.1",
"apizza2apipost": "^0.0.2",
"apt-hooks": "^1.0.1",
"copy-to-clipboard": "^3.3.3",
"curl2har": "^0.0.18",
"dagre": "^0.8.5",
"dayjs": "^1.11.2",
"echarts": "^5.3.3",
"echarts-for-react": "^3.0.2",
"eolink2apipost": "^0.0.3",
"event-bus-hooks": "^1.0.7",
"fast-deep-equal": "^3.1.3",
"fast-xml-parser": "^4.2.4",
"file-saver": "^2.0.5",
"har2languages": "0.0.2",
"highlight.js": "^11.6.0",
"html2canvas": "^1.4.1",
"i18next": "^21.9.2",
"i18next-browser-languagedetector": "^6.1.5",
"immer": "^9.0.15",
"jsondiffpatch": "^0.4.1",
"jsonpath": "^1.1.1",
"jspdf": "^2.5.1",
"mockjs": "^1.1.0",
"module2apipostfull": "^0.0.47",
"mousetrap": "^1.6.5",
"mousetrap-global-bind": "^1.1.0",
"node-polyfill-webpack-plugin": "^2.0.0",
"postman2apipost": "^0.0.10",
"prepend-http": "^4.0.0",
"qrcode.react": "^1.0.1",
"qs": "^6.11.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-flow-renderer": "^10.3.16",
"react-i18next": "^11.18.6",
"react-jsonschema-form": "^1.8.1",
"react-pdf-js": "^5.1.0",
"react-popper": "^2.3.0",
"react-redux": "^8.0.1",
"react-resizable": "^3.0.0",
"react-router-dom": "^6.3.0",
"redux": "^4.2.0",
"rxjs": "^7.5.6",
"rxjs-hooks": "^0.8.0-alpha.0",
"striptags": "^3.2.0",
"swagger2apipost": "^0.1.13",
"type-of-is": "^3.5.1",
"url-parse": "^1.5.10",
"x2js": "^3.4.3",
"xml-js": "^1.6.11",
"yapi2apipost": "^0.0.2"
}
}