starsy/package.json

18 lines
321 B
JSON
Raw Normal View History

2022-01-02 01:19:56 +01:00
{
2022-01-02 23:43:43 +01:00
"name": "starsy",
"description": "Random Star System Generator",
2022-01-06 15:23:35 +01:00
"version": "0.4.6",
2022-01-02 01:19:56 +01:00
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.2.25"
},
"devDependencies": {
"@vitejs/plugin-vue": "^2.0.0",
"vite": "^2.7.2"
}
2022-01-02 23:43:43 +01:00
}