forked from kubesphere/console
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 996 Bytes
/
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
{
"name": "@ks-console/console",
"version": "4.1.1",
"description": "",
"license": "SEE LICENSE IN LICENSE",
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "lib/src/index.d.ts",
"files": [
"cjs",
"esm",
"lib"
],
"dependencies": {
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/sortable": "^8.0.0",
"@dnd-kit/utilities": "^3.2.2",
"async-validator": "4.2.5",
"file-saver": "^2.0.5",
"for-editor": "^0.3.5",
"netmask": "^2.0.1",
"react-hook-form": "7.16.2",
"react-input-autosize": "^3.0.0",
"react-markdown": "^7.1.1",
"react-table": "^7.7.0",
"react-textarea-autosize": "^8.3.2",
"wujie-react": "^1.0.22"
},
"devDependencies": {
"@types/react-input-autosize": "^2.2.1"
},
"peerDependencies": {
"@ks-console/shared": "^4.1.1",
"@kubed/charts": "^0.2.31",
"@kubed/code-editor": "^0.2.31",
"@kubed/diff-viewer": "^0.2.31"
},
"gitHead": "6380079918d574a833739b35ee51b0d2f72985ee"
}