examples/nextjs-app/package.json
{
"name": "@examples/nextjs-app",
"version": "0.1.93",
"type": "module",
"private": true,
"scripts": {
"dev": "next dev",
"build": "cross-env TSCONFIG=./tsconfig.no-paths.json next build",
"start": "next start",
"clean": "rimraf ./.next ./coverage ./tsconfig.tsbuildinfo",
"test": "vitest run",
"test-unit": "vitest run",
"test-unit-watch": "vitest --ui",
"typecheck": "tsc --project tsconfig.json --noEmit",
"typecheck-no-paths": "tsc --project tsconfig.no-paths.json --noEmit",
"lint": "eslint . --ext .ts,.tsx,.js,.jsx,.mjs,.cjs,.mts,.cts --cache --cache-location ../../.cache/eslint/nextjs-classic.eslintcache",
"prettier-check": "yarn run --top-level prettier --check --cache --cache-location=\"../../.cache/prettier/next-classic.prettiercache\" --config ../../.prettierrc.js --ignore-path ../../.prettierignore \"./**/*.{js,jsx,cjs,mjs,ts,tsx,mts,md,mdx,json,css,scss,less}\"",
"prettier-fix": "yarn run --top-level prettier --write --cache --cache-location=\"../../.cache/prettier/next-classic.prettiercache\" --config ../../.prettierrc.js --ignore-path ../../.prettierignore \"./**/*.{js,jsx,cjs,mjs,ts,tsx,mts,md,mdx,json,css,scss,less}\"",
"fix-staged": "lint-staged --allow-empty"
},
"dependencies": {
"@httpx/assert": "workspace:^",
"@httpx/dsn-parser": "workspace:^",
"@httpx/exception": "workspace:^",
"@httpx/memo-intl": "workspace:^",
"@httpx/plain-object": "workspace:^",
"@httpx/treeu": "workspace:^",
"axios": "1.7.7",
"clsx": "2.1.1",
"ky": "1.7.2",
"next": "15.0.2",
"pino": "9.5.0",
"primereact": "10.8.4",
"react": "18.3.1",
"react-dom": "18.3.1",
"superjson": "2.2.1",
"tailwind-merge": "2.5.4",
"zod": "3.23.8"
},
"devDependencies": {
"@belgattitude/eslint-config-bases": "6.2.0",
"@types/node": "22.8.4",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@vitejs/plugin-react-swc": "3.7.1",
"@vitest/coverage-v8": "2.1.4",
"@vitest/ui": "2.1.4",
"cross-env": "7.0.3",
"eslint": "8.57.1",
"eslint-config-next": "15.0.2",
"happy-dom": "15.7.4",
"postcss": "8.4.47",
"rimraf": "6.0.1",
"tailwindcss": "3.4.14",
"typescript": "5.6.3",
"vite": "5.4.10",
"vite-plugin-svgr": "4.2.0",
"vite-tsconfig-paths": "5.0.1",
"vitest": "2.1.4",
"webpack": "5.95.0"
}
}