-
Notifications
You must be signed in to change notification settings - Fork 82
/
package.json
139 lines (139 loc) · 4.76 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
{
"name": "llm-report",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3001",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier \"**/*.{css,js,json,jsx,ts,tsx}\"",
"format:write": "prettier --write \"**/*.{css,js,json,jsx,ts,tsx}\"",
"prebuild": "prisma generate",
"predev": "prisma generate",
"docs:dev": "cd docs && mintlify dev",
"stripe:webhook": "stripe listen --forward-to localhost:3001/api/v1/stripe/webhook",
"stripe:fixtures": "stripe fixtures fixtures/stripe.json",
"dx": "run-s db:up db:setup dev",
"db:setup": "run-s db:deploy db:seed",
"db:deploy": "npx prisma migrate dev",
"db:seed": "npx prisma db seed",
"db:nuke": "docker compose down --volumes --remove-orphans || docker-compose down --volumes --remove-orphans",
"db:up": "docker compose up -d || docker-compose up -d",
"db:migrate:dev": "dotenv -e .env -- npx prisma migrate dev",
"db:drop:dev": "dotenv -e .env -- npx prisma migrate reset",
"db:reset:dev": "yarn db:drop:dev && yarn db:migrate:dev",
"db:migrate:prod": "dotenv -e .env.production -- npx prisma db push",
"db:drop:prod": "dotenv -e .env.production -- npx prisma migrate reset",
"db:reset:prod": "yarn db:drop:prod && yarn db:migrate:prod"
},
"dependencies": {
"@babel/runtime": "^7.21.5",
"@clickhouse/client": "^0.2.1",
"@headlessui/react": "^1.7.14",
"@heroicons/react": "^2.0.17",
"@hookform/resolvers": "^3.1.1",
"@next-auth/prisma-adapter": "^1.0.6",
"@prisma/client": "^5.0.0",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-avatar": "^1.0.3",
"@radix-ui/react-dialog": "^1.0.4",
"@radix-ui/react-dropdown-menu": "^2.0.4",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-navigation-menu": "^1.1.3",
"@radix-ui/react-popover": "^1.0.5",
"@radix-ui/react-progress": "^1.0.3",
"@radix-ui/react-scroll-area": "^1.0.4",
"@radix-ui/react-select": "^1.2.1",
"@radix-ui/react-separator": "^1.0.2",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toast": "^1.1.4",
"@radix-ui/react-tooltip": "^1.0.6",
"@react-email/components": "^0.0.7",
"@react-three/drei": "^9.68.0",
"@react-three/fiber": "^8.13.0",
"@splinetool/react-spline": "^2.2.6",
"@splinetool/runtime": "^0.9.411",
"@stripe/stripe-js": "^1.52.1",
"@t3-oss/env-nextjs": "^0.6.1",
"@tanstack/query-sync-storage-persister": "^4.29.19",
"@tanstack/react-query": "^4.29.19",
"@tanstack/react-query-persist-client": "^4.29.19",
"@tanstack/react-table": "^8.9.1",
"@tremor/react": "^3.4.1",
"@types/node": "18.16.0",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"axios": "^1.3.6",
"bcrypt": "^5.1.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"cmdk": "^0.2.0",
"cobe": "^0.6.3",
"crisp-sdk-web": "^1.0.21",
"date-fns": "^2.29.3",
"eslint": "8.39.0",
"eslint-config-next": "^13.4.19",
"framer-motion": "^10.15.0",
"idb-keyval": "^6.2.1",
"json-2-csv": "^4.1.0",
"loader-utils": "^3.2.1",
"lucide-react": "^0.261.0",
"maath": "^0.5.3",
"markdown-it": "^13.0.1",
"million": "^2.6.0-beta.11",
"next": "^13.4.19",
"next-auth": "^4.23.1",
"next-themes": "^0.2.1",
"nodemailer": "^6.9.4",
"papaparse": "^5.4.1",
"posthog-js": "^1.75.3",
"react": "^18.2.0",
"react-csv": "^2.2.2",
"react-dom": "^18.2.0",
"react-hook-form": "^7.45.2",
"react-hot-toast": "^2.4.0",
"react-intersection-observer": "^9.4.3",
"react-markdown": "^8.0.7",
"react-parallax-tilt": "^1.7.138",
"react-querybuilder": "^6.5.1",
"react-spring": "^9.7.1",
"react-table": "^7.8.0",
"react-tweet": "^3.1.1",
"remark-gfm": "^3.0.1",
"resend": "^1.0.0",
"shiki": "^0.14.2",
"shiki-processor": "^0.1.3",
"stripe": "^12.3.0",
"swr": "^2.1.5",
"three": "^0.152.2",
"typescript": "^5.3.0-dev.20230825",
"zod": "^3.22.2"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",
"@tanstack/eslint-plugin-query": "^4.29.9",
"@types/bcrypt": "^5.0.0",
"@types/markdown-it": "^12.2.3",
"@types/react-csv": "^1.1.3",
"@types/react-table": "^7.7.14",
"@types/three": "^0.152.0",
"@types/uuid": "^9.0.2",
"autoprefixer": "^10.4.14",
"dotenv-cli": "^7.3.0",
"mini-css-extract-plugin": "^2.7.5",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.23",
"prisma": "^5.0.0",
"tailwind-merge": "^1.14.0",
"tailwindcss": "^3.3.2",
"tailwindcss-animate": "^1.0.6",
"tsx": "^3.12.7"
},
"prisma": {
"seed": "tsx seed.ts"
}
}