Files
mengya-nav/cf-nav-frontend/package.json
2026-03-11 20:46:24 +08:00

15 lines
354 B
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"name": "mengya-nav-frontend",
"version": "1.0.0",
"description": "萌芽导航 - 前端 PWACloudflare Pages",
"private": true,
"scripts": {
"build": "echo Static site - no build required",
"dev": "npx serve . -l 3000",
"preview": "npx serve . -l 3000"
},
"devDependencies": {
"serve": "^14.0.0"
}
}