-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
107 lines (107 loc) · 3.36 KB
/
package.json
File metadata and controls
107 lines (107 loc) · 3.36 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
{
"name": "portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "node scripts/generate-station-code.js && next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint --fix",
"format:fix": "prettier . --write",
"prepare": "husky install",
"velite:build": "velite --clean",
"velite:dev": "velite --watch",
"gen-types": "supabase gen types typescript --project-id tvstbbuidvwgelgidaqy --schema public > lib/supabase/__generated__/types.ts",
"three": "^0.165.0",
"wiggle": "^0.0.14",
"codegen:craft": "node scripts/generate-station-code.js"
},
"dependencies": {
"@code-hike/mdx": "^0.9.0",
"@codemirror/autocomplete": "^6.18.6",
"@codemirror/lang-javascript": "^6.2.3",
"@codesandbox/sandpack-react": "^2.20.0",
"@mdx-js/loader": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@next/mdx": "^15.2.1",
"@phosphor-icons/react": "^2.0.15",
"@radix-ui/react-accordion": "^1.2.12",
"@radix-ui/react-aspect-ratio": "^1.1.2",
"@radix-ui/react-dialog": "^1.1.6",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-scroll-area": "^1.2.10",
"@radix-ui/react-slot": "^1.1.2",
"@radix-ui/react-tooltip": "^1.1.8",
"@supabase/ssr": "^0.5.2",
"@supabase/supabase-js": "^2.39.7",
"@toolwind/corner-shape": "^0.0.8-3",
"@types/mdx": "^2.0.13",
"@uidotdev/usehooks": "^2.4.1",
"@vercel/analytics": "^1.2.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"date-fns": "^3.3.1",
"framer-motion": "^11.0.14",
"howler": "^2.2.4",
"lodash": "^4.17.23",
"lucide-react": "^0.469.0",
"motion": "^12.23.26",
"next": "15.5.9",
"next-pwa": "^5.6.0",
"next-themes": "^0.4.4",
"pluralize": "^8.0.0",
"prettier": "^2.2.0",
"react": "^18.3.1",
"react-device-detect": "^2.2.3",
"react-dom": "^18.3.1",
"react-twitter-embed": "^4.0.4",
"server-only": "^0.0.1",
"tailwind-merge": "^2.2.1",
"tailwindcss-animate": "^1.0.7",
"three": "^0.174.0",
"unist-util-visit": "^5.0.0",
"vaul": "^1.1.2",
"wiggle": "^0.0.17",
"zustand": "^5.0.2"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.0.12",
"@tailwindcss/typography": "^0.5.10",
"@types/dom-view-transitions": "^1.0.5",
"@types/howler": "^2.2.11",
"@types/lodash": "^4.17.16",
"@types/node": "^20",
"@types/pluralize": "^0.0.33",
"@types/react": "19.0.10",
"@types/react-dom": "19.0.4",
"@types/three": "^0.174.0",
"@typescript-eslint/parser": "^7.1.0",
"esbuild": "^0.25.0",
"eslint": "^8",
"eslint-config-next": "15.3.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-no-relative-import-paths": "^1.6.1",
"eslint-plugin-simple-import-sort": "^12.0.0",
"eslint-plugin-unused-imports": "^3.2.0",
"husky": "^9.0.11",
"postcss": "^8",
"prettier": "^3.5.3",
"prettier-plugin-tailwindcss": "^0.6.11",
"rehype-pretty-code": "^0.14.0",
"stylelint-config-standard": "^36.0.0",
"tailwindcss": "^4.1.16",
"typescript": "^5",
"velite": "^0.2.2",
"vercel": "^41.6.0",
"webpack": "^5.98.0"
},
"optionalDependencies": {
"@tailwindcss/oxide-linux-x64-gnu": "^4.0.1",
"lightningcss-linux-x64-gnu": "^1.30.2"
},
"overrides": {
"@types/react": "19.0.10",
"@types/react-dom": "19.0.4"
}
}