💄 Designed card component
This commit is contained in:
parent
1d963e6f5b
commit
3a7cb3e9bc
9 changed files with 980 additions and 0 deletions
20
frontend/package.json
Normal file
20
frontend/package.json
Normal file
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"name": "frontend",
|
||||
"private": true,
|
||||
"version": "0.0.0",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "vite build",
|
||||
"preview": "vite preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"bootstrap": "^5.2.3",
|
||||
"bootstrap-icons": "^1.10.3",
|
||||
"vue": "^3.2.45"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vitejs/plugin-vue": "^4.0.0",
|
||||
"vite": "^4.1.0"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue