(starport) move feature from one step to another

This commit is contained in:
Julien Calixte
2023-07-22 14:25:31 +02:00
parent ca3cbe3470
commit 1579e2598e
7 changed files with 183 additions and 55 deletions

View File

@@ -13,7 +13,8 @@
"author": "Julien Calixte <julienc@bam.tech>",
"license": "ISC",
"dependencies": {
"vue": "^3.3.4"
"vue": "^3.3.4",
"vue-starport": "^0.3.0"
},
"devDependencies": {
"@faker-js/faker": "^8.0.2",
@@ -21,7 +22,7 @@
"@vitejs/plugin-vue": "^4.2.3",
"sass": "^1.64.0",
"typescript": "^5.1.6",
"vitest": "^0.33.0",
"vite": "^4.4.1"
"vite": "^4.4.1",
"vitest": "^0.33.0"
}
}