-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.46 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.46 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
{
"name": "nzws.me",
"repository": "https://github.com/nzws/nzws.me.git",
"author": "nzws <yuzu@nzws.me>",
"license": "MIT",
"private": true,
"scripts": {
"format": "biome check --fix",
"lint": "biome check && tsc --noEmit",
"build": "next build",
"dev": "rm -rf .nzws-cache && next",
"start": "next start",
"analyze": "ANALYZE=true next build"
},
"devDependencies": {
"@biomejs/biome": "2.4.12",
"@next/bundle-analyzer": "16.2.4",
"@tsconfig/next": "2.0.6",
"@types/node": "25.6.0",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"@types/remove-markdown": "0.3.4",
"csstype": "3.1.3",
"sass": "1.89.2",
"typescript": "5.9.2"
},
"dependencies": {
"@msgpack/msgpack": "3.1.2",
"@tabler/icons-react": "3.34.1",
"@vercel/analytics": "1.5.0",
"@vercel/og": "0.8.5",
"cmdk": "0.2.1",
"gray-matter": "4.0.3",
"include-media": "2.0.0",
"next": "16.2.4",
"next-mdx-remote": "6.0.0",
"next-route-visualizer": "1.1.3",
"plaiceholder": "2.5.0",
"polished": "4.3.1",
"react": "19.2.5",
"react-dom": "19.2.5",
"react-feather": "2.0.10",
"react-loading-skeleton": "3.5.0",
"reactflow": "11.11.4",
"remark-gfm": "4.0.1",
"remove-markdown": "0.6.3",
"ress": "5.0.2",
"sanitize-filename": "1.6.4",
"server-only": "0.0.1",
"sharp": "0.34.5",
"universal-base64url": "1.1.0"
},
"prettier": "@nzws/prettier-config"
}