play with this sphathegi code

This commit is contained in:
2023-08-11 14:57:40 +02:00
parent 3aa0b76698
commit 0db5a5a879
6 changed files with 31 additions and 24 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "magico-section",
"version": "0.0.0",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "vite",
@@ -11,19 +11,19 @@
},
"dependencies": {
"@popperjs/core": "^2.11.8",
"bootstrap": "^5.3.1",
"axios": "^1.4.0",
"bootstrap-icons": "^1.10.5",
"vuedraggable": "^4.1.0",
"vue": "^3.3.4"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.3.2",
"@vitejs/plugin-vue": "^4.2.3",
"@vue/eslint-config-prettier": "^8.0.0",
"axios": "^1.4.0",
"bootstrap": "^5.3.1",
"bootstrap-icons": "^1.10.5",
"eslint": "^8.45.0",
"eslint-plugin-vue": "^9.15.1",
"prettier": "^3.0.0",
"vite": "^4.4.6",
"vuedraggable": "^4.1.0"
"vite": "^4.4.6"
}
}