-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 790 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 790 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
{
"name": "personal_website22",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"deploy": "tsc && vite build && echo www.fmeyer.com > dist/CNAME && gh-pages-clean && gh-pages --dist dist --repo https://github.com/fireph/personal_website2.git --branch gh-pages --src **/!(*.js.map)"
},
"devDependencies": {
"@types/google.analytics": "^0.0.46",
"@types/node": "^24.0.15",
"@vitejs/plugin-legacy": "^7.0.1",
"gh-pages": "^6.3.0",
"nib": "^1.2.0",
"sharp": "^0.34.3",
"stylus": "^0.64.0",
"terser": "^5.43.1",
"typescript": "^5.8.3",
"vite": "^7.0.5",
"vite-plugin-html": "^3.2.2",
"vite-plugin-singlefile": "^2.3.0"
}
}