-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.1 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.1 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
{
"name": "swic-web-dev",
"private": true,
"packageManager": "bun@1.3.9",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "biome lint .",
"check": "biome check .",
"format": "biome format --write ."
},
"dependencies": {
"@headlessui/react": "^2.2.10",
"@mdx-js/loader": "^3.1.1",
"@mdx-js/react": "^3.1.1",
"@next/mdx": "16.1.6",
"@shikijs/colorized-brackets": "^3.23.0",
"@tailwindcss/postcss": "^4.2.2",
"clsx": "^2.1.1",
"fuse.js": "^7.3.0",
"geist": "^1.7.0",
"input-otp": "^1.4.2",
"next": "16.1.6",
"node-webvtt": "^1.9.4",
"postcss": "^8.5.9",
"react": "19.2.4",
"react-dom": "19.2.4",
"remark-gfm": "^4.0.1",
"shiki": "^3.23.0",
"tailwindcss": "^4.2.2"
},
"devDependencies": {
"@biomejs/biome": "2.4.9",
"@types/mdx": "^2.0.13",
"@types/node": "^24.12.2",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"typescript": "^5.9.3"
},
"type": "module",
"overrides": {
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3"
}
}