@dao42/d42paas-front 0.5.28 → 0.5.40

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.28",
3
+ "version": "0.5.40",
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,7 +33,7 @@
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",
@@ -59,6 +59,7 @@
59
59
  "@emotion/react": "^11.4.1",
60
60
  "@emotion/styled": "^11.3.0",
61
61
  "@fullhuman/postcss-purgecss": "^4.0.3",
62
+ "@knight-lab/timelinejs": "^3.8.19",
62
63
  "@loadable/component": "^5.15.2",
63
64
  "@react-spring/types": "^9.2.4",
64
65
  "@storybook/addon-actions": "^6.3.12",
@@ -73,12 +74,14 @@
73
74
  "@types/happypack": "^5.0.2",
74
75
  "@types/ip": "^1.1.0",
75
76
  "@types/jest": "^27.0.2",
77
+ "@types/loadable__component": "^5.13.4",
76
78
  "@types/lodash": "^4.14.175",
77
79
  "@types/mini-css-extract-plugin": "^2.4.0",
78
80
  "@types/ot": "^0.0.5",
79
81
  "@types/react": "^17.0.24",
80
82
  "@types/react-dom": "^17.0.9",
81
83
  "@types/tailwindcss": "^2.2.4",
84
+ "@types/timelinejs3": "^3.4.3",
82
85
  "@types/uuid": "^8.3.1",
83
86
  "@types/webpack": "^5.28.0",
84
87
  "@vitejs/plugin-react": "^1.0.7",
@@ -90,6 +93,7 @@
90
93
  "css-loader": "^6.5.1",
91
94
  "css-minimizer-webpack-plugin": "^3.1.4",
92
95
  "cssnano": "^5.0.11",
96
+ "dayjs": "^1.10.7",
93
97
  "dotenv": "^10.0.0",
94
98
  "dotenv-webpack": "^7.0.3",
95
99
  "file-loader": "^6.2.0",
@@ -100,11 +104,15 @@
100
104
  "idb": "^6.1.5",
101
105
  "ip": "^1.1.5",
102
106
  "jest": "27.0.6",
107
+ "kbar": "^0.1.0-beta.24",
108
+ "less": "^4.1.2",
109
+ "leva": "^0.9.18",
103
110
  "lodash": "^4.17.21",
104
111
  "lottie-web": "^5.7.14",
105
112
  "mini-css-extract-plugin": "^2.4.5",
106
113
  "monaco-editor": "^0.31.0",
107
114
  "monaco-editor-core": "^0.31.0",
115
+ "ninja-keys": "^1.1.9",
108
116
  "normalize-url": "^7.0.2",
109
117
  "ot": "^0.0.15",
110
118
  "postcss": "^8.0.9",
@@ -118,7 +126,9 @@
118
126
  "react-dom": "^17.0.2",
119
127
  "react-loading-skeleton": "^3.0.1",
120
128
  "react-router-dom": "^5.3.0",
129
+ "react-split-pane": "^0.1.92",
121
130
  "react-spring": "^9.2.4",
131
+ "react-timelines": "^2.6.1",
122
132
  "reconnecting-websocket": "^4.4.0",
123
133
  "reflect-metadata": "^0.1.13",
124
134
  "rimraf": "^3.0.2",