-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.94 KB
/
Copy pathpackage.json
File metadata and controls
67 lines (67 loc) · 1.94 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
{
"name": "madprints",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"db:generate": "drizzle-kit generate",
"db:migrate": "drizzle-kit migrate",
"db:push": "drizzle-kit push",
"db:studio": "drizzle-kit studio",
"build": "next build",
"dev": "next dev",
"lint": "next lint",
"start": "next start"
},
"dependencies": {
"@auth/drizzle-adapter": "^1.11.2",
"@mantine/carousel": "^7.17.8",
"@mantine/core": "^7.17.8",
"@mantine/hooks": "^7.17.8",
"@mantine/notifications": "^7.17.8",
"@monaco-editor/react": "^4.7.0",
"@t3-oss/env-nextjs": "^0.10.1",
"@tabler/icons-react": "^3.44.0",
"@tanstack/react-query": "^5.101.0",
"@trpc/client": "11.0.0-rc.502",
"@trpc/react-query": "11.0.0-rc.502",
"@trpc/server": "11.0.0-rc.502",
"axios": "^1.18.0",
"drizzle-orm": "^0.45.2",
"embla-carousel-react": "^8.6.0",
"geist": "^1.7.2",
"markdown-to-jsx": "^7.7.17",
"minio": "^8.0.7",
"monaco-editor": "0.51.0",
"next": "^16.2.9",
"next-auth": "5.0.0-beta.30",
"postcss-preset-mantine": "^1.18.0",
"postcss-simple-vars": "^7.0.1",
"postgres": "^3.4.9",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"react-stl-viewer": "https://github.com/user-attachments/files/21491918/react-stl-viewer-2.5.1.tgz",
"server-only": "^0.0.1",
"sharp": "^0.33.5",
"superjson": "^2.2.6",
"uuid": "^14.0.0",
"zod": "^3.25.76"
},
"devDependencies": {
"@types/eslint": "^9.6.1",
"@types/node": "^20.19.43",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@typescript-eslint/eslint-plugin": "^8.61.1",
"@typescript-eslint/parser": "^8.61.1",
"drizzle-kit": "^0.31.10",
"eslint": "^9.39.4",
"eslint-config-next": "^16.2.9",
"eslint-plugin-drizzle": "^0.2.3",
"typescript": "^5.9.3"
},
"ct3aMetadata": {
"initVersion": "7.36.1"
},
"packageManager": "pnpm@9.0.6"
}