forked from AsafMeizner/multi-app-website-new
-
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) · 770 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 770 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": "multi-app-website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@prisma/client": "^5.4.2",
"eslint-config-next": "^14.0.0",
"fluent-ffmpeg": "^2.1.2",
"framer-motion": "^10.16.16",
"next": "^14.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-toastify": "^9.1.3",
"ytdl-core": "^4.11.5"
},
"devDependencies": {
"@types/fluent-ffmpeg": "^2.1.23",
"@types/node": "^20",
"@types/react": "^18.2.33",
"@types/react-dom": "^18.2.14",
"autoprefixer": "^10",
"postcss": "^8",
"prisma": "^5.4.2",
"tailwindcss": "^3",
"typescript": "^5"
}
}