added nextjs
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"dev": "nodemon --exec ts-node --swc src/app.ts",
|
||||
"next-dev": "next dev",
|
||||
"start": "node dist/src/app.js",
|
||||
"build": "swc src -d dist",
|
||||
"initialize_data": "node -r @swc-node/register addMetadata.ts"
|
||||
@@ -16,6 +17,7 @@
|
||||
"dependencies": {
|
||||
"@trpc/client": "^10.45.2",
|
||||
"@trpc/server": "^10.45.2",
|
||||
"@types/react": "^18.3.2",
|
||||
"better-sqlite3": "^9.5.0",
|
||||
"cors": "^2.8.5",
|
||||
"drizzle-orm": "^0.30.8",
|
||||
@@ -23,6 +25,9 @@
|
||||
"express": "^4.19.2",
|
||||
"jsonwebtoken": "^9.0.2",
|
||||
"minio": "^7.1.3",
|
||||
"next": "^14.2.3",
|
||||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1",
|
||||
"trpc-playground": "^1.0.4",
|
||||
"zod": "^3.22.4"
|
||||
},
|
||||
@@ -34,8 +39,11 @@
|
||||
"@types/cors": "^2.8.17",
|
||||
"@types/express": "^4.17.21",
|
||||
"@types/jsonwebtoken": "^9.0.6",
|
||||
"autoprefixer": "^10.4.19",
|
||||
"drizzle-kit": "^0.20.14",
|
||||
"nodemon": "^3.1.0",
|
||||
"postcss": "^8.4.38",
|
||||
"tailwindcss": "^3.4.3",
|
||||
"ts-node": "^10.9.2",
|
||||
"typescript": "^5.4.5"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user