@qzsy/vinext 0.1.81 → 0.1.82

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 (2) hide show
  1. package/dist/cli.js +0 -0
  2. package/package.json +24 -25
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.81",
3
+ "version": "0.1.82",
4
4
  "description": "Run Next.js apps on Vite. Drop-in replacement for the next CLI.",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -93,32 +93,27 @@
93
93
  "publishConfig": {
94
94
  "access": "public"
95
95
  },
96
- "scripts": {
97
- "build": "vp pack",
98
- "prepack": "node --input-type=module -e \"import { copyFileSync } from 'node:fs'; copyFileSync('../../README.md','README.md');\" && vp run build",
99
- "dev": "vp pack --watch"
100
- },
101
96
  "dependencies": {
102
- "@unpic/react": "catalog:",
103
- "@vercel/og": "catalog:",
104
- "image-size": "catalog:",
105
- "ipaddr.js": "catalog:",
106
- "magic-string": "catalog:",
107
- "vite-plugin-commonjs": "catalog:",
108
- "web-vitals": "catalog:"
97
+ "@unpic/react": "^1.0.2",
98
+ "@vercel/og": "^0.8.6",
99
+ "image-size": "2.0.2",
100
+ "ipaddr.js": "^2.1.0",
101
+ "magic-string": "^0.30.21",
102
+ "vite-plugin-commonjs": "^0.10.4",
103
+ "web-vitals": "^4.2.4"
109
104
  },
110
105
  "devDependencies": {
111
- "@types/node": "catalog:",
112
- "@types/react": "catalog:",
113
- "@types/react-dom": "catalog:",
114
- "@vinext/cloudflare": "workspace:*",
115
- "@vitejs/plugin-react": "catalog:",
116
- "@vitejs/plugin-rsc": "catalog:",
117
- "am-i-vibing": "catalog:",
118
- "react-server-dom-webpack": "catalog:",
119
- "vite": "catalog:",
120
- "vite-plus": "catalog:",
121
- "vite-tsconfig-paths": "catalog:"
106
+ "@types/node": "^25.9.2",
107
+ "@types/react": "^19.2.16",
108
+ "@types/react-dom": "^19.2.3",
109
+ "@vitejs/plugin-react": "^6.0.1",
110
+ "@vitejs/plugin-rsc": "^0.5.27",
111
+ "am-i-vibing": "^0.5.0",
112
+ "react-server-dom-webpack": "^19.2.7",
113
+ "vite": "npm:@voidzero-dev/vite-plus-core@0.2.1",
114
+ "vite-plus": "0.2.1",
115
+ "vite-tsconfig-paths": "^6.1.1",
116
+ "@vinext/cloudflare": "0.1.2"
122
117
  },
123
118
  "peerDependencies": {
124
119
  "@mdx-js/rollup": "^3.0.0",
@@ -146,5 +141,9 @@
146
141
  },
147
142
  "engines": {
148
143
  "node": ">=22"
144
+ },
145
+ "scripts": {
146
+ "build": "vp pack",
147
+ "dev": "vp pack --watch"
149
148
  }
150
- }
149
+ }