-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.46 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
52
53
54
{
"name": "nzws.me",
"repository": "https://github.com/nzws/nzws.me.git",
"author": "nzws <[email protected]>",
"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": "1.9.4",
"@next/bundle-analyzer": "15.0.3",
"@tsconfig/next": "2.0.3",
"@types/node": "22.10.0",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@types/remove-markdown": "0.3.4",
"csstype": "3.1.3",
"sass": "1.81.0",
"typescript": "5.7.2"
},
"dependencies": {
"@msgpack/msgpack": "3.0.0-beta2",
"@tabler/icons-react": "3.22.0",
"@vercel/analytics": "1.4.1",
"@vercel/og": "0.6.4",
"cmdk": "0.2.1",
"gray-matter": "4.0.3",
"include-media": "2.0.0",
"next": "14.2.18",
"next-mdx-remote": "5.0.0",
"next-route-visualizer": "1.1.3",
"plaiceholder": "2.5.0",
"polished": "4.3.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-feather": "2.0.10",
"react-loading-skeleton": "3.5.0",
"reactflow": "11.11.4",
"remark-gfm": "4.0.0",
"remove-markdown": "0.5.5",
"ress": "5.0.2",
"sanitize-filename": "1.6.3",
"server-only": "0.0.1",
"sharp": "0.33.5",
"universal-base64url": "1.1.0"
},
"prettier": "@nzws/prettier-config"
}