* Version Packages * pnpm lock --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Siddharth Suresh <siddh.suresh@gmail.com>
35 lines
832 B
JSON
35 lines
832 B
JSON
{
|
|
"name": "test-middleware",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"start:dev": "next dev",
|
|
"test": "vitest run",
|
|
"test-watch": "vitest",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf .next"
|
|
},
|
|
"dependencies": {
|
|
"@blitzjs/config": "2.0.5",
|
|
"@blitzjs/next": "2.0.5",
|
|
"@blitzjs/rpc": "2.0.5",
|
|
"blitz": "2.0.5",
|
|
"next": "14.0.4",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@next/bundle-analyzer": "12.0.8",
|
|
"@types/express": "4.17.13",
|
|
"@types/fs-extra": "9.0.13",
|
|
"@types/node-fetch": "2.6.1",
|
|
"@types/react": "18.0.25",
|
|
"eslint": "8.27.0",
|
|
"fs-extra": "10.0.1",
|
|
"get-port": "6.1.2",
|
|
"node-fetch": "3.2.3",
|
|
"typescript": "^4.8.4"
|
|
}
|
|
}
|