-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
131 lines (131 loc) · 4.16 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
{
"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",
"lint": "next lint",
"typecheck": "tsc --noEmit",
"start": "next start",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"with-env": "dotenv --"
},
"dependencies": {
"@heroicons/react": "^2.1.1",
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@neondatabase/serverless": "^0.9.0",
"@next/bundle-analyzer": "^15.1.2",
"@next/mdx": "^14.2.15",
"@next/third-parties": "^14.2.3",
"@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": "5.12.1",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-direction": "^1.0.1",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-hover-card": "^1.0.7",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-navigation-menu": "^1.1.4",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slider": "^1.1.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.2.1",
"@radix-ui/react-tooltip": "^1.0.7",
"@radix-ui/themes": "^3.0.0",
"@t3-oss/env-nextjs": "^0.7.3",
"@tailwindcss/container-queries": "^0.1.1",
"@tanstack/react-query": "^5.22.2",
"@tanstack/react-virtual": "^3.1.2",
"@types/mdx": "^2.0.13",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"cmdk": "^0.2.1",
"embla-carousel-react": "^8.0.0",
"fuse.js": "^7.0.0",
"html2canvas": "^1.4.1",
"lucide-react": "^0.356.0",
"nanoid": "^5.0.9",
"next": "^14.2.14",
"next-axiom": "^1.1.1",
"next-intl": "^3.20.0",
"next-themes": "^0.2.1",
"next-typesafe-url": "^4.0.7",
"nprogress": "^0.2.0",
"plyr-react": "^5.3.0",
"prisma-json-types-generator": "^3.0.4",
"react": "18.2.0",
"react-detect-click-outside": "^1.1.7",
"react-dom": "18.2.0",
"react-markdown": "^9.0.1",
"react-remove-scroll": "^2.5.9",
"react-resizable-panels": "^2.0.9",
"react-textarea-autosize": "^8.5.3",
"react-virtuoso": "^4.7.1",
"rehype-raw": "^7.0.0",
"resend": "^3.2.0",
"slugify": "^1.6.6",
"tailwind-merge": "^2.2.1",
"tailwindcss-animate": "^1.0.7",
"typesense": "^1.7.2",
"unist-util-flatmap": "^1.0.0",
"unist-util-visit": "^5.0.0",
"use-intl": "^3.9.5",
"usehooks-ts": "^2.15.1",
"vaul": "^0.9.0",
"virtua": "^0.34.2",
"zod": "^3.22.4",
"zustand": "^4.5.1"
},
"devDependencies": {
"@crowdin/crowdin-api-client": "^1.36.0",
"@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/typography": "^0.5.15",
"@types/eslint": "^8.56.3",
"@types/node": "^18.19.18",
"@types/nprogress": "^0.2.3",
"@types/react": "^18.2.57",
"@types/react-dom": "^18.2.19",
"@types/unist": "^3.0.3",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"autoprefixer": "^10.4.17",
"dotenv-cli": "^7.4.2",
"eslint": "^8.56.0",
"eslint-config-next": "^14.1.0",
"eslint-plugin-storybook": "^0.8.0",
"postcss": "^8.4.35",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.11",
"prisma": "^5.12.1",
"storybook": "^8.3.2",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3"
},
"ct3aMetadata": {
"initVersion": "7.26.0"
},
"packageManager": "[email protected]"
}