Files
tcad-bodeplot/package.json
T
2026-05-27 08:38:40 +08:00

17 lines
363 B
JSON

{
"type": "module",
"scripts": {
"build": "vite build",
"dev": "vite --host 0.0.0.0",
"test:frontend": "node tests/frontend/cascade-stage-smoke.mjs"
},
"dependencies": {
"@vitejs/plugin-vue": "^6.0.6",
"autoprefixer": "^10.5.0",
"postcss": "^8.5.14",
"tailwindcss": "^3.4.17",
"vite": "^8.0.11",
"vue": "^3.5.34"
}
}