@dao42/d42paas-front 0.7.60 → 0.7.63
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/{editor.d.ts → DaoPaaS.d.ts} +30 -13
- package/dist/DaoPaaS.es.js +111792 -122653
- package/dist/DaoPaaS.umd.js +1148 -1693
- package/dist/style.css +1 -1
- package/package.json +15 -16
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dao42/d42paas-front",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.63",
|
|
4
4
|
"description": "> TODO: description",
|
|
5
5
|
"author": "eric183 <kk297466058@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/dao42/d42paas_frontend#readme",
|
|
7
7
|
"license": "ISC",
|
|
8
8
|
"main": "./dist/DaoPaaS.umd.js",
|
|
9
9
|
"module": "./dist/DaoPaaS.es.js",
|
|
10
|
-
"types": "./dist/
|
|
10
|
+
"types": "./dist/DaoPaaS.d.ts",
|
|
11
11
|
"exports": {
|
|
12
12
|
".": {
|
|
13
13
|
"import": "./dist/DaoPaaS.es.js",
|
|
@@ -25,8 +25,7 @@
|
|
|
25
25
|
},
|
|
26
26
|
"scripts": {
|
|
27
27
|
"prebuild": "rimraf dist",
|
|
28
|
-
"
|
|
29
|
-
"start:web": "yarn vite && yarn workNameSpaceToFix && yarn typedoc",
|
|
28
|
+
"start:web": "yarn tsc && yarn vite && yarn workNameSpaceToFix && yarn typedoc",
|
|
30
29
|
"storybook": "start-storybook -p 6006",
|
|
31
30
|
"build-storybook": "build-storybook -o .storybook/dist",
|
|
32
31
|
"dev:disble": "cross-env TS_NODE_PROJECT=\"tsconfig.dev.json\" webpack serve --open --config ./config/webpack.dev.config.ts",
|
|
@@ -36,12 +35,14 @@
|
|
|
36
35
|
"vite": "cross-env NODE_ENV=production vite build --config ./config/vite.config.ts && yarn run copyTS",
|
|
37
36
|
"typedoc": "npx typedoc --tsconfig ./doc.tsconfig.json",
|
|
38
37
|
"fix": "eslint --fix --ext .jsx src/**",
|
|
39
|
-
"copyTS": "shx cp ./src/types/
|
|
38
|
+
"copyTS": "shx cp ./src/types/DaoPaaS.d.ts ./dist",
|
|
40
39
|
"np": "npm publish --access-public",
|
|
41
|
-
"patch": "yarn vite &&
|
|
40
|
+
"patch": "yarn vite && yarn clean",
|
|
41
|
+
"version:patch": "npm version patch",
|
|
42
42
|
"test": "jest --verbose",
|
|
43
43
|
"clean": "node config/patchClean.js",
|
|
44
|
-
"workNameSpaceToFix": "node ./config/workNameSpaceToFix.js"
|
|
44
|
+
"workNameSpaceToFix": "node ./config/workNameSpaceToFix.js",
|
|
45
|
+
"tsc": "tsc -p ./tsconfig.json --isolatedModules false"
|
|
45
46
|
},
|
|
46
47
|
"dependencies": {
|
|
47
48
|
"@dao42/d42paas_rtc": "^0.1.8"
|
|
@@ -64,7 +65,6 @@
|
|
|
64
65
|
"@fullhuman/postcss-purgecss": "^4.0.3",
|
|
65
66
|
"@headlessui/react": "^1.4.3",
|
|
66
67
|
"@loadable/component": "^5.15.2",
|
|
67
|
-
"@react-spring/types": "^9.2.4",
|
|
68
68
|
"@storybook/addon-actions": "^6.3.12",
|
|
69
69
|
"@storybook/addon-essentials": "^6.3.12",
|
|
70
70
|
"@storybook/addon-links": "^6.3.12",
|
|
@@ -72,9 +72,12 @@
|
|
|
72
72
|
"@storybook/manager-webpack5": "^6.3.12",
|
|
73
73
|
"@storybook/react": "^6.3.12",
|
|
74
74
|
"@tailwindcss/typography": "^0.5.2",
|
|
75
|
+
"@testing-library/jest-dom": "^5.16.2",
|
|
76
|
+
"@testing-library/react": "^12.1.4",
|
|
75
77
|
"@types/css-minimizer-webpack-plugin": "^3.0.2",
|
|
76
78
|
"@types/dotenv-webpack": "^7.0.3",
|
|
77
79
|
"@types/fs-extra": "^9.0.13",
|
|
80
|
+
"@types/ip": "^1.1.0",
|
|
78
81
|
"@types/jest": "^27.0.2",
|
|
79
82
|
"@types/loadable__component": "^5.13.4",
|
|
80
83
|
"@types/lodash": "^4.14.175",
|
|
@@ -102,6 +105,7 @@
|
|
|
102
105
|
"glob-all": "^3.2.1",
|
|
103
106
|
"html-webpack-plugin": "^5.3.2",
|
|
104
107
|
"idb": "^6.1.5",
|
|
108
|
+
"identity-obj-proxy": "^3.0.0",
|
|
105
109
|
"jest": "27.0.6",
|
|
106
110
|
"less": "^4.1.2",
|
|
107
111
|
"leva": "^0.9.18",
|
|
@@ -110,6 +114,7 @@
|
|
|
110
114
|
"mini-css-extract-plugin": "^2.4.5",
|
|
111
115
|
"monaco-editor": "^0.31.0",
|
|
112
116
|
"monaco-editor-core": "^0.31.0",
|
|
117
|
+
"msw": "^0.39.2",
|
|
113
118
|
"ninja-keys": "^1.1.12",
|
|
114
119
|
"normalize-url": "^7.0.2",
|
|
115
120
|
"ot": "^0.0.15",
|
|
@@ -127,7 +132,6 @@
|
|
|
127
132
|
"react-markdown": "^8.0.0",
|
|
128
133
|
"react-router-dom": "^5.3.0",
|
|
129
134
|
"react-split-pane": "^0.1.92",
|
|
130
|
-
"react-spring": "^9.2.4",
|
|
131
135
|
"reconnecting-websocket": "^4.4.0",
|
|
132
136
|
"reflect-metadata": "^0.1.13",
|
|
133
137
|
"rehype-katex": "^6.0.2",
|
|
@@ -160,16 +164,11 @@
|
|
|
160
164
|
"webpack-cli": "^4.9.1",
|
|
161
165
|
"webpack-dashboard": "^3.3.6",
|
|
162
166
|
"webpack-dev-server": "^4.1.0",
|
|
167
|
+
"whatwg-fetch": "^3.6.2",
|
|
163
168
|
"xterm": "^4.13.0",
|
|
164
169
|
"xterm-addon-attach": "^0.6.0",
|
|
165
170
|
"xterm-addon-fit": "^0.5.0",
|
|
166
|
-
"zustand": "^3.7.0"
|
|
167
|
-
"@testing-library/jest-dom": "^5.16.2",
|
|
168
|
-
"@testing-library/react": "^12.1.4",
|
|
169
|
-
"@types/ip": "^1.1.0",
|
|
170
|
-
"identity-obj-proxy": "^3.0.0",
|
|
171
|
-
"msw": "^0.39.2",
|
|
172
|
-
"whatwg-fetch": "^3.6.2"
|
|
171
|
+
"zustand": "^3.7.0"
|
|
173
172
|
},
|
|
174
173
|
"files": [
|
|
175
174
|
"dist"
|