mirror of
https://github.com/cloudflare/vinext.git
synced 2026-09-14 19:04:59 +08:00
e91f3bd6b4
* chore(lint): type local Oxlint plugins * fix(lint): track local plugins in Knip * type resolved
57 lines
2.3 KiB
JSON
57 lines
2.3 KiB
JSON
{
|
|
"name": "vinext-monorepo",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "vp run @vinext/cloudflare#build && vp run vinext#build && vp run create-vinext-app#build",
|
|
"check": "vp check && node scripts/sync-next-types.mjs --check && node scripts/check-shim-types.mjs",
|
|
"test": "vp test run",
|
|
"test:unit": "vp test run --project unit",
|
|
"test:integration": "vp test run --project integration",
|
|
"test:watch": "vp test",
|
|
"vite-ecosystem-ci:before-install": "pnpm config set frozen-lockfile false --location project",
|
|
"vite-ecosystem-ci:build": "vp run vinext#build",
|
|
"vite-ecosystem-ci:test": "vp test run --project unit tests/build-optimization.test.ts tests/client-assets-build.test.ts && vp test run --project integration tests/app-router-rsc-plugin.test.ts tests/app-router-production-build.test.ts tests/vite-hmr-websocket.test.ts",
|
|
"sync:next-types": "node scripts/sync-next-types.mjs",
|
|
"check:next-types": "node scripts/sync-next-types.mjs --check && node scripts/check-shim-types.mjs",
|
|
"check:shim-types": "node scripts/check-shim-types.mjs",
|
|
"fmt": "vp fmt",
|
|
"fmt:check": "vp fmt --check",
|
|
"lint": "vp lint",
|
|
"test:e2e": "playwright test",
|
|
"knip": "knip",
|
|
"changeset": "changeset",
|
|
"prepare": "vp config",
|
|
"postinstall": "vp run @vinext/cloudflare#build && vp run vinext#build && vp run create-vinext-app#build && node scripts/typegen-workspaces.mjs"
|
|
},
|
|
"dependencies": {
|
|
"@mdx-js/react": "catalog:",
|
|
"@mdx-js/rollup": "catalog:"
|
|
},
|
|
"devDependencies": {
|
|
"@changesets/cli": "2.31.0",
|
|
"@mswjs/interceptors": "catalog:",
|
|
"@oxlint/plugins": "1.81.0",
|
|
"@playwright/test": "catalog:",
|
|
"@sentry/nextjs": "catalog:",
|
|
"@types/node": "catalog:",
|
|
"@types/react": "catalog:",
|
|
"@types/react-dom": "catalog:",
|
|
"@vitejs/plugin-rsc": "catalog:",
|
|
"@vitest/coverage-istanbul": "catalog:",
|
|
"knip": "catalog:",
|
|
"msw": "catalog:",
|
|
"next": "catalog:",
|
|
"oxc-transform-react": "catalog:",
|
|
"pathslash": "catalog:",
|
|
"playwright": "catalog:",
|
|
"react": "catalog:",
|
|
"react-dom": "catalog:",
|
|
"sass": "catalog:",
|
|
"typescript": "catalog:",
|
|
"vite": "catalog:",
|
|
"vite-plus": "catalog:",
|
|
"vitest": "catalog:"
|
|
},
|
|
"packageManager": "pnpm@11.1.1"
|
|
}
|