-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.19 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.19 KB
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
{
"name": "ani-sage",
"version": "0.1.0",
"description": "Psychological anime recommendation system",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest"
},
"dependencies": {
"@modelcontextprotocol/server-github": "^2025.1.23",
"@neondatabase/serverless": "^0.10.4",
"@radix-ui/react-progress": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@upstash/redis": "^1.34.5",
"axios": "^1.6.7",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"dotenv": "^16.4.5",
"framer-motion": "^12.5.0",
"next": "^14.1.0",
"node-cache": "^5.1.2",
"node-fetch": "^3.3.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwind-merge": "^2.2.1",
"uuid": "^11.1.0"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.10",
"@types/jest": "^29.5.14",
"@types/node": "^20.17.24",
"@types/react": "18.3.18",
"@types/react-dom": "^18.2.0",
"@types/uuid": "^10.0.0",
"autoprefixer": "^10.0.1",
"jest": "^29.7.0",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"ts-jest": "^29.2.6",
"typescript": "^5.8.2"
}
}