super-todo-app-server/package.json
Nicolas HOARAU 2cdf12d773
Some checks failed
ci / ci (22, ubuntu-latest) (push) Failing after 16m3s
first commit
2026-01-29 23:58:45 +04:00

45 lines
1.2 KiB
JSON

{
"name": "super_todo_app_server",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"typecheck": "nuxt typecheck",
"test": "vitest",
"test:watch": "vitest --watch",
"test:coverage": "vitest --coverage",
"test:unit": "vitest --project unit",
"test:nuxt": "vitest --project nuxt",
"test:e2e": "playwright test",
"test:e2e:ui": "playwright test --ui"
},
"dependencies": {
"@iconify-json/lucide": "^1.2.87",
"@iconify-json/simple-icons": "^1.2.68",
"@nuxt/a11y": "1.0.0-alpha.1",
"@nuxt/hints": "1.0.0-alpha.6",
"@nuxt/image": "2.0.0",
"@nuxt/test-utils": "3.23.0",
"@nuxt/ui": "^4.4.0",
"nuxt": "^4.3.0",
"tailwindcss": "^4.1.18"
},
"devDependencies": {
"@nuxt/eslint": "^1.13.0",
"@playwright/test": "^1.58.0",
"@vitest/coverage-v8": "^4.0.18",
"@vue/test-utils": "^2.4.6",
"eslint": "^9.39.2",
"happy-dom": "^20.4.0",
"playwright-core": "^1.58.0",
"typescript": "^5.9.3",
"vitest": "^4.0.18",
"vue-tsc": "^3.2.4"
},
"packageManager": "pnpm@10.28.2"
}