-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.02 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
{
"name": "4lch4.com",
"displayName": "4lch4.com",
"version": "0.0.1",
"description": "The personal website of 4lch4.",
"homepage": "https://github.com/4lch4/4lch4.com",
"bugs": {
"url": "https://github.com/4lch4/4lch4.com/issues",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "[email protected]/4lch4/4lch4.com.git"
},
"license": "MIT",
"author": {
"name": "4lch4",
"email": "[email protected]",
"url": "https://4lch4.com"
},
"type": "module",
"scripts": {
"astro": "astro",
"build": "astro build",
"dev": "astro dev",
"preview": "astro preview",
"start": "astro dev"
},
"dependencies": {
"@astrojs/mdx": "^3.1.8",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/vercel": "^7.8.2",
"@vercel/speed-insights": "^1.0.14",
"astro": "^4.16.7"
},
"devDependencies": {
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-organize-imports": "^4.1.0",
"prettier-plugin-packagejson": "^2.5.3"
}
}