remove nuxtjs config in favor of flask

This commit is contained in:
timothypidashev
2021-07-15 17:00:59 +00:00
parent a81f3e49bd
commit 519eaa790e
17 changed files with 0 additions and 8167 deletions

View File

@@ -1,22 +0,0 @@
{
"name": "Portfolio",
"version": "1.0.0",
"description": "My portfolio website",
"author": "timothypidashev",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt generate",
"start": "nuxt start"
},
"dependencies": {
"bootstrap-vue": "^2.21.2",
"core-js": "^3.15.0",
"nuxt": "^2.15.7",
"sass-loader": "^10.1.1",
"node-sass": "^6.0.1",
"bootstrap": "^5.0.2"
},
"devDependencies": {}
}