49 lines
1.3 KiB
JSON
49 lines
1.3 KiB
JSON
{
|
|
"name": "@proj/web",
|
|
"version": "0.0.0",
|
|
"description": "",
|
|
"author": "",
|
|
"license": "MIT",
|
|
"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"
|
|
}
|