Xeovalyte
aa795fb090
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
27 lines
627 B
JSON
27 lines
627 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "nuxt build",
|
|
"dev": "nuxt dev",
|
|
"generate": "nuxt generate",
|
|
"preview": "nuxt preview",
|
|
"postinstall": "nuxt prepare"
|
|
},
|
|
"devDependencies": {
|
|
"@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",
|
|
"prettier-plugin-tailwindcss": "^0.2.2"
|
|
},
|
|
"dependencies": {
|
|
"@nuxtjs/i18n": "^8.0.0-beta.9",
|
|
"@nuxtjs/plausible": "^0.2.0",
|
|
"@nuxtjs/robots": "^3.0.0",
|
|
"locomotive-scroll": "^4.1.4",
|
|
"nuxt-icons": "^3.1.0"
|
|
}
|
|
}
|