@dao42/d42paas-front 0.4.3 → 0.4.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/1569.js +1 -1
- package/dist/1585.js +1 -1
- package/dist/1593.js +1 -1
- package/dist/1594.js +1 -1
- package/dist/162.js +1 -1
- package/dist/1649.js +1 -1
- package/dist/1742.js +1 -1
- package/dist/1941.js +1 -1
- package/dist/2014.js +1 -1
- package/dist/2088.js +1 -1
- package/dist/2235.js +3 -3
- package/dist/2271.js +1 -1
- package/dist/2287.js +3 -3
- package/dist/2388.js +1 -1
- package/dist/2583.js +1 -1
- package/dist/2862.js +1 -1
- package/dist/2906.js +1 -1
- package/dist/300.js +1 -1
- package/dist/3008.js +1 -1
- package/dist/317.js +1 -1
- package/dist/3315.js +1 -1
- package/dist/3399.js +1 -1
- package/dist/3504.js +1 -1
- package/dist/3553.js +2 -2
- package/dist/3673.js +1 -1
- package/dist/3780.js +1 -1
- package/dist/3855.js +1 -1
- package/dist/4035.js +1 -1
- package/dist/4073.js +1 -1
- package/dist/4246.js +1 -1
- package/dist/4366.js +1 -1
- package/dist/4369.js +1 -1
- package/dist/4454.js +1 -1
- package/dist/4511.js +2 -2
- package/dist/4558.js +1 -1
- package/dist/4610.js +1 -1
- package/dist/471.js +1 -1
- package/dist/4858.js +1 -1
- package/dist/4896.js +1 -1
- package/dist/491.js +1 -1
- package/dist/5257.js +1 -1
- package/dist/5454.js +1 -1
- package/dist/5524.js +1 -1
- package/dist/5669.js +2 -2
- package/dist/5881.js +1 -1
- package/dist/5900.js +2 -2
- package/dist/5924.js +1 -1
- package/dist/5925.js +1 -1
- package/dist/5972.js +1 -1
- package/dist/5974.js +1 -1
- package/dist/6022.js +2 -2
- package/dist/6120.js +1 -1
- package/dist/615.js +1 -1
- package/dist/6162.js +1 -1
- package/dist/6175.js +1 -1
- package/dist/622.js +1 -1
- package/dist/6223.js +1 -1
- package/dist/6330.js +1 -1
- package/dist/6331.js +1 -1
- package/dist/6354.js +2 -2
- package/dist/6751.js +2 -2
- package/dist/6792.js +1 -1
- package/dist/6844.js +1 -1
- package/dist/7125.js +1 -1
- package/dist/7127.js +1 -1
- package/dist/7135.js +2 -2
- package/dist/7148.js +1 -1
- package/dist/7447.js +1 -1
- package/dist/7453.js +2 -2
- package/dist/7483.js +1 -1
- package/dist/7604.js +1 -1
- package/dist/7971.js +1 -1
- package/dist/8147.js +1 -1
- package/dist/8308.js +1 -1
- package/dist/8309.js +1 -1
- package/dist/8327.js +1 -1
- package/dist/849.js +1 -1
- package/dist/8677.js +1 -1
- package/dist/868.js +1 -1
- package/dist/8947.js +1 -1
- package/dist/930.js +1 -1
- package/dist/9342.js +2 -2
- package/dist/9482.js +1 -1
- package/dist/9538.js +1 -1
- package/dist/9741.js +2 -2
- package/dist/9909.js +1 -1
- package/dist/9953.js +2 -2
- package/dist/daoPaaS.js +3 -3
- package/dist/index.d.ts +31 -31
- package/dist/index.html +16 -16
- package/package.json +162 -161
package/dist/index.d.ts
CHANGED
|
@@ -1,31 +1,31 @@
|
|
|
1
|
-
// export = DaoPaaS;
|
|
2
|
-
// export as namespace DaoPaaS;
|
|
3
|
-
|
|
4
|
-
interface TConstructor {
|
|
5
|
-
ticket: string;
|
|
6
|
-
playgroundId: string;
|
|
7
|
-
userId: string;
|
|
8
|
-
tenantId: string;
|
|
9
|
-
username?: string;
|
|
10
|
-
avatar?: string;
|
|
11
|
-
avatarUrl?: string;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
type TReplay = 'stop' | 'disabled' | 'pause';
|
|
15
|
-
|
|
16
|
-
interface TComponentArgs {
|
|
17
|
-
container: string | HTMLElement | Element;
|
|
18
|
-
props?: any;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
export class DaoPaaS {
|
|
22
|
-
constructor(args: TConstructor): void;
|
|
23
|
-
replay(args: TReplay): void;
|
|
24
|
-
record(arg: boolean): void;
|
|
25
|
-
switchLspServer(arg: boolean): void;
|
|
26
|
-
|
|
27
|
-
/* Components */
|
|
28
|
-
Editor(args: TComponentArgs): void;
|
|
29
|
-
Page(args: TComponentArgs): void;
|
|
30
|
-
Tree(args: TComponentArgs): void;
|
|
31
|
-
}
|
|
1
|
+
// export = DaoPaaS;
|
|
2
|
+
// export as namespace DaoPaaS;
|
|
3
|
+
|
|
4
|
+
interface TConstructor {
|
|
5
|
+
ticket: string;
|
|
6
|
+
playgroundId: string;
|
|
7
|
+
userId: string;
|
|
8
|
+
tenantId: string;
|
|
9
|
+
username?: string;
|
|
10
|
+
avatar?: string;
|
|
11
|
+
avatarUrl?: string;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
type TReplay = 'stop' | 'disabled' | 'pause';
|
|
15
|
+
|
|
16
|
+
interface TComponentArgs {
|
|
17
|
+
container: string | HTMLElement | Element;
|
|
18
|
+
props?: any;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
export class DaoPaaS {
|
|
22
|
+
constructor(args: TConstructor): void;
|
|
23
|
+
replay(args: TReplay): void;
|
|
24
|
+
record(arg: boolean): void;
|
|
25
|
+
switchLspServer(arg: boolean): void;
|
|
26
|
+
|
|
27
|
+
/* Components */
|
|
28
|
+
Editor(args: TComponentArgs): void;
|
|
29
|
+
Page(args: TComponentArgs): void;
|
|
30
|
+
Tree(args: TComponentArgs): void;
|
|
31
|
+
}
|
package/dist/index.html
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
<!doctype html><html lang="en"><head><meta charset="UTF-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><title>DaoPaaS</title><link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/devicons/devicon@v2.14.0/devicon.min.css" crossorigin="anonymous"/><script defer="defer" src="6120.js"></script><script defer="defer" src="daoPaaS.js"></script></head><body><main><div class="edit-container"></div></main><script>window.onload = () => {
|
|
2
|
-
var qs = new URLSearchParams(document.location.search.substring(1));
|
|
3
|
-
window.daopaas = new DaoPaaS({
|
|
4
|
-
ticket: qs.get('ticket'),
|
|
5
|
-
playgroundId: qs.get('playgroundId'),
|
|
6
|
-
userId: qs.get('userId'),
|
|
7
|
-
tenantId: qs.get('tenantId'),
|
|
8
|
-
username: qs.get('username')
|
|
9
|
-
});
|
|
10
|
-
daopaas.Page({
|
|
11
|
-
container: document.querySelector('main'),
|
|
12
|
-
// props: {
|
|
13
|
-
// playgroundId: search,
|
|
14
|
-
// }
|
|
15
|
-
}
|
|
16
|
-
)
|
|
1
|
+
<!doctype html><html lang="en"><head><meta charset="UTF-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><title>DaoPaaS</title><link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/devicons/devicon@v2.14.0/devicon.min.css" crossorigin="anonymous"/><script defer="defer" src="6120.js"></script><script defer="defer" src="daoPaaS.js"></script></head><body><main><div class="edit-container"></div></main><script>window.onload = () => {
|
|
2
|
+
var qs = new URLSearchParams(document.location.search.substring(1));
|
|
3
|
+
window.daopaas = new DaoPaaS({
|
|
4
|
+
ticket: qs.get('ticket'),
|
|
5
|
+
playgroundId: qs.get('playgroundId'),
|
|
6
|
+
userId: qs.get('userId'),
|
|
7
|
+
tenantId: qs.get('tenantId'),
|
|
8
|
+
username: qs.get('username')
|
|
9
|
+
});
|
|
10
|
+
daopaas.Page({
|
|
11
|
+
container: document.querySelector('main'),
|
|
12
|
+
// props: {
|
|
13
|
+
// playgroundId: search,
|
|
14
|
+
// }
|
|
15
|
+
}
|
|
16
|
+
)
|
|
17
17
|
}</script></body></html>
|
package/package.json
CHANGED
|
@@ -1,161 +1,162 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@dao42/d42paas-front",
|
|
3
|
-
"version": "0.4.
|
|
4
|
-
"description": "> TODO: description",
|
|
5
|
-
"author": "eric183 <kk297466058@gmail.com>",
|
|
6
|
-
"homepage": "https://github.com/dao42/d42paas_frontend#readme",
|
|
7
|
-
"license": "ISC",
|
|
8
|
-
"main": "dist/daoPaaS.js",
|
|
9
|
-
"module": "
|
|
10
|
-
"types": "dist/index.d.ts",
|
|
11
|
-
"directories": {
|
|
12
|
-
"lib": "lib"
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
"
|
|
17
|
-
"
|
|
18
|
-
"
|
|
19
|
-
"
|
|
20
|
-
"
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
"fs-extra": "^
|
|
28
|
-
"
|
|
29
|
-
"@babel/
|
|
30
|
-
"@babel/plugin-
|
|
31
|
-
"@babel/
|
|
32
|
-
"@babel/preset-
|
|
33
|
-
"@babel/preset-
|
|
34
|
-
"@babel/
|
|
35
|
-
"@
|
|
36
|
-
"@emotion/babel-
|
|
37
|
-
"@emotion/
|
|
38
|
-
"@emotion/
|
|
39
|
-
"@emotion/
|
|
40
|
-
"@emotion/
|
|
41
|
-
"@emotion/
|
|
42
|
-
"@
|
|
43
|
-
"@
|
|
44
|
-
"@
|
|
45
|
-
"@
|
|
46
|
-
"@storybook/addon-
|
|
47
|
-
"@storybook/addon-
|
|
48
|
-
"@storybook/addon-
|
|
49
|
-
"@storybook/
|
|
50
|
-
"@storybook/
|
|
51
|
-
"@
|
|
52
|
-
"@types/
|
|
53
|
-
"@types/
|
|
54
|
-
"@types/
|
|
55
|
-
"@types/
|
|
56
|
-
"@types/
|
|
57
|
-
"@types/
|
|
58
|
-
"@types/
|
|
59
|
-
"@types/
|
|
60
|
-
"@types/react
|
|
61
|
-
"@types/
|
|
62
|
-
"@types/
|
|
63
|
-
"@types/
|
|
64
|
-
"@types/webpack
|
|
65
|
-
"@
|
|
66
|
-
"@typescript-eslint/
|
|
67
|
-
"
|
|
68
|
-
"
|
|
69
|
-
"
|
|
70
|
-
"babel-
|
|
71
|
-
"
|
|
72
|
-
"
|
|
73
|
-
"css-
|
|
74
|
-
"
|
|
75
|
-
"
|
|
76
|
-
"dotenv
|
|
77
|
-
"
|
|
78
|
-
"
|
|
79
|
-
"eslint
|
|
80
|
-
"eslint-config-
|
|
81
|
-
"eslint-config-
|
|
82
|
-
"eslint-
|
|
83
|
-
"eslint-
|
|
84
|
-
"eslint-plugin-
|
|
85
|
-
"eslint-plugin-
|
|
86
|
-
"eslint-plugin-
|
|
87
|
-
"eslint-plugin-react
|
|
88
|
-
"
|
|
89
|
-
"
|
|
90
|
-
"
|
|
91
|
-
"
|
|
92
|
-
"
|
|
93
|
-
"
|
|
94
|
-
"
|
|
95
|
-
"
|
|
96
|
-
"
|
|
97
|
-
"
|
|
98
|
-
"
|
|
99
|
-
"monaco-editor
|
|
100
|
-
"monaco-editor-
|
|
101
|
-
"
|
|
102
|
-
"
|
|
103
|
-
"
|
|
104
|
-
"postcss
|
|
105
|
-
"postcss-
|
|
106
|
-
"postcss-
|
|
107
|
-
"postcss-
|
|
108
|
-
"postcss-
|
|
109
|
-
"
|
|
110
|
-
"
|
|
111
|
-
"react
|
|
112
|
-
"react-
|
|
113
|
-
"react-dnd
|
|
114
|
-
"react-
|
|
115
|
-
"react-
|
|
116
|
-
"react-
|
|
117
|
-
"react-
|
|
118
|
-
"react-
|
|
119
|
-
"
|
|
120
|
-
"
|
|
121
|
-
"
|
|
122
|
-
"
|
|
123
|
-
"
|
|
124
|
-
"
|
|
125
|
-
"sass
|
|
126
|
-
"
|
|
127
|
-
"socket.io
|
|
128
|
-
"
|
|
129
|
-
"
|
|
130
|
-
"
|
|
131
|
-
"
|
|
132
|
-
"
|
|
133
|
-
"
|
|
134
|
-
"
|
|
135
|
-
"
|
|
136
|
-
"ts-
|
|
137
|
-
"ts-
|
|
138
|
-
"
|
|
139
|
-
"
|
|
140
|
-
"
|
|
141
|
-
"webpack
|
|
142
|
-
"webpack-
|
|
143
|
-
"webpack-
|
|
144
|
-
"webpack-
|
|
145
|
-
"
|
|
146
|
-
"xterm
|
|
147
|
-
"xterm-addon-
|
|
148
|
-
"
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
"
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
1
|
+
{
|
|
2
|
+
"name": "@dao42/d42paas-front",
|
|
3
|
+
"version": "0.4.5",
|
|
4
|
+
"description": "> TODO: description",
|
|
5
|
+
"author": "eric183 <kk297466058@gmail.com>",
|
|
6
|
+
"homepage": "https://github.com/dao42/d42paas_frontend#readme",
|
|
7
|
+
"license": "ISC",
|
|
8
|
+
"main": "dist/daoPaaS.js",
|
|
9
|
+
"module": "src/app.tsx",
|
|
10
|
+
"types": "dist/index.d.ts",
|
|
11
|
+
"directories": {
|
|
12
|
+
"lib": "lib",
|
|
13
|
+
"src": "src"
|
|
14
|
+
},
|
|
15
|
+
"scripts": {
|
|
16
|
+
"prebuild": "rimraf dist",
|
|
17
|
+
"dev": "cross-env TS_NODE_PROJECT=\"tsconfig.dev.json\" webpack serve --open --config ./config/webpack.dev.config.ts",
|
|
18
|
+
"analyse": "cross-env NODE_ENV=production TS_NODE_PROJECT=\"tsconfig.json\" webpack --config ./config/webpack.analytics.config.ts",
|
|
19
|
+
"start:web": "cross-env NODE_ENV=production ts-node ../../scripts/tasks/build.ts",
|
|
20
|
+
"storybook": "start-storybook -p 6006",
|
|
21
|
+
"build-storybook": "build-storybook -o .storybook/dist"
|
|
22
|
+
},
|
|
23
|
+
"dependencies": {
|
|
24
|
+
"@dao42/d42paas_rtc": "^0.1.5"
|
|
25
|
+
},
|
|
26
|
+
"devDependencies": {
|
|
27
|
+
"@types/fs-extra": "^9.0.13",
|
|
28
|
+
"fs-extra": "^10.0.0",
|
|
29
|
+
"@babel/core": "^7.9",
|
|
30
|
+
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
31
|
+
"@babel/plugin-transform-runtime": "^7.15.0",
|
|
32
|
+
"@babel/preset-env": "^7.15.4",
|
|
33
|
+
"@babel/preset-react": "^7.14.5",
|
|
34
|
+
"@babel/preset-typescript": "^7.15.0",
|
|
35
|
+
"@babel/runtime": "^7.15.4",
|
|
36
|
+
"@emotion/babel-plugin": "^11.3.0",
|
|
37
|
+
"@emotion/babel-preset-css-prop": "^11.2.0",
|
|
38
|
+
"@emotion/core": "^11.0.0",
|
|
39
|
+
"@emotion/css": "^11.1.3",
|
|
40
|
+
"@emotion/eslint-plugin": "^11.2.0",
|
|
41
|
+
"@emotion/react": "^11.4.1",
|
|
42
|
+
"@emotion/styled": "^11.3.0",
|
|
43
|
+
"@fullhuman/postcss-purgecss": "^4.0.3",
|
|
44
|
+
"@loadable/component": "^5.15.0",
|
|
45
|
+
"@react-spring/types": "^9.2.4",
|
|
46
|
+
"@storybook/addon-actions": "^6.3.12",
|
|
47
|
+
"@storybook/addon-essentials": "^6.3.12",
|
|
48
|
+
"@storybook/addon-links": "^6.3.12",
|
|
49
|
+
"@storybook/addon-postcss": "^2.0.0",
|
|
50
|
+
"@storybook/manager-webpack5": "^6.3.12",
|
|
51
|
+
"@storybook/react": "^6.3.12",
|
|
52
|
+
"@types/css-minimizer-webpack-plugin": "^3.0.2",
|
|
53
|
+
"@types/dotenv-webpack": "^7.0.3",
|
|
54
|
+
"@types/happypack": "^5.0.2",
|
|
55
|
+
"@types/ip": "^1.1.0",
|
|
56
|
+
"@types/jest": "^27.0.2",
|
|
57
|
+
"@types/lodash": "^4.14.175",
|
|
58
|
+
"@types/mini-css-extract-plugin": "^2.4.0",
|
|
59
|
+
"@types/ot": "^0.0.5",
|
|
60
|
+
"@types/react": "^17.0.24",
|
|
61
|
+
"@types/react-dom": "^17.0.9",
|
|
62
|
+
"@types/tailwindcss": "^2.2.1",
|
|
63
|
+
"@types/uuid": "^8.3.1",
|
|
64
|
+
"@types/webpack": "^5.28.0",
|
|
65
|
+
"@types/webpack-dev-server": "^4.3.1",
|
|
66
|
+
"@typescript-eslint/eslint-plugin": "^4.28.2",
|
|
67
|
+
"@typescript-eslint/parser": "^4.28.2",
|
|
68
|
+
"autoprefixer": "^10.3.4",
|
|
69
|
+
"axios": "^0.21.4",
|
|
70
|
+
"babel-core": "^6.26.3",
|
|
71
|
+
"babel-loader": "^8.2.2",
|
|
72
|
+
"concurrently": "^6.3.0",
|
|
73
|
+
"css-loader": "^6.4.0",
|
|
74
|
+
"css-minimizer-webpack-plugin": "^3.1.4",
|
|
75
|
+
"cssnano": "^5.0.11",
|
|
76
|
+
"dotenv": "^10.0.0",
|
|
77
|
+
"dotenv-webpack": "^7.0.3",
|
|
78
|
+
"esbuild-loader": "^2.16.0",
|
|
79
|
+
"eslint": "^7.2.0",
|
|
80
|
+
"eslint-config-airbnb": "18.2.1",
|
|
81
|
+
"eslint-config-next": "11.1.0",
|
|
82
|
+
"eslint-config-prettier": "^8.3.0",
|
|
83
|
+
"eslint-import-resolver-typescript": "^2.4.0",
|
|
84
|
+
"eslint-plugin-import": "^2.24.2",
|
|
85
|
+
"eslint-plugin-jsx-a11y": "^6.4.1",
|
|
86
|
+
"eslint-plugin-prettier": "^3.4.0",
|
|
87
|
+
"eslint-plugin-react": "^7.21.5",
|
|
88
|
+
"eslint-plugin-react-hooks": "^4.2.1-alpha-95d762e40-20210908",
|
|
89
|
+
"file-loader": "^6.2.0",
|
|
90
|
+
"glob-all": "^3.2.1",
|
|
91
|
+
"happypack": "^5.0.1",
|
|
92
|
+
"html-webpack-plugin": "^5.3.2",
|
|
93
|
+
"idb": "^6.1.5",
|
|
94
|
+
"ip": "^1.1.5",
|
|
95
|
+
"jest": "27.0.6",
|
|
96
|
+
"lodash": "^4.17.21",
|
|
97
|
+
"lottie-web": "^5.7.14",
|
|
98
|
+
"mini-css-extract-plugin": "^2.4.5",
|
|
99
|
+
"monaco-editor": "^0.31.0",
|
|
100
|
+
"monaco-editor-core": "^0.31.0",
|
|
101
|
+
"monaco-editor-webpack-plugin": "^4.1.2",
|
|
102
|
+
"normalize-url": "^7.0.2",
|
|
103
|
+
"ot": "^0.0.15",
|
|
104
|
+
"postcss": "^8.3.6",
|
|
105
|
+
"postcss-import": "^14.0.2",
|
|
106
|
+
"postcss-loader": "^6.1.1",
|
|
107
|
+
"postcss-nested": "^5.0.6",
|
|
108
|
+
"postcss-nesting": "^10.0.2",
|
|
109
|
+
"postcss-scss": "^4.0.0",
|
|
110
|
+
"prettier": "^2.3.2",
|
|
111
|
+
"react": "^17.0.2",
|
|
112
|
+
"react-complex-tree": "^1.1.2",
|
|
113
|
+
"react-dnd": "^14.0.4",
|
|
114
|
+
"react-dnd-html5-backend": "^14.0.2",
|
|
115
|
+
"react-dom": "^17.0.2",
|
|
116
|
+
"react-loading-skeleton": "^3.0.1",
|
|
117
|
+
"react-router-dom": "^5.3.0",
|
|
118
|
+
"react-split-pane": "^0.1.92",
|
|
119
|
+
"react-spring": "^9.2.4",
|
|
120
|
+
"reconnecting-websocket": "^4.4.0",
|
|
121
|
+
"reflect-metadata": "^0.1.13",
|
|
122
|
+
"rimraf": "^3.0.2",
|
|
123
|
+
"rsuite": "^5.0.0",
|
|
124
|
+
"rxjs": "^7.2.0",
|
|
125
|
+
"sass": "^1.43.2",
|
|
126
|
+
"sass-loader": "^12.2.0",
|
|
127
|
+
"socket.io": "^4.2.0",
|
|
128
|
+
"socket.io-client": "^4.2.0",
|
|
129
|
+
"source-map-loader": "^3.0.0",
|
|
130
|
+
"speed-measure-webpack-plugin": "^1.5.0",
|
|
131
|
+
"style-loader": "^3.3.0",
|
|
132
|
+
"stylis": "^4.0.10",
|
|
133
|
+
"tailwindcss": "^2.2.9",
|
|
134
|
+
"terser-webpack-plugin": "^5.2.5",
|
|
135
|
+
"three": "^0.132.2",
|
|
136
|
+
"ts-jest": "^27.0.3",
|
|
137
|
+
"ts-loader": "^9.2.5",
|
|
138
|
+
"ts-node": "^10.0.0",
|
|
139
|
+
"tsconfig-paths-webpack-plugin": "^3.5.1",
|
|
140
|
+
"uuid": "^8.3.2",
|
|
141
|
+
"webpack": "^5.52.0",
|
|
142
|
+
"webpack-bundle-analyzer": "^4.5.0",
|
|
143
|
+
"webpack-cli": "^4.9.1",
|
|
144
|
+
"webpack-dashboard": "^3.3.6",
|
|
145
|
+
"webpack-dev-server": "^4.1.0",
|
|
146
|
+
"xterm": "^4.13.0",
|
|
147
|
+
"xterm-addon-attach": "^0.6.0",
|
|
148
|
+
"xterm-addon-fit": "^0.5.0",
|
|
149
|
+
"zustand": "^3.5.10"
|
|
150
|
+
},
|
|
151
|
+
"files": [
|
|
152
|
+
"dist"
|
|
153
|
+
],
|
|
154
|
+
"repository": {
|
|
155
|
+
"type": "git",
|
|
156
|
+
"url": "git+https://github.com/dao42/d42paas_frontend.git"
|
|
157
|
+
},
|
|
158
|
+
"bugs": {
|
|
159
|
+
"url": "https://github.com/dao42/d42paas_frontend/issues"
|
|
160
|
+
},
|
|
161
|
+
"gitHead": "492b228acbf6f7bc309984755a8dd948ea6fb0e2"
|
|
162
|
+
}
|