-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 992 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 992 Bytes
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
{
"name": "maxvp.github.io",
"version": "1.0.0",
"description": "My personal portofolio website, found at [maxvphillips.com](https://www.maxvphillips.com/).",
"main": "index.js",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "node -v && astro build --verbose",
"preview": "astro preview",
"check": "astro check"
},
"author": "",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/maxvp/maxvp.github.io.git"
},
"keywords": [],
"type": "module",
"bugs": {
"url": "https://github.com/maxvp/maxvp.github.io/issues"
},
"homepage": "https://github.com/maxvp/maxvp.github.io#readme",
"devDependencies": {
"@astrojs/check": "^0.9.6",
"@types/node": "^25.2.0",
"astro": "^5.17.1",
"typescript": "^5.9.3",
"undici-types": "^7.20.0"
},
"engines": {
"node": ">=20.19.0"
},
"dependencies": {
"@astrojs/mdx": "^4.3.13",
"@astrojs/sitemap": "^3.7.0"
}
}