forked from cameronking4/sketch2app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.26 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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@cloudinary/react": "^1.11.2",
"@cloudinary/url-gen": "^1.13.0",
"@codesandbox/sandpack-react": "^2.10.0",
"@codesandbox/sandpack-themes": "^2.0.21",
"@headlessui/react": "^1.7.7",
"@headlessui/tailwindcss": "^0.1.2",
"@heroicons/react": "^2.0.13",
"@tailwindcss/forms": "^0.5.3",
"@vercel/analytics": "^0.1.8",
"ai": "^2.1.21",
"axios": "^1.6.8",
"cloudinary": "^1.41.0",
"confetti-explosion-react": "^0.1.2",
"firebase": "^10.10.0",
"firebase-admin": "^12.0.0",
"headlessui": "^0.0.0",
"next": "^14.1.4",
"openai-edge": "^1.2.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.42.0",
"react-hot-toast": "^2.4.1",
"react-markdown": "^9.0.1",
"react-redux": "^8.1.3",
"react-use-measure": "^2.1.1",
"react-webcam": "^7.2.0",
"react-youtube": "^10.1.0",
"stripe": "^14.23.0",
"supports-color": "^9.4.0"
},
"devDependencies": {
"@types/node": "18.11.3",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"autoprefixer": "^10.4.12",
"postcss": "^8.4.18",
"tailwindcss": "^3.2.4"
}
}