-
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 579 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 579 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": "lostf1sh.github.io",
"version": "0.0.0",
"private": true,
"type": "module",
"packageManager": "bun@1.3.8",
"scripts": {
"dev": "vite",
"build": "vite build && node scripts/copy-spa-fallback.mjs",
"preview": "vite preview"
},
"dependencies": {
"marked": "^17.0.4",
"motion-v": "^2.0.0",
"prismjs": "^1.30.0",
"vue": "3.5.27",
"vue-router": "4.6.4"
},
"devDependencies": {
"@vitejs/plugin-vue": "6.0.4",
"autoprefixer": "10.4.24",
"postcss": "8.5.6",
"tailwindcss": "3.4.19",
"vite": "7.3.1"
}
}