Louis Hollingworth
38cea3d8dd
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>
28 lines
555 B
JSON
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"
|
|
}
|
|
}
|