-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
51 lines (51 loc) · 1.28 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
{
"dependencies": {
"@mdx-js/loader": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@next/mdx": "^15.2.2",
"@rubriclab/config": "*",
"@t3-oss/env-nextjs": "^0.11.1",
"@tailwindcss/postcss": "^4.0.10",
"@types/node": "^22.13.10",
"@vimeo/player": "^2.26.0",
"clsx": "^2.1.1",
"framer-motion": "^11.11.10",
"hls.js": "^1.5.20",
"next": "^15.2.1",
"posthog-js": "^1.232.7",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-intersection-observer": "^9.16.0",
"rehype-pretty-code": "^0.14.1",
"shiki": "^3.2.1",
"sonner": "^1.5.0",
"tailwind-merge": "^3.0.2",
"tailwindcss": "^4.0.10",
"typescript": "^5.8.2",
"zod": "3.24.1"
},
"devDependencies": {
"@types/bun": "^1.2.6",
"@types/mdx": "^2.0.13",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@types/vimeo__player": "^2.18.3",
"postcss": "^8.5.3"
},
"license": "gonuts",
"name": "website",
"description": "Rubric website",
"private": true,
"type": "module",
"scripts": {
"build": "next build",
"dev": "next dev",
"start": "next start",
"bleed": "bun x npm-check-updates -u",
"format": "bun x biome format --write .",
"lint": "bun x biome check .",
"lint:fix": "bun x biome lint . --write --unsafe",
"clean": "rm -rf .next && rm -rf node_modules"
},
"version": "0.0.0"
}