mirror-web/package.json
Harry Chen 998fe8f9fa Add more fields to package.json
Signed-off-by: Harry Chen <i@harrychen.xyz>
2024-04-21 13:17:18 +08:00

15 lines
346 B
JSON

{
"name": "mirror-web",
"private": true,
"homepage": "https://github.com/tuna/mirror-web",
"devDependencies": {
"@vitejs/plugin-legacy": "^5.3.2",
"@vitejs/plugin-vue": "^5.0.4",
"sass": "^1.74.1",
"terser": "^5.30.3",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.2.8",
"vite-plugin-ruby": "^5.0.0"
}
}