@blocklet/pages-kit-inner-components 0.0.12 → 0.0.13

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.
Files changed (1) hide show
  1. package/package.json +5 -37
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/pages-kit-inner-components",
3
- "version": "0.0.12",
3
+ "version": "0.0.13",
4
4
  "description": "Pages Kit inner components library",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -96,6 +96,7 @@
96
96
  "@blocklet/crawler": "^2.1.160",
97
97
  "@blocklet/embed": "^0.2.3",
98
98
  "@blocklet/js-sdk": "^1.16.38",
99
+ "@blocklet/logger": "1.16.36",
99
100
  "@blocklet/quickjs": "^0.4.230",
100
101
  "@blocklet/sdk": "^1.16.38",
101
102
  "@blocklet/studio-ui": "^0.4.230",
@@ -159,7 +160,6 @@
159
160
  "isomorphic-dompurify": "^2.14.0",
160
161
  "joi": "^17.13.3",
161
162
  "js-cookie": "^3.0.5",
162
- "js-yaml": "^4.1.0",
163
163
  "json-stable-stringify": "^1.1.1",
164
164
  "jss": "^10.10.0",
165
165
  "lib0": "^0.2.97",
@@ -222,28 +222,8 @@
222
222
  "yaml": "^2.5.0",
223
223
  "yjs": "^13.6.18",
224
224
  "zustand": "^4.5.5",
225
- "@blocklet/pages-kit-block-studio": "^0.0.12",
226
- "@blocklet/pages-kit": "^0.4.8"
227
- },
228
- "peerDependencies": {
229
- "axios": "^1.7.4",
230
- "react": "^18.2.0",
231
- "react-dom": "^18.2.0",
232
- "react-router-dom": "^6.16.0",
233
- "@arcblock/did-connect": "^2.11.35",
234
- "@arcblock/ux": "^2.11.35",
235
- "@blocklet/uploader": "^0.1.67",
236
- "@blocklet/uploader-server": "^0.1.79",
237
- "@emotion/react": "^11.13.0",
238
- "@emotion/styled": "^11.13.0",
239
- "@mui/base": "^5.0.0-beta.40",
240
- "@mui/icons-material": "^5.16.7",
241
- "@mui/lab": "^5.0.0-alpha.173",
242
- "@mui/material": "^5.16.7",
243
- "@mui/styles": "^5.16.7",
244
- "@mui/utils": "^5.16.6",
245
- "@mui/x-date-pickers": "^7.13.0",
246
- "ahooks": "^3.8.1"
225
+ "@blocklet/pages-kit": "^0.4.9",
226
+ "@blocklet/pages-kit-block-studio": "^0.0.13"
247
227
  },
248
228
  "devDependencies": {
249
229
  "@trivago/prettier-plugin-sort-imports": "^5.2.1",
@@ -256,10 +236,8 @@
256
236
  "@types/express-ws": "^3.0.4",
257
237
  "@types/file-saver": "^2.0.7",
258
238
  "@types/flat": "^5.0.5",
259
- "@types/js-yaml": "^4.0.9",
260
239
  "@types/jsdom": "^21.1.7",
261
240
  "@types/json-stable-stringify": "^1.0.36",
262
- "@types/lodash": "^4.17.7",
263
241
  "@types/multer": "^1.4.11",
264
242
  "@types/mustache": "^4.2.5",
265
243
  "@types/node": "^22.4.2",
@@ -268,9 +246,6 @@
268
246
  "@types/react-color": "^3.0.12",
269
247
  "@types/react-dom": "^18.3.0",
270
248
  "@types/react-frame-component": "^4.1.6",
271
- "@types/react-helmet": "^6.1.11",
272
- "@types/react-scroll-to-bottom": "^4.2.5",
273
- "@types/react-syntax-highlighter": "^15.5.13",
274
249
  "@types/react-window": "^1.8.8",
275
250
  "@types/tar": "^6.1.13",
276
251
  "@types/url-join": "^4.0.3",
@@ -278,14 +253,9 @@
278
253
  "@types/ws": "^8.5.12",
279
254
  "@vitejs/plugin-legacy": "^5.4.2",
280
255
  "@vitejs/plugin-react": "^4.3.1",
281
- "axios": "^1.7.4",
282
256
  "cross-env": "^7.0.3",
283
257
  "nodemon": "^3.1.4",
284
258
  "npm-run-all": "^4.1.5",
285
- "react": "^18.3.1",
286
- "react-dom": "^18.3.1",
287
- "react-router-dom": "^6.26.1",
288
- "rimraf": "^6.0.1",
289
259
  "rollup-plugin-visualizer": "^5.12.0",
290
260
  "ts-node": "^10.9.2",
291
261
  "tsc-alias": "^1.8.10",
@@ -294,11 +264,9 @@
294
264
  "vite-node": "^2.0.5",
295
265
  "vite-plugin-blocklet": "^0.9.14",
296
266
  "vite-plugin-pwa": "^0.21.1",
297
- "vite-plugin-require": "^1.2.14",
298
267
  "vite-plugin-svgr": "^4.2.0",
299
268
  "vite-tsconfig-paths": "^5.0.1",
300
- "zx": "^8.1.4",
301
- "@blocklet/pages-kit-block-studio": "0.0.12"
269
+ "zx": "^8.1.4"
302
270
  },
303
271
  "scripts": {
304
272
  "lint": "eslint src --ext .mjs,.js,.jsx,.ts,.tsx",