mirror of
https://github.com/timmypidashev/web.git
synced 2026-04-14 02:53:51 +00:00
23 lines
453 B
JSON
23 lines
453 B
JSON
{
|
|
"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": "^12.1.0",
|
|
"node-sass": "^6.0.1",
|
|
"bootstrap": "^5.0.2"
|
|
|
|
},
|
|
"devDependencies": {}
|
|
}
|