-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
83 lines (83 loc) · 2.56 KB
/
package.json
File metadata and controls
83 lines (83 loc) · 2.56 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
74
75
76
77
78
79
80
81
82
83
{
"name": "solopreneurkit",
"version": "0.1.0",
"description": "The complete personal brand toolkit.",
"keywords": [
"business",
"ai",
"entrepreneurship"
],
"author": "Riley Barabash",
"homepage": "https://s--k.it",
"repository": {
"type": "git",
"url": "git+https://github.com/inducingchaos/solopreneurkit.git"
},
"license": "ISC",
"scripts": {
"build": "next build",
"db:generate": "drizzle-kit generate",
"db:migrate": "drizzle-kit migrate",
"db:push": "drizzle-kit push",
"db:studio": "drizzle-kit studio",
"dev": "next dev --turbo --port 7548",
"lint": "next lint",
"start": "next start",
"execute": "sh -c 'IFS=\"\" tsx --env-file ./.env ./src/scripts/$@.ts $*' sh",
"stabilize": "node ./src/scripts/bash/index.js"
},
"dependencies": {
"@planetscale/database": "^1.18.0",
"@tanstack/react-query": "^5.50.0",
"@trpc/client": "^11.0.0-rc.446",
"@trpc/react-query": "^11.0.0-rc.446",
"@trpc/server": "^11.0.0-rc.446",
"@upstash/qstash": "^2.6.1",
"@vercel/analytics": "^1.3.1",
"ai": "^3.2.29",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"drizzle-orm": "^0.33.0",
"lodash": "^4.17.21",
"next": "^14.2.4",
"next-themes": "^0.3.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-email": "^2.1.5",
"resend": "^3.4.0",
"server-only": "^0.0.1",
"stripe": "^16.2.0",
"superjson": "^2.2.1",
"twilio": "^5.2.2",
"uuid": "^10.0.0",
"zod": "^3.23.3"
},
"devDependencies": {
"@types/eslint": "^8.56.10",
"@types/lodash": "^4.17.7",
"@types/node": "^20.14.10",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/uuid": "^10.0.0",
"@types/vcards-js": "^2.10.5",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"drizzle-kit": "^0.24.0",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.4",
"eslint-plugin-drizzle": "^0.2.3",
"openai": "^4.52.7",
"postcss": "^8.4.39",
"prettier": "^3.3.2",
"prettier-plugin-tailwindcss": "^0.6.5",
"tailwindcss": "^3.4.3",
"tsx": "^4.16.2",
"typescript": "^5.5.3",
"vcards-js": "^2.10.0"
},
"ct3a": {
"version": "7.36.1"
},
"type": "module",
"private": true
}