-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.41 KB
/
Copy pathpackage.json
File metadata and controls
59 lines (59 loc) · 1.41 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
{
"name": "portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "biome check",
"format": "biome format --write",
"check": "ultracite check",
"fix": "ultracite fix",
"typecheck": "bunx tsgo --noEmit",
"prepare": "lefthook install",
"postinstall": "fumadocs-mdx"
},
"dependencies": {
"@base-ui/react": "^1.4.1",
"@icons-pack/react-simple-icons": "^13.13.0",
"@ridemountainpig/svgl-react": "^1.0.16",
"clsx": "^2.1.1",
"fast-xml-parser": "^5.8.0",
"fumadocs-core": "^16.8.10",
"fumadocs-mdx": "^15.0.4",
"lucide-react": "^1.14.0",
"next": "16.2.6",
"nuqs": "^2.8.9",
"react": "19.2.6",
"react-dom": "19.2.6",
"tailwind-merge": "^3.6.0",
"tw-animate-css": "^1.4.0"
},
"devDependencies": {
"@biomejs/biome": "2.4.16",
"@tailwindcss/postcss": "^4.2.4",
"@types/node": "^25.6.0",
"@types/react": "^19",
"@types/react-dom": "^19",
"@typescript/native-preview": "^7.0.0-dev.20260513.1",
"babel-plugin-react-compiler": "1.0.0",
"lefthook": "^2.1.6",
"tailwindcss": "^4.3.0",
"typescript": "^6.0.3",
"ultracite": "7.8.0"
},
"ignoreScripts": [
"sharp",
"unrs-resolver"
],
"trustedDependencies": [
"sharp",
"unrs-resolver"
],
"knip": {
"ignoreFiles": [
"source.config.ts"
]
}
}