friends-best/package.json
Louis Hollingworth 38cea3d8dd
Update package.json
Prepare for switch to pnpm, added to engines. May have issues building until I can --shamefully-hoist.

Signed-off-by: Louis Hollingworth <louis@hollingworth.ch>
2022-06-22 09:38:24 +01:00

28 lines
555 B
JSON

{
"private": true,
"engines": {
"node": ">=16",
"pnpm": ">=7"
},
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"start": "nuxt start",
"generate": "nuxt generate",
"preview": "nuxt preview"
},
"devDependencies": {
"@intlify/nuxt3": "^0.2.2",
"@nuxt/postcss8": "^1.1.3",
"@nuxt/types": "^2.15.8",
"nuxt": "3.0.0-rc.4",
"sass": "^1.52.3",
"sass-loader": "^13.0.0"
},
"dependencies": {
"@nuxtjs/i18n": "^7.2.2",
"autoprefixer": "^10.4.7",
"tailwindcss": "^3.0.24"
}
}