@blocklet/pages-kit-block-studio 0.1.34 → 0.1.35
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/lib/cjs/plugins/vite-plugin-block-studio.js +62 -10
- package/lib/cjs/tsconfig.tsbuildinfo +1 -1
- package/lib/esm/plugins/vite-plugin-block-studio.js +59 -10
- package/lib/esm/tsconfig.tsbuildinfo +1 -1
- package/lib/types/plugins/vite-plugin-block-studio.d.ts +1 -0
- package/lib/types/tsconfig.tsbuildinfo +1 -1
- package/package.json +5 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blocklet/pages-kit-block-studio",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.35",
|
|
4
4
|
"description": "Pages Kit block studio",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -113,12 +113,13 @@
|
|
|
113
113
|
"typescript": "^5.7.2",
|
|
114
114
|
"ufo": "^1.5.4",
|
|
115
115
|
"vite": "^5.4.11",
|
|
116
|
+
"rollup-plugin-external-globals": "^0.12.1",
|
|
116
117
|
"vite-plugin-react-pages": "^5.0.0",
|
|
117
118
|
"yaml": "^2.5.0"
|
|
118
119
|
},
|
|
119
120
|
"devDependencies": {
|
|
120
|
-
"@types/compression": "^1.7.5",
|
|
121
121
|
"@rollup/plugin-typescript": "^11.1.6",
|
|
122
|
+
"@types/compression": "^1.7.5",
|
|
122
123
|
"@types/react": "^18.3.18",
|
|
123
124
|
"@types/react-dom": "^18.3.5",
|
|
124
125
|
"@vitejs/plugin-react": "^4.3.4",
|
|
@@ -130,10 +131,10 @@
|
|
|
130
131
|
"zx": "^8.3.0"
|
|
131
132
|
},
|
|
132
133
|
"peerDependencies": {
|
|
134
|
+
"compression": "^1.7.4",
|
|
133
135
|
"react": "^18.3.1",
|
|
134
136
|
"react-dom": "^18.3.1",
|
|
135
|
-
"react-router-dom": "^6.26.1"
|
|
136
|
-
"compression": "^1.7.4"
|
|
137
|
+
"react-router-dom": "^6.26.1"
|
|
137
138
|
},
|
|
138
139
|
"scripts": {
|
|
139
140
|
"lint": "eslint src --ext .mjs,.js,.jsx,.ts,.tsx",
|