-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.53 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
48
49
50
51
52
53
54
55
56
57
{
"name": "getting-started-web-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "npm run lint && npm run build"
},
"dependencies": {
"@ffmpeg/core": "^0.12.3",
"@ffmpeg/ffmpeg": "^0.12.6",
"@ffmpeg/util": "^0.12.1",
"@next/font": "13.4.6",
"@radix-ui/colors": "^2.1.0",
"@radix-ui/react-alert-dialog": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.4",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-slot": "^1.0.2",
"@tailwindcss/forms": "^0.5.6",
"@tailwindcss/typography": "^0.5.9",
"axios": "^1.5.0",
"canvas": "^2.11.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"corepack": "^0.20.0",
"downloadjs": "^1.4.7",
"eslint": "8.43.0",
"eslint-config-next": "13.0.7",
"formidable": "^3.5.1",
"fs": "^0.0.1-security",
"lucide-react": "^0.271.0",
"multer": "^1.4.5-lts.1",
"next": "13.4.6",
"next-themes": "^0.2.1",
"path": "^0.12.7",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dropzone": "^14.2.3",
"replicate": "^0.12.3",
"sharp": "^0.32.5",
"tailwind": "^4.0.0",
"tailwind-merge": "^1.14.0",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@types/node": "^20.5.7",
"@types/react": "^18.2.21",
"autoprefixer": "^10.4.15",
"postcss": "^8.4.29",
"tailwindcss": "^3.3.3",
"typescript": "^5.2.2"
}
}