-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
91 lines (91 loc) · 2.54 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "kamousai",
"description": "Learning languages tools",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"lint": "next lint",
"tc": "tsc --project ./tsconfig.json",
"pre-commit": "pnpm tc & pnpm lint",
"start": "next start",
"schema": "node ./src/scripts/update-schema.js",
"up-next": "pnpm add next@latest && pnpm add -D eslint-config-next@latest",
"up-mantine": "pnpm add @mantine/core@latest @mantine/hooks@latest @mantine/form@latest"
},
"type": "module",
"dependencies": {
"@mantine/core": "^7.5.3",
"@mantine/form": "^7.5.3",
"@mantine/hooks": "^7.5.3",
"@radix-ui/react-slot": "^1.0.2",
"@serwist/next": "^8.4.4",
"@serwist/precaching": "^8.4.3",
"@serwist/sw": "^8.4.4",
"@supabase/ssr": "^0.5.1",
"@supabase/supabase-js": "^2.39.3",
"@tailwindcss/typography": "^0.5.9",
"@tanstack/react-query": "^5.12.2",
"@upstash/redis": "^1.28.3",
"ai": "^3.3.28",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"dotenv": "^16.4.5",
"framer-motion": "^11.0.5",
"lucide-react": "^0.344.0",
"next": "^14.2.8",
"nextjs-google-analytics": "^2.3.3",
"nextjs-toploader": "^1.6.4",
"openai": "^4.20.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.11.0",
"react-markdown": "^9.0.1",
"remark-gfm": "^4.0.0",
"superjson": "1.12.2",
"tailwindcss-animate": "^1.0.7",
"typewriter-effect": "^2.20.1",
"zod": "^3.21.4",
"zustand": "^4.5.5"
},
"devDependencies": {
"@tanstack/react-query-devtools": "^5.13.3",
"@types/eslint": "^8.37.0",
"@types/node": "^20.11.16",
"@types/prettier": "^2.7.2",
"@types/react": "^18.2.52",
"@types/react-dom": "^18.2.18",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"autoprefixer": "^10.4.14",
"eslint": "^8.37.0",
"eslint-config-next": "^14.1.3",
"postcss": "^8.4.21",
"postcss-preset-mantine": "^1.7.0",
"postcss-simple-vars": "^7.0.1",
"prettier": "^2.8.7",
"prettier-plugin-tailwindcss": "^0.4.1",
"tailwind-custom-utilities": "^1.0.3",
"tailwind-merge": "^2.2.1",
"tailwindcss": "^3.4.1",
"typescript": "^5.0.3",
"webpack": "^5.89.0"
},
"ct3aMetadata": {
"initVersion": "7.10.2"
},
"keywords": [
"Openai",
"Nextjs",
"Typescript",
"Tailwindcss",
"React",
"Mantine",
"React-query",
"Zod",
"Superjson",
"React-hook-form",
"React-markdown"
]
}