Some checks failed
Build and Deploy Nuxt / build (push) Failing after 1m23s
33 lines
785 B
JSON
33 lines
785 B
JSON
{
|
|
"name": "aranroig",
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "nuxt build --dotenv .env.production",
|
|
"dev": "nuxt dev",
|
|
"generate": "nuxt generate",
|
|
"preview": "nuxt preview",
|
|
"postinstall": "nuxt prepare",
|
|
"test": "vitest run --reporter=verbose",
|
|
"test:watch": "vitest"
|
|
},
|
|
"dependencies": {
|
|
"@nuxt/content": "^3.12.0",
|
|
"@nuxt/image": "^2.0.0",
|
|
"@nuxtjs/i18n": "10.2.3",
|
|
"better-sqlite3": "^12.10.0",
|
|
"nuxt": "^4.3.1",
|
|
"sass": "^1.98.0",
|
|
"vue": "^3.5.30",
|
|
"vue-router": "^4.6.4"
|
|
},
|
|
"devDependencies": {
|
|
"@nuxt/test-utils": "^3.15.4",
|
|
"@testing-library/vue": "^8.1.0",
|
|
"@vue/test-utils": "^2.4.11",
|
|
"happy-dom": "^20.10.2",
|
|
"jsdom": "^29.1.1",
|
|
"vitest": "^3.2.4"
|
|
}
|
|
}
|