portfolio/package.json

27 lines
618 B
JSON
Raw Normal View History

2023-01-28 16:16:38 +01:00
{
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
2023-02-09 21:54:13 +01:00
"@nuxtjs/tailwindcss": "^6.3.1",
"@vueuse/core": "^9.12.0",
"@vueuse/nuxt": "^9.12.0",
"nuxt": "3.2.0",
"nuxt-icon": "^0.2.11",
"prettier": "^2.8.4",
2023-01-28 17:28:31 +01:00
"prettier-plugin-tailwindcss": "^0.2.2"
2023-01-28 16:16:38 +01:00
},
"dependencies": {
2023-02-06 14:17:50 +01:00
"@nuxtjs/i18n": "^8.0.0-beta.9",
2023-01-28 17:28:31 +01:00
"@nuxtjs/robots": "^3.0.0",
2023-02-06 14:17:50 +01:00
"locomotive-scroll": "^4.1.4",
2023-02-09 20:21:20 +01:00
"motion": "^10.15.5",
2023-01-28 17:28:31 +01:00
"nuxt-icons": "^3.1.0"
2023-01-28 16:16:38 +01:00
}
}