You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
321 B
JSON

2 years ago
{
2 years ago
"name": "starsy",
"description": "Random Star System Generator",
2 years ago
"version": "0.4.5",
2 years ago
"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"
}
2 years ago
}