-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 749 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 749 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "project8",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"gen": "npx drizzle-kit generate",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@tailwindcss/postcss": "^4.0.7",
"bcryptjs": "^3.0.2",
"dotenv": "^16.4.7",
"drizzle-orm": "^0.39.3",
"mysql2": "^3.12.0",
"next": "15.1.6",
"next-app": "^0.0.0",
"next-auth": "^5.0.0-beta.25",
"postcss": "^8.5.3",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"tailwindcss": "^4.0.7"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"drizzle-kit": "^0.30.4",
"eslint": "^9",
"eslint-config-next": "15.1.6",
"tsx": "^3.12.10"
}
}