Files
hms-licht-ton/frontend/package.json
T

35 lines
836 B
JSON

{
"name": "hms-licht-ton-frontend",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"typecheck": "nuxt typecheck",
"lint": "eslint .",
"test": "vitest run --reporter verbose",
"test:e2e": "playwright test"
},
"dependencies": {
"@pinia/nuxt": "^0.11.3",
"nuxt": "^3.14.0",
"pinia": "^3.0.4",
"vue": "^3.5.0",
"vue-router": "^4.4.0"
},
"devDependencies": {
"@nuxt/test-utils": "^3.14.0",
"@nuxtjs/tailwindcss": "^6.12.0",
"@playwright/test": "^1.48.0",
"@vue/test-utils": "^2.4.5",
"happy-dom": "^15.0.0",
"tailwindcss": "^3.4.0",
"typescript": "^5.6.0",
"vitest": "^3.2.0",
"vue-tsc": "^2.1.0"
}
}