@qzsy/vinext 0.1.11 → 0.1.12
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/dist/cli.js +0 -0
- package/package.json +23 -24
package/dist/cli.js
CHANGED
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@qzsy/vinext",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.12",
|
|
4
4
|
"description": "Run Next.js apps on Vite. Drop-in replacement for the next CLI.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -89,31 +89,26 @@
|
|
|
89
89
|
"publishConfig": {
|
|
90
90
|
"access": "public"
|
|
91
91
|
},
|
|
92
|
-
"scripts": {
|
|
93
|
-
"build": "vp pack",
|
|
94
|
-
"prepack": "cp ../../README.md README.md && vp run build",
|
|
95
|
-
"dev": "vp pack --watch"
|
|
96
|
-
},
|
|
97
92
|
"dependencies": {
|
|
98
|
-
"@unpic/react": "
|
|
99
|
-
"@vercel/og": "
|
|
100
|
-
"image-size": "
|
|
101
|
-
"ipaddr.js": "
|
|
102
|
-
"magic-string": "
|
|
103
|
-
"vite-plugin-commonjs": "
|
|
104
|
-
"web-vitals": "
|
|
93
|
+
"@unpic/react": "^1.0.2",
|
|
94
|
+
"@vercel/og": "^0.8.6",
|
|
95
|
+
"image-size": "2.0.2",
|
|
96
|
+
"ipaddr.js": "^2.1.0",
|
|
97
|
+
"magic-string": "^0.30.21",
|
|
98
|
+
"vite-plugin-commonjs": "^0.10.4",
|
|
99
|
+
"web-vitals": "^4.2.4"
|
|
105
100
|
},
|
|
106
101
|
"devDependencies": {
|
|
107
|
-
"@types/node": "
|
|
108
|
-
"@types/react": "
|
|
109
|
-
"@types/react-dom": "
|
|
110
|
-
"@
|
|
111
|
-
"@vitejs/plugin-
|
|
112
|
-
"
|
|
113
|
-
"
|
|
114
|
-
"vite": "
|
|
115
|
-
"vite-
|
|
116
|
-
"
|
|
102
|
+
"@types/node": "^25.9.2",
|
|
103
|
+
"@types/react": "^19.2.16",
|
|
104
|
+
"@types/react-dom": "^19.2.3",
|
|
105
|
+
"@vitejs/plugin-react": "^6.0.1",
|
|
106
|
+
"@vitejs/plugin-rsc": "^0.5.27",
|
|
107
|
+
"react-server-dom-webpack": "^19.2.7",
|
|
108
|
+
"vite": "npm:@voidzero-dev/vite-plus-core@0.2.1",
|
|
109
|
+
"vite-plus": "0.2.1",
|
|
110
|
+
"vite-tsconfig-paths": "^6.1.1",
|
|
111
|
+
"@vinext/cloudflare": "0.1.2"
|
|
117
112
|
},
|
|
118
113
|
"peerDependencies": {
|
|
119
114
|
"@mdx-js/rollup": "^3.0.0",
|
|
@@ -141,5 +136,9 @@
|
|
|
141
136
|
},
|
|
142
137
|
"engines": {
|
|
143
138
|
"node": ">=22"
|
|
139
|
+
},
|
|
140
|
+
"scripts": {
|
|
141
|
+
"build": "vp pack",
|
|
142
|
+
"dev": "vp pack --watch"
|
|
144
143
|
}
|
|
145
|
-
}
|
|
144
|
+
}
|