mirror of
https://github.com/community-scripts/ProxmoxVE-Local.git
synced 2026-07-28 08:22:43 -04:00
Bumps the npm_and_yarn group with 2 updates in the / directory: [next](https://github.com/vercel/next.js) and [@hono/node-server](https://github.com/honojs/node-server). Updates `next` from 16.2.10 to 16.2.11 - [Release notes](https://github.com/vercel/next.js/releases) - [Commits](https://github.com/vercel/next.js/compare/v16.2.10...v16.2.11) Removes `@hono/node-server` Updates `fast-uri` from 3.1.2 to 3.1.4 - [Release notes](https://github.com/fastify/fast-uri/releases) - [Commits](https://github.com/fastify/fast-uri/compare/v3.1.2...v3.1.4) --- updated-dependencies: - dependency-name: next dependency-version: 16.2.11 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: "@hono/node-server" dependency-version: dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: fast-uri dependency-version: 3.1.4 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
115 lines
3.5 KiB
JSON
115 lines
3.5 KiB
JSON
{
|
|
"name": "pve-scripts-local",
|
|
"version": "1.1.7.1",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "prisma generate && node --import tsx scripts/cache-logos.ts && next build --webpack",
|
|
"check": "eslint . && tsc --noEmit",
|
|
"dev": "next dev --webpack",
|
|
"dev:server": "node --import tsx server.js",
|
|
"dev:next": "next dev --webpack",
|
|
"format:check": "prettier --check \"**/*.{ts,tsx,js,jsx,mdx}\" --cache",
|
|
"format:write": "prettier --write \"**/*.{ts,tsx,js,jsx,mdx}\" --cache",
|
|
"generate": "prisma generate",
|
|
"lint": "eslint .",
|
|
"lint:fix": "eslint --fix .",
|
|
"migrate": "prisma migrate dev",
|
|
"preview": "next build && next start",
|
|
"postinstall": "prisma generate",
|
|
"start": "node --import tsx server.js",
|
|
"test": "vitest",
|
|
"test:ui": "vitest --ui",
|
|
"test:run": "vitest run",
|
|
"test:coverage": "vitest run --coverage",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@prisma/adapter-better-sqlite3": "^7.8.0",
|
|
"@prisma/client": "^7.8.0",
|
|
"@radix-ui/react-dropdown-menu": "^2.1.21",
|
|
"@radix-ui/react-slot": "^1.3.0",
|
|
"@t3-oss/env-nextjs": "^0.13.11",
|
|
"@tailwindcss/typography": "^0.5.20",
|
|
"@tanstack/react-query": "^5.101.2",
|
|
"@trpc/client": "^11.18.0",
|
|
"@trpc/react-query": "^11.18.0",
|
|
"@trpc/server": "^11.18.0",
|
|
"@types/react-syntax-highlighter": "^15.5.13",
|
|
"@types/ws": "^8.18.1",
|
|
"@xterm/addon-fit": "^0.11.0",
|
|
"@xterm/addon-web-links": "^0.12.0",
|
|
"@xterm/xterm": "^6.0.0",
|
|
"axios": "^1.18.1",
|
|
"bcryptjs": "^3.0.3",
|
|
"better-sqlite3": "^12.11.1",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"cron-validator": "^1.4.0",
|
|
"dotenv": "^17.4.2",
|
|
"jsonwebtoken": "^9.0.3",
|
|
"lucide-react": "^1.25.0",
|
|
"next": "16.2.11",
|
|
"node-cron": "^4.6.0",
|
|
"node-pty": "^1.1.0",
|
|
"pocketbase": "^0.27.0",
|
|
"react": "^19.2.7",
|
|
"react-dom": "^19.2.7",
|
|
"react-markdown": "^10.1.0",
|
|
"react-syntax-highlighter": "^16.1.1",
|
|
"refractor": "^5.0.0",
|
|
"remark-gfm": "^4.0.1",
|
|
"server-only": "^0.0.1",
|
|
"strip-ansi": "^7.2.0",
|
|
"superjson": "^2.2.6",
|
|
"tailwind-merge": "^3.6.0",
|
|
"vite": "^8.1.5",
|
|
"ws": "^8.21.1",
|
|
"zod": "^4.4.3"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4.3.3",
|
|
"@testing-library/jest-dom": "^6.9.1",
|
|
"@testing-library/react": "^16.3.2",
|
|
"@testing-library/user-event": "^14.6.1",
|
|
"@types/bcryptjs": "^3.0.0",
|
|
"@types/better-sqlite3": "^7.6.13",
|
|
"@types/jsonwebtoken": "^9.0.10",
|
|
"@types/node": "^25.9.3",
|
|
"@types/node-cron": "^3.0.11",
|
|
"@types/react": "^19.2.17",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@vitejs/plugin-react": "^6.0.3",
|
|
"@vitest/coverage-v8": "^4.1.10",
|
|
"@vitest/ui": "^4.1.10",
|
|
"baseline-browser-mapping": "^2.10.43",
|
|
"eslint": "^10.7.0",
|
|
"eslint-config-next": "^16.2.10",
|
|
"jsdom": "^29.1.1",
|
|
"next": "16.2.11",
|
|
"postcss": "^8.5.20",
|
|
"prettier": "^3.9.5",
|
|
"prettier-plugin-tailwindcss": "^0.8.1",
|
|
"prisma": "^7.9.0",
|
|
"tailwindcss": "^4.3.3",
|
|
"tsx": "^4.23.1",
|
|
"typescript": "^6.0.3",
|
|
"@typescript-eslint/eslint-plugin": "^8.64.0",
|
|
"@typescript-eslint/parser": "^8.64.0",
|
|
"vitest": "^4.1.10"
|
|
},
|
|
"ct3aMetadata": {
|
|
"initVersion": "7.39.3"
|
|
},
|
|
"packageManager": "npm@11.6.2",
|
|
"engines": {
|
|
"node": ">=24.0.0"
|
|
},
|
|
"overrides": {
|
|
"prismjs": "^1.30.0",
|
|
"hono": ">=4.11.7",
|
|
"@hono/node-server": ">=1.19.10",
|
|
"lodash": "^4.17.23",
|
|
"postcss": "^8.5.20"
|
|
}
|
|
} |