-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.57 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.57 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
{
"name": "natebwangsut.github.io",
"private": true,
"version": "0.1.0",
"author": "Nate Bhurinat Wangsutthitham <nate.bwangsut@gmail.com>",
"license": "0BSD",
"type": "module",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"check": "astro check",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"format": "bunx prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\""
},
"repository": {
"type": "git",
"url": "https://github.com/natebwangsut/natebwangsut.github.io"
},
"dependencies": {
"@astrojs/compiler-rs": "latest",
"@astrojs/react": "^5.0.0",
"@astrojs/rss": "^4.0.17",
"@astrojs/sitemap": "^3.7.1",
"@iconify-json/ri": "^1.1.22",
"@react-spring/web": "^9.7.4",
"astro": "^6.0.0",
"astro-icon": "^1.1.0",
"astro-robots-txt": "^1.0.0",
"cobe": "^0.6.3",
"mdast-util-to-string": "^4.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"reading-time": "^1.5.0"
},
"devDependencies": {
"@astrojs/check": "^0.9.7",
"@types/markdown-it": "^14.1.2",
"@types/mdast": "^4.0.4",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/sanitize-html": "^2.16.1",
"@unocss/astro": "^66.6.6",
"@unocss/postcss": "^66.6.6",
"@unocss/reset": "^66.6.6",
"markdown-it": "^14.1.0",
"motion": "^10.18.0",
"sanitize-html": "^2.13.0",
"typescript": "^5.9.3",
"unocss": "^66.6.6"
},
"pnpm": {
"overrides": {
"vite": "^8.0.0"
},
"onlyBuiltDependencies": [
"esbuild",
"sharp"
]
}
}