Add settings

This commit is contained in:
Jack Hadrill
2022-03-22 00:42:53 +00:00
parent 561e983ae6
commit 2df8b9a241
25 changed files with 520 additions and 195 deletions

View File

@@ -8,6 +8,7 @@
"preview": "vite preview"
},
"dependencies": {
"@vueuse/core": "^8.1.2",
"animate.css": "^4.1.1",
"bennc-js": "git+https://git.jacknet.io/TerribleCodeClub/bennc-js.git",
"bootstrap": "^5.1.3",
@@ -22,6 +23,7 @@
"vue-router": "^4.0.14"
},
"devDependencies": {
"@types/bootstrap": "^5.1.9",
"@vitejs/plugin-vue": "^2.2.0",
"vite": "^2.8.0"
}