-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.07 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
{
"name": "nuevette",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"build": "next build",
"start": "next dev",
"lint": "next lint"
},
"dependencies": {
"@google/generative-ai": "^0.16.0",
"@radix-ui/react-progress": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"axios": "^1.7.3",
"cheerio": "^1.0.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cookie": "^0.5.0",
"dotenv": "^16.0.3",
"lucide-react": "^0.427.0",
"mini-svg-data-uri": "^1.4.4",
"next": "^14.2.5",
"picocolors": "^1.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"reactflow": "^11.11.4",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"uuid": "^10.0.0",
"zustand": "^4.5.5"
},
"devDependencies": {
"@types/cookie": "^0.5.1",
"@types/node": "^18.19.45",
"@types/react": "^18.0.24",
"@types/uuid": "^10.0.0",
"autoprefixer": "^10.4.20",
"mini-css-extract-plugin": "^2.9.0",
"postcss": "^8.4.41",
"tailwindcss": "^3.4.9",
"typescript": "4.9.5"
}
}