-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.31 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
{
"name": "natebwangsut.github.io",
"private": true,
"version": "0.1.0",
"author": "Nate Bhurinat Wangsutthitham <[email protected]>",
"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/react": "^3.6.2",
"@astrojs/rss": "^4.0.7",
"@astrojs/sitemap": "^3.1.6",
"@iconify-json/ri": "^1.1.22",
"@react-spring/web": "^9.7.4",
"astro": "^4.13.3",
"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": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@unocss/astro": "^0.58.9",
"@unocss/postcss": "^0.58.9",
"@unocss/preset-uno": "^0.58.9",
"@unocss/reset": "^0.58.9",
"autoprefixer": "^10.4.20",
"markdown-it": "^14.1.0",
"motion": "^10.18.0",
"sanitize-html": "^2.13.0",
"unocss": "^0.58.9"
}
}