-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 797 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
{
"name": "el-show-del-erudito",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ai-sdk/openai": "^0.0.49",
"@vercel/analytics": "^1.3.1",
"ai": "^3.3.11",
"canvas-confetti": "^1.9.3",
"motion-number": "^0.1.6",
"next": "14.2.5",
"next-pwa": "^5.6.0",
"react": "^18",
"react-countdown-circle-timer": "^3.2.1",
"react-dom": "^18",
"react-hook-form": "^7.52.2",
"react-icons": "^5.3.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/canvas-confetti": "^1.6.4",
"@types/node": "^22.4.1",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.5",
"sass": "^1.77.8",
"typescript": "^5"
}
}