-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.08 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "gamifyai",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "NODE_OPTIONS='--inspect=9229' next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest",
"test:watch": "jest --watch"
},
"dependencies": {
"@octokit/rest": "^21.0.2",
"@radix-ui/react-avatar": "^1.1.1",
"@radix-ui/react-collapsible": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-hover-card": "^1.1.2",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.1",
"@radix-ui/react-tooltip": "^1.1.3",
"@tanstack/react-query": "^5.60.5",
"@types/canvas-confetti": "^1.6.4",
"canvas-confetti": "^1.9.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"d3": "^7.9.0",
"d3-cloud": "^1.2.7",
"date-fns": "^3.6.0",
"dictionary-en": "^4.0.0",
"framer-motion": "^11.11.17",
"https-proxy-agent": "^7.0.5",
"jose": "^5.9.6",
"lucide-react": "^0.456.0",
"next": "14.2.16",
"nspell": "^2.1.5",
"openai": "^4.72.0",
"react": "^18",
"react-canvas-confetti": "^2.0.7",
"react-confetti": "^6.1.0",
"react-day-picker": "^8.10.1",
"react-dom": "^18",
"react-intersection-observer": "^9.13.1",
"react-markdown": "^9.0.1",
"react-type-animation": "^3.2.0",
"tailwind-merge": "^2.5.4",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss-animate": "^1.0.7",
"typed.js": "^2.1.0"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@tailwindcss/line-clamp": "^0.4.4",
"@types/d3": "^7.4.3",
"@types/d3-cloud": "^1.2.9",
"@types/jest": "^29.5.14",
"@types/node": "^20.17.6",
"@types/nspell": "^2.1.6",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.16",
"jest": "^29.7.0",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"ts-jest": "^29.2.5",
"typescript": "^5.6.3"
}
}