-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.24 KB
/
package.json
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "flowbite-react-template-nextjs",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"drizzlepush": "drizzle-kit push",
"drizzlegen": "npx drizzle-kit generate",
"drizzlemig": "npx drizzle-kit migrate",
"format": "prettier . --write",
"lint": "next lint",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@material-tailwind/react": "^2.1.10",
"@next/env": "^15.0.3",
"@vercel/postgres": "^0.10.0",
"dotenv": "^16.4.5",
"drizzle-orm": "^0.36.1",
"eslint": "^8.57.1",
"next": "^14.2.14",
"next-auth": "^4.24.10",
"react": "^18",
"react-dom": "^18",
"react-icons": "^5.3.0"
},
"devDependencies": {
"@types/node": "20.16.10",
"@types/pg": "^8.11.10",
"@types/react": "18.3.11",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.18",
"drizzle-kit": "^0.28.0",
"eslint-config-next": "14.1.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-tailwindcss": "^3.15.1",
"postcss": "^8",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.12",
"tailwindcss": "^3.4.1",
"tsx": "^4.19.2",
"typescript": "5.6.2"
}
}