@dao42/d42paas-front 0.7.16 → 0.7.23

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dao42/d42paas-front",
3
- "version": "0.7.16",
3
+ "version": "0.7.23",
4
4
  "description": "> TODO: description",
5
5
  "author": "eric183 <kk297466058@gmail.com>",
6
6
  "homepage": "https://github.com/dao42/d42paas_frontend#readme",
@@ -26,25 +26,26 @@
26
26
  "scripts": {
27
27
  "prebuild": "rimraf dist",
28
28
  "webpack": "cross-env TS_NODE_PROJECT=\"tsconfig.dev.json\" webpack --config ./config/webpack.prod.config.ts",
29
- "start:web": "yarn prebuild && yarn vite && yarn workNameSpaceToFix",
29
+ "start:web": "yarn vite && yarn workNameSpaceToFix",
30
30
  "storybook": "start-storybook -p 6006",
31
31
  "build-storybook": "build-storybook -o .storybook/dist",
32
32
  "dev:disble": "cross-env TS_NODE_PROJECT=\"tsconfig.dev.json\" webpack serve --open --config ./config/webpack.dev.config.ts",
33
33
  "analyse": "cross-env NODE_ENV=production TS_NODE_PROJECT=\"tsconfig.json\" webpack --config ./config/webpack.analytics.config.js",
34
34
  "dev": "vite serve --host --config ./config/vite.config.ts",
35
+ "dev:patch": "vite serve --host --config ./config/vite.dev.config.ts",
35
36
  "vite": "cross-env NODE_ENV=production vite build --config ./config/vite.config.ts && yarn run copyTS",
36
37
  "fix": "eslint --fix --ext .jsx src/**",
37
38
  "copyTS": "shx cp ./src/types/editor.d.ts ./dist",
38
39
  "np": "npm publish --access-public",
39
- "patch": "yarn prebuild && yarn vite && npm version patch",
40
+ "patch": "yarn vite && npm version patch && yarn clean",
40
41
  "test": "jest --verbose",
42
+ "clean": "node config/patchClean.js",
41
43
  "workNameSpaceToFix": "node ./config/workNameSpaceToFix.js"
42
44
  },
43
45
  "dependencies": {
44
46
  "@dao42/d42paas_rtc": "^0.1.8"
45
47
  },
46
48
  "devDependencies": {
47
- "@headlessui/react": "^1.4.3",
48
49
  "@babel/core": "^7.9",
49
50
  "@babel/plugin-syntax-dynamic-import": "^7.8.3",
50
51
  "@babel/plugin-transform-runtime": "^7.15.0",
@@ -61,7 +62,7 @@
61
62
  "@emotion/react": "^11.4.1",
62
63
  "@emotion/styled": "^11.3.0",
63
64
  "@fullhuman/postcss-purgecss": "^4.0.3",
64
- "@knight-lab/timelinejs": "^3.8.19",
65
+ "@headlessui/react": "^1.4.3",
65
66
  "@loadable/component": "^5.15.2",
66
67
  "@react-spring/types": "^9.2.4",
67
68
  "@storybook/addon-actions": "^6.3.12",
@@ -70,6 +71,7 @@
70
71
  "@storybook/addon-postcss": "^2.0.0",
71
72
  "@storybook/manager-webpack5": "^6.3.12",
72
73
  "@storybook/react": "^6.3.12",
74
+ "@tailwindcss/typography": "^0.5.2",
73
75
  "@types/css-minimizer-webpack-plugin": "^3.0.2",
74
76
  "@types/dotenv-webpack": "^7.0.3",
75
77
  "@types/fs-extra": "^9.0.13",
@@ -83,7 +85,6 @@
83
85
  "@types/react": "^17.0.24",
84
86
  "@types/react-dom": "^17.0.9",
85
87
  "@types/tailwindcss": "^2.2.4",
86
- "@types/timelinejs3": "^3.4.3",
87
88
  "@types/uuid": "^8.3.1",
88
89
  "@types/webpack": "^5.28.0",
89
90
  "@vitejs/plugin-react": "^1.0.7",
@@ -96,6 +97,7 @@
96
97
  "css-minimizer-webpack-plugin": "^3.1.4",
97
98
  "cssnano": "^5.0.11",
98
99
  "dayjs": "^1.10.7",
100
+ "devicon": "^2.14.0",
99
101
  "dexie": "^3.2.0",
100
102
  "dotenv": "^10.0.0",
101
103
  "dotenv-webpack": "^7.0.3",
@@ -129,6 +131,7 @@
129
131
  "react-dom": "^17.0.2",
130
132
  "react-icons": "^4.3.1",
131
133
  "react-loading-skeleton": "^3.0.1",
134
+ "react-markdown": "^8.0.0",
132
135
  "react-router-dom": "^5.3.0",
133
136
  "react-split-pane": "^0.1.92",
134
137
  "react-spring": "^9.2.4",
@@ -140,7 +143,6 @@
140
143
  "rxjs": "^7.2.0",
141
144
  "sass": "^1.43.2",
142
145
  "sass-loader": "^12.2.0",
143
- "showdown": "^2.0.0-alpha",
144
146
  "socket.io": "^4.2.0",
145
147
  "socket.io-client": "^4.2.0",
146
148
  "source-map-loader": "^3.0.0",
@@ -154,6 +156,7 @@
154
156
  "ts-loader": "^9.2.5",
155
157
  "ts-node": "^10.0.0",
156
158
  "tsconfig-paths-webpack-plugin": "^3.5.1",
159
+ "typedoc": "^0.22.12",
157
160
  "typescript": "4.5",
158
161
  "uuid": "^8.3.2",
159
162
  "vite": "^2.7.2",
@@ -165,7 +168,7 @@
165
168
  "xterm": "^4.13.0",
166
169
  "xterm-addon-attach": "^0.6.0",
167
170
  "xterm-addon-fit": "^0.5.0",
168
- "zustand": "^3.5.10"
171
+ "zustand": "^3.7.0"
169
172
  },
170
173
  "files": [
171
174
  "dist"