-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpackage.json
More file actions
129 lines (129 loc) · 3.94 KB
/
package.json
File metadata and controls
129 lines (129 loc) · 3.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
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
{
"name": "the-platform",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"build": "prisma generate && next build",
"db:studio": "prisma studio",
"db:generate": "prisma generate",
"analyze": "ANALYZE=true next build",
"dev": "next dev --turbopack",
"lint": "eslint --cache --cache-location .cache/.eslintcache",
"lint:fix": "pnpm lint --fix",
"format": "prettier --check .",
"typecheck": "tsc --noEmit",
"start": "next start",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"with-env": "dotenv --"
},
"prisma": {
"schema": "prisma/schema"
},
"dependencies": {
"@ai-sdk/react": "^1.2.12",
"@heroicons/react": "^2.1.1",
"@hookform/resolvers": "^5.1.1",
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@neondatabase/serverless": "^0.9.0",
"@next/bundle-analyzer": "16.0.1",
"@next/mdx": "16.0.1",
"@next/third-parties": "16.0.1",
"@openiti/markdown-parser": "^1.2.2",
"@pdftron/pdfjs-express-viewer": "^8.7.5",
"@pdftron/webviewer": "^10.12.0",
"@prisma/adapter-neon": "^5.12.1",
"@prisma/client": "6.10.1",
"@t3-oss/env-nextjs": "^0.7.3",
"@tanstack/react-query": "^5.74.4",
"@types/mdx": "^2.0.13",
"@upstash/redis": "^1.34.3",
"ai": "^4.3.16",
"better-auth": "^1.2.9",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"d3": "^7.9.0",
"dexie": "^4.0.11",
"dexie-react-hooks": "^1.1.7",
"embla-carousel-react": "^8.6.0",
"fast-deep-equal": "^3.1.3",
"framer-motion": "^12.19.2",
"fuse.js": "^7.0.0",
"html2canvas": "^1.4.1",
"lucide-react": "^0.503.0",
"nanoid": "^5.0.9",
"next": "16.0.7",
"next-intl": "^4.0.3",
"next-themes": "^0.4.6",
"next-typesafe-url": "^5.1.7",
"nprogress": "^0.2.0",
"nuqs": "^2.4.3",
"prisma-json-types-generator": "^3.0.4",
"radix-ui": "^1.3.4",
"react": "19.1.0",
"react-detect-click-outside": "^1.1.7",
"react-dom": "19.1.0",
"react-hook-form": "^7.58.1",
"react-markdown": "^9.0.1",
"react-remove-scroll": "^2.6.3",
"react-resizable-panels": "^2.1.8",
"react-textarea-autosize": "^8.5.9",
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.1",
"resend": "^3.2.0",
"slugify": "^1.6.6",
"sonner": "^2.0.5",
"stripe": "^17.5.0",
"tailwind-merge": "^3.3.1",
"typesense": "^1.7.2",
"unist-util-flatmap": "^1.0.0",
"unist-util-visit": "^5.0.0",
"usehooks-ts": "^3.1.1",
"vaul": "^1.1.2",
"virtua": "^0.40.4",
"zod": "^3.25.67",
"zustand": "^5.0.3"
},
"devDependencies": {
"@crowdin/crowdin-api-client": "^1.36.0",
"@eslint/compat": "^1.2.5",
"@ianvs/prettier-plugin-sort-imports": "^4.4.1",
"@next/eslint-plugin-next": "^16.0.1",
"@storybook/addon-essentials": "^8.3.2",
"@storybook/addon-interactions": "^8.3.2",
"@storybook/addon-links": "^8.3.2",
"@storybook/addon-onboarding": "^8.3.2",
"@storybook/blocks": "^8.3.2",
"@storybook/nextjs": "^8.3.2",
"@storybook/react": "^8.3.2",
"@storybook/test": "^8.3.2",
"@tailwindcss/postcss": "^4.1.4",
"@tailwindcss/typography": "^0.5.15",
"@types/d3": "^7.4.3",
"@types/node": "^18.19.18",
"@types/nprogress": "^0.2.3",
"@types/react": "19.1.2",
"@types/react-dom": "19.1.2",
"@types/unist": "^3.0.3",
"dotenv-cli": "^7.4.2",
"eslint": "^9.19.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-compiler": "beta",
"eslint-plugin-react-hooks": "^5.1.0",
"postcss": "^8.4.35",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.11",
"prisma": "^6.10.1",
"storybook": "^8.3.2",
"tailwindcss": "^4.1.4",
"tw-animate-css": "^1.2.8",
"typescript": "^5.7.3",
"typescript-eslint": "^8.21.0"
},
"packageManager": "pnpm@9.1.0"
}