-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 2.12 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 2.12 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "isthat.ai",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"build": "next build",
"db:generate": "drizzle-kit generate:mysql",
"db:push": "drizzle-kit push:mysql",
"db:studio": "drizzle-kit studio",
"dev": "next dev",
"lint": "next lint",
"start": "next start",
"test:ci": "jest --ci"
},
"dependencies": {
"@clerk/nextjs": "^4.25.3",
"@headlessui/react": "^1.7.16",
"@planetscale/database": "^1.11.0",
"@t3-oss/env-nextjs": "^0.6.0",
"@tremor/react": "^3.6.0",
"@upstash/redis": "^1.23.4",
"@zolplay/react": "^0.5.1",
"@zolplay/utils": "^1.3.4",
"class-variance-authority": "^0.5.3",
"dayjs": "^1.11.10",
"drizzle-orm": "^0.28.6",
"eslint-config-next": "13.2.4",
"framer-motion": "^10.15.0",
"immer": "^10.0.2",
"next": "13.5.3",
"posthog-js": "^1.83.3",
"random-seedable": "^1.0.8",
"react": "18.2.0",
"react-dom": "18.2.0",
"sharp": "^0.32.6",
"sqids": "^0.3.0",
"use-immer": "^0.9.0",
"usehooks-ts": "^2.9.1",
"zod": "^3.21.4",
"zustand": "^4.3.9"
},
"devDependencies": {
"@headlessui/tailwindcss": "^0.1.3",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0",
"@types/eslint": "^8.44.1",
"@types/jest": "^29.5.6",
"@types/node": "18.15.11",
"@types/prettier": "^2.7.3",
"@types/react": "18.2.18",
"@types/react-dom": "18.2.7",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"autoprefixer": "^10.4.14",
"dotenv": "^16.3.1",
"drizzle-kit": "^0.19.13",
"eslint": "8.37.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-testing-library": "^6.1.0",
"eslint-plugin-unused-imports": "^2.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"postcss": "^8.4.27",
"prettier": "^2.8.8",
"prettier-plugin-packagejson": "^2.4.5",
"prettier-plugin-tailwindcss": "^0.2.8",
"simple-zustand-devtools": "^1.1.0",
"tailwindcss": "^3.3.3",
"typescript": "^5.1.6"
}
}