mirror of
https://github.com/Rakantor/personal-portfolio.git
synced 2026-05-06 12:41:05 +02:00
27 lines
565 B
JSON
27 lines
565 B
JSON
{
|
|
"name": "personal-portfolio",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "nuxt build",
|
|
"dev": "nuxt dev",
|
|
"generate": "nuxt generate",
|
|
"preview": "nuxt preview",
|
|
"postinstall": "nuxt prepare"
|
|
},
|
|
"devDependencies": {
|
|
"@mdi/font": "^7.4.47",
|
|
"@nuxtjs/i18n": "^9.5.6",
|
|
"nuxt": "^3.21.2"
|
|
},
|
|
"dependencies": {
|
|
"badgen": "^3.2.3",
|
|
"lodash-es": "^4.18.1",
|
|
"sass": "^1.99.0",
|
|
"simple-icons": "^8.15.0",
|
|
"vite-plugin-vuetify": "^2.1.3",
|
|
"vuetify": "^3.12.5"
|
|
}
|
|
}
|