@dao42/d42paas-front 0.7.21 → 0.7.22

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.21",
3
+ "version": "0.7.22",
4
4
  "description": "> TODO: description",
5
5
  "author": "eric183 <kk297466058@gmail.com>",
6
6
  "homepage": "https://github.com/dao42/d42paas_frontend#readme",
@@ -32,6 +32,7 @@
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",
@@ -62,7 +63,6 @@
62
63
  "@emotion/styled": "^11.3.0",
63
64
  "@fullhuman/postcss-purgecss": "^4.0.3",
64
65
  "@headlessui/react": "^1.4.3",
65
- "@knight-lab/timelinejs": "^3.8.19",
66
66
  "@loadable/component": "^5.15.2",
67
67
  "@react-spring/types": "^9.2.4",
68
68
  "@storybook/addon-actions": "^6.3.12",
@@ -71,6 +71,7 @@
71
71
  "@storybook/addon-postcss": "^2.0.0",
72
72
  "@storybook/manager-webpack5": "^6.3.12",
73
73
  "@storybook/react": "^6.3.12",
74
+ "@tailwindcss/typography": "^0.5.2",
74
75
  "@types/css-minimizer-webpack-plugin": "^3.0.2",
75
76
  "@types/dotenv-webpack": "^7.0.3",
76
77
  "@types/fs-extra": "^9.0.13",
@@ -84,7 +85,6 @@
84
85
  "@types/react": "^17.0.24",
85
86
  "@types/react-dom": "^17.0.9",
86
87
  "@types/tailwindcss": "^2.2.4",
87
- "@types/timelinejs3": "^3.4.3",
88
88
  "@types/uuid": "^8.3.1",
89
89
  "@types/webpack": "^5.28.0",
90
90
  "@vitejs/plugin-react": "^1.0.7",
@@ -97,6 +97,7 @@
97
97
  "css-minimizer-webpack-plugin": "^3.1.4",
98
98
  "cssnano": "^5.0.11",
99
99
  "dayjs": "^1.10.7",
100
+ "devicon": "^2.14.0",
100
101
  "dexie": "^3.2.0",
101
102
  "dotenv": "^10.0.0",
102
103
  "dotenv-webpack": "^7.0.3",
@@ -130,6 +131,7 @@
130
131
  "react-dom": "^17.0.2",
131
132
  "react-icons": "^4.3.1",
132
133
  "react-loading-skeleton": "^3.0.1",
134
+ "react-markdown": "^8.0.0",
133
135
  "react-router-dom": "^5.3.0",
134
136
  "react-split-pane": "^0.1.92",
135
137
  "react-spring": "^9.2.4",
@@ -141,7 +143,6 @@
141
143
  "rxjs": "^7.2.0",
142
144
  "sass": "^1.43.2",
143
145
  "sass-loader": "^12.2.0",
144
- "showdown": "^2.0.0-alpha",
145
146
  "socket.io": "^4.2.0",
146
147
  "socket.io-client": "^4.2.0",
147
148
  "source-map-loader": "^3.0.0",
@@ -155,6 +156,7 @@
155
156
  "ts-loader": "^9.2.5",
156
157
  "ts-node": "^10.0.0",
157
158
  "tsconfig-paths-webpack-plugin": "^3.5.1",
159
+ "typedoc": "^0.22.12",
158
160
  "typescript": "4.5",
159
161
  "uuid": "^8.3.2",
160
162
  "vite": "^2.7.2",