-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 733 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 733 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
{
"name": "portfolio",
"type": "module",
"scripts": {
"dev": "concurrently \"vite\" \"npx sass --watch ./forDev/style.scss:./public/static/style.css\"",
"build": "vite build",
"preview": "wrangler dev",
"deploy": "wrangler deploy"
},
"dependencies": {
"@hono/vite-ssg": "^0.1.2",
"@mdx-js/rollup": "^3.1.0",
"hono": "^4.7.5",
"honox": "^0.1.38",
"remark-frontmatter": "^5.0.0",
"remark-mdx-frontmatter": "^5.1.0",
"sass": "^1.86.0"
},
"devDependencies": {
"@cloudflare/vite-plugin": "^0.1.15",
"@cloudflare/workers-types": "^4.20250214.0",
"concurrently": "^9.1.2",
"vite": "^6.2.3",
"vite-plugin-ssr-hot-reload": "^0.2.2",
"wrangler": "^4.5.1"
}
}