generated from rajatsandeepsen/t3-starter-kit
-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
90 lines (90 loc) · 2.7 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
{
"name": "the_nexus_project",
"description": "We support free and open source software and hardware <3",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"build": "next build",
"db:push": "drizzle-kit push:pg",
"db:studio": "drizzle-kit studio",
"dev": "next dev",
"lint": "biome lint ./",
"format": "biome format ./",
"start": "next start",
"first-config-edit": "bun run ./lib/first.config.ts",
"last-config-edit": "bun run ./lib/last.config.ts"
},
"dependencies": {
"@auth/drizzle-adapter": "^0.7.0",
"@formbricks/js": "^3.0.1",
"@mdx-js/loader": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@next/mdx": "^15.0.3",
"@radix-ui/react-accordion": "^1.2.2",
"@radix-ui/react-checkbox": "^1.1.2",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-slot": "^1.0.2",
"@t3-oss/env-nextjs": "^0.9.2",
"@tabler/icons-react": "^3.19.0",
"@tanstack/react-query": "^5.25.0",
"@trpc/client": "next",
"@trpc/next": "next",
"@trpc/react-query": "next",
"@trpc/server": "next",
"autoprefixer": "^10.4.19",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"drizzle-orm": "^0.29.4",
"framer-motion": "^11.13.3",
"gsap": "^3.12.5",
"lucide-react": "^0.453.0",
"next": "^14.1.3",
"next-auth": "^4.24.6",
"postgres": "^3.4.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"server-only": "^0.0.1",
"shiki": "^1.24.4",
"superjson": "^2.2.1",
"tailwind-merge": "^2.5.4",
"tailwindcss": "^3.4.3",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.22.4"
},
"devDependencies": {
"@biomejs/biome": "1.6.4",
"@designbycode/tailwindcss-text-stroke": "^1.2.1",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"@types/mdx": "^2.0.13",
"@types/node": "^20.11.20",
"@types/react": "^18.2.57",
"@types/react-dom": "^18.2.19",
"drizzle-kit": "^0.20.14",
"magicast": "^0.3.5",
"pg": "^8.11.3",
"postcss": "^8.4.38",
"rehype-autolink-headings": "^7.1.0",
"rehype-format": "^5.0.1",
"rehype-highlight": "^7.0.1",
"rehype-pretty-code": "^0.14.0",
"rehype-raw": "^7.0.0",
"rehype-sanitize": "^6.0.0",
"rehype-slug": "^6.0.0",
"rehype-stringify": "^10.0.1",
"remark-directive": "^3.0.0",
"remark-frontmatter": "^5.0.0",
"remark-gfm": "^4.0.0",
"remark-github": "^12.0.0",
"remark-math": "^6.0.0",
"remark-parse": "^11.0.0",
"remark-prism": "^1.3.6",
"remark-rehype": "^11.1.1",
"shadcn-ui": "^0.8.0",
"typescript": "^5.4.2"
}
}