-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 859 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
37
{
"name": "mylist",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "npx prisma generate"
},
"dependencies": {
"@clerk/nextjs": "^4.30.1",
"@next-auth/prisma-adapter": "^1.0.7",
"@prisma/client": "^5.13.0",
"axios": "^1.5.1",
"dotenv": "^16.4.5",
"install": "^0.13.0",
"moment": "^2.29.4",
"next": "13.5.6",
"nextjs-toploader": "^1.5.3",
"prisma": "^5.13.0",
"react": "^18",
"react-dom": "^18",
"react-hot-toast": "^2.4.1",
"styled-components": "^6.1.0"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10",
"postcss": "^8",
"tailwindcss": "^3",
"typescript": "^5"
}
}