mirror of
https://github.com/Rakantor/personal-portfolio.git
synced 2025-12-17 11:36:32 +01:00
27 lines
579 B
JSON
27 lines
579 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.0.96",
|
|
"@nuxtjs/i18n": "npm:@nuxtjs/i18n-edge",
|
|
"nuxt": "^3.4.3"
|
|
},
|
|
"dependencies": {
|
|
"badgen": "^3.2.2",
|
|
"lodash-es": "^4.17.21",
|
|
"sass": "^1.56.0",
|
|
"simple-icons": "^8.11.0",
|
|
"vite-plugin-vuetify": "^1.0.0",
|
|
"vuetify": "^3.0.0"
|
|
}
|
|
}
|