-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 899 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
{
"name": "yt_playlist_sharer",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "prisma generate && next build && npm run css",
"start": "next start",
"lint": "next lint",
"postinstall": "prisma generate",
"css": "npx tailwindcss -i ./app/globals.css -o ./app/output.css",
"devcss": "npx tailwindcss -i ./app/globals.css -o ./app/output.css --watch"
},
"dependencies": {
"@auth0/nextjs-auth0": "^3.5.0",
"@prisma/client": "^5.11.0",
"axios": "^1.6.8",
"css": "^3.0.0",
"flowbite": "^2.3.0",
"flowbite-react": "^0.7.5",
"nano": "^10.1.3",
"next": "14.1.3",
"react": "^18",
"react-dom": "^18",
"react-icons": "^5.0.1",
"react-select": "^5.8.0"
},
"devDependencies": {
"autoprefixer": "^10.0.1",
"postcss": "^8",
"prisma": "^5.11.0",
"tailwindcss": "^3.3.0"
}
}