@dao42/d42paas-front 0.5.27 → 0.5.39

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.5.27",
3
+ "version": "0.5.39",
4
4
  "description": "> TODO: description",
5
5
  "author": "eric183 <kk297466058@gmail.com>",
6
6
  "homepage": "https://github.com/dao42/d42paas_frontend#readme",
@@ -13,7 +13,7 @@
13
13
  "import": "./dist/DaoPaaS.es.js",
14
14
  "require": "./dist/DaoPaaS.umd.js"
15
15
  },
16
- "./dist/style.css": {
16
+ "./style.css": {
17
17
  "import": "./dist/style.css",
18
18
  "require": "./dist/style.css"
19
19
  }
@@ -33,14 +33,15 @@
33
33
  "dev": "vite serve --host --config ./config/vite.config.ts",
34
34
  "vite:save": "NODE_ENV=production vite build --mode production --config ./config/vite.config.ts && yarn run copyTS && yarn patch",
35
35
  "dev:save": "NODE_ENV=development vite --host --mode development --config ./config/vite.config.ts",
36
- "vite": "NODE_ENV=production vite build --config ./config/vite.config.ts && yarn run copyTS && yarn patch",
36
+ "vite": "cross-env NODE_ENV=production vite build --config ./config/vite.config.ts && yarn run copyTS && yarn patch",
37
37
  "fix": "eslint --fix --ext .jsx src/**",
38
38
  "copyTS": "shx cp ./src/types/editor.d.ts ./dist",
39
39
  "np": "npm publish --access-public",
40
40
  "patch": "npm version patch"
41
41
  },
42
42
  "dependencies": {
43
- "@dao42/d42paas_rtc": "^0.1.8"
43
+ "@dao42/d42paas_rtc": "^0.1.8",
44
+ "typescript": "4.5"
44
45
  },
45
46
  "devDependencies": {
46
47
  "@babel/core": "^7.9",
@@ -58,6 +59,7 @@
58
59
  "@emotion/react": "^11.4.1",
59
60
  "@emotion/styled": "^11.3.0",
60
61
  "@fullhuman/postcss-purgecss": "^4.0.3",
62
+ "@knight-lab/timelinejs": "^3.8.19",
61
63
  "@loadable/component": "^5.15.2",
62
64
  "@react-spring/types": "^9.2.4",
63
65
  "@storybook/addon-actions": "^6.3.12",
@@ -72,14 +74,16 @@
72
74
  "@types/happypack": "^5.0.2",
73
75
  "@types/ip": "^1.1.0",
74
76
  "@types/jest": "^27.0.2",
77
+ "@types/loadable__component": "^5.13.4",
75
78
  "@types/lodash": "^4.14.175",
76
79
  "@types/mini-css-extract-plugin": "^2.4.0",
77
80
  "@types/ot": "^0.0.5",
78
81
  "@types/react": "^17.0.24",
79
82
  "@types/react-dom": "^17.0.9",
80
- "@types/webpack": "^5.28.0",
81
83
  "@types/tailwindcss": "^2.2.4",
84
+ "@types/timelinejs3": "^3.4.3",
82
85
  "@types/uuid": "^8.3.1",
86
+ "@types/webpack": "^5.28.0",
83
87
  "@vitejs/plugin-react": "^1.0.7",
84
88
  "autoprefixer": "^10.0.2",
85
89
  "axios": "^0.21.4",
@@ -89,6 +93,7 @@
89
93
  "css-loader": "^6.5.1",
90
94
  "css-minimizer-webpack-plugin": "^3.1.4",
91
95
  "cssnano": "^5.0.11",
96
+ "dayjs": "^1.10.7",
92
97
  "dotenv": "^10.0.0",
93
98
  "dotenv-webpack": "^7.0.3",
94
99
  "file-loader": "^6.2.0",
@@ -99,11 +104,15 @@
99
104
  "idb": "^6.1.5",
100
105
  "ip": "^1.1.5",
101
106
  "jest": "27.0.6",
107
+ "kbar": "^0.1.0-beta.24",
108
+ "less": "^4.1.2",
109
+ "leva": "^0.9.18",
102
110
  "lodash": "^4.17.21",
103
111
  "lottie-web": "^5.7.14",
104
112
  "mini-css-extract-plugin": "^2.4.5",
105
113
  "monaco-editor": "^0.31.0",
106
114
  "monaco-editor-core": "^0.31.0",
115
+ "ninja-keys": "^1.1.9",
107
116
  "normalize-url": "^7.0.2",
108
117
  "ot": "^0.0.15",
109
118
  "postcss": "^8.0.9",
@@ -117,7 +126,9 @@
117
126
  "react-dom": "^17.0.2",
118
127
  "react-loading-skeleton": "^3.0.1",
119
128
  "react-router-dom": "^5.3.0",
129
+ "react-split-pane": "^0.1.92",
120
130
  "react-spring": "^9.2.4",
131
+ "react-timelines": "^2.6.1",
121
132
  "reconnecting-websocket": "^4.4.0",
122
133
  "reflect-metadata": "^0.1.13",
123
134
  "rimraf": "^3.0.2",