-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
36 lines (36 loc) · 901 Bytes
/
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
{
"name": "web",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "dotenv -e ../../.env.local next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"ts": "tsc --noEmit"
},
"dependencies": {
"@next-auth/prisma-adapter": "^1.0.7",
"database": "workspace:*",
"next": "^14.0.0",
"next-auth": "^4.24.4",
"next-themes": "0.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"ui": "workspace:*"
},
"devDependencies": {
"@types/node": "^17.0.45",
"@types/react": "^18.2.23",
"@types/react-dom": "^18.2.8",
"autoprefixer": "^10.4.16",
"dotenv-cli": "^7.3.0",
"eslint-config-custom": "workspace:*",
"lucide-react": "^0.216.0",
"postcss": "^8.4.31",
"tailwind-config": "workspace:*",
"tailwindcss": "^3.3.3",
"tsconfig": "workspace:*",
"typescript": "^5.2.2"
}
}