@blocklet/pages-kit-inner-components 0.0.15 → 0.0.16

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 +9 -29
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/pages-kit-inner-components",
3
- "version": "0.0.15",
3
+ "version": "0.0.16",
4
4
  "description": "Pages Kit inner components library",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -45,34 +45,6 @@
45
45
  "require": "./lib/cjs/uploader.js"
46
46
  }
47
47
  },
48
- "typesVersions": {
49
- "*": {
50
- "*": [
51
- "./lib/types/index.d.ts"
52
- ],
53
- "home": [
54
- "./lib/types/home.d.ts"
55
- ],
56
- "resources": [
57
- "./lib/types/resources.d.ts"
58
- ],
59
- "site-state": [
60
- "./lib/types/site-state.d.ts"
61
- ],
62
- "components": [
63
- "./lib/types/components.d.ts"
64
- ],
65
- "setting": [
66
- "./lib/types/setting.d.ts"
67
- ],
68
- "locales": [
69
- "./lib/types/locales.d.ts"
70
- ],
71
- "uploader": [
72
- "./lib/types/uploader.d.ts"
73
- ]
74
- }
75
- },
76
48
  "files": [
77
49
  "lib",
78
50
  "LICENSE",
@@ -268,6 +240,14 @@
268
240
  "vite-tsconfig-paths": "^5.0.1",
269
241
  "zx": "^8.1.4"
270
242
  },
243
+ "peerDependencies": {
244
+ "react": "^18.3.1",
245
+ "react-dom": "^18.3.1",
246
+ "react-router-dom": "^6.26.1",
247
+ "@mui/icons-material": "^5.16.7",
248
+ "@mui/material": "^5.16.7",
249
+ "@arcblock/ux": "^2.11.35"
250
+ },
271
251
  "scripts": {
272
252
  "lint": "eslint src --ext .mjs,.js,.jsx,.ts,.tsx",
273
253
  "lint:fix": "npm run lint -- --fix",