-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.4 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
{
"name": "fate",
"version": "1.1.0",
"private": true,
"engines": {
"node": ">=20.0.0"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prettier": "prettier --write ."
},
"dependencies": {
"@ai-sdk/openai": "^1.0.0",
"@heroicons/react": "2.2.0",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-slot": "^1.0.2",
"ai": "4.0.20",
"bcrypt": "5.1.1",
"class-variance-authority": "^0.7.0",
"lucide-react": "^0.468.0",
"mongoose": "8.9.2",
"next": "15.1.2",
"next-auth": "4.24.11",
"openai": "4.77.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-draggable": "4.4.6",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@types/bcrypt": "5.0.2",
"@types/node": "22.10.2",
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2",
"@typescript-eslint/eslint-plugin": "8.18.1",
"@typescript-eslint/parser": "8.18.1",
"autoprefixer": "10.4.20",
"clsx": "2.1.1",
"eslint-config-next": "15.1.2",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-typescript": "3.7.0",
"eslint-plugin-import": "2.31.0",
"postcss": "8.4.49",
"prettier-plugin-organize-imports": "4.1.0",
"prettier-plugin-tailwindcss": "0.6.9",
"tailwind-merge": "2.5.5",
"tailwindcss": "3.4.17",
"typescript": "5.7.2"
}
}