Files
star-seed/package.json
T

27 lines
595 B
JSON

{
"name": "star-seed",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite --host 0.0.0.0",
"build": "vite build",
"preview": "vite preview --host 0.0.0.0",
"test": "vitest run",
"test:watch": "vitest",
"verify:dist": "node tests/verify-dist.mjs"
},
"dependencies": {
"motion-v": "^2.3.0",
"vue": "^3.5.40"
},
"devDependencies": {
"@vitejs/plugin-vue": "^6.0.8",
"@vue/test-utils": "^2.2.7",
"jsdom": "^30.0.0",
"vite": "^8.1.5",
"vite-plugin-singlefile": "^2.3.3",
"vitest": "^4.1.10"
}
}