-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.34 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.34 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
47
48
49
50
51
52
53
54
55
56
57
{
"name": "hobby-scope",
"version": "0.1.0",
"description": "horoscope for your hobbies, get better at what you enjoy doing without being overwhelmed",
"private": true,
"author": {
"name": "Ojus"
},
"repository": {
"type": "git",
"url": "https://github.com/ojusxe/hobby-scope.git"
},
"keywords": [
"hobby",
"learning",
"nextjs"
],
"scripts": {
"dev": "next dev -p 4000",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ai-sdk/openai": "^3.0.11",
"@radix-ui/react-progress": "^1.1.1",
"@radix-ui/react-slot": "^1.1.1",
"ai": "^6.0.39",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"framer-motion": "^12.26.2",
"lucide-react": "^0.562.0",
"next": "^16.1.0",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"styled-components": "^6.3.8",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7",
"zod": "^4.3.5"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/node": "^22",
"@types/react": "^19.2.8",
"@types/react-dom": "^19.2.3",
"eslint": "^9",
"eslint-config-next": "^16.1.3",
"postcss": "^8",
"tailwindcss": "^3.4.19",
"typescript": "^5"
},
"engines": {
"node": ">=18.0.0",
"pnpm": ">=8.0.0"
},
"packageManager": "pnpm@10.13.0"
}