This commit is contained in:
11
package.json
11
package.json
@@ -13,11 +13,8 @@
|
||||
"typecheck": "nuxt typecheck",
|
||||
"format": "prettier --write app/",
|
||||
"format-check": "prettier --check app/",
|
||||
"test": "pnpm test:cucumber && pnpm test:vitest",
|
||||
"test:vitest": "vitest",
|
||||
"test:cucumber": "cucumber-js",
|
||||
"test:local": "pnpm test:cucumber && pnpm test:local:vitest",
|
||||
"test:local:vitest": "vitest -c vitest.config.local.ts"
|
||||
"test": "vitest",
|
||||
"test:local": "vitest -c vitest.config.local.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@iconify-json/lucide": "^1.2.74",
|
||||
@@ -29,7 +26,6 @@
|
||||
"pocketbase": "^0.26.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@cucumber/cucumber": "^12.3.0",
|
||||
"@nuxt/eslint": "^1.10.0",
|
||||
"@nuxt/test-utils": "3.21.0",
|
||||
"@pinia/nuxt": "^0.11.3",
|
||||
@@ -37,9 +33,10 @@
|
||||
"@vitest/coverage-v8": "4.0.15",
|
||||
"@vitest/ui": "^4.0.15",
|
||||
"@vue/test-utils": "^2.4.6",
|
||||
"chai": "^6.2.1",
|
||||
"eslint": "^9.39.1",
|
||||
"happy-dom": "^20.0.11",
|
||||
"playwright-core": "^1.57.0",
|
||||
"tsx": "^4.19.2",
|
||||
"typescript": "^5.9.3",
|
||||
"vitest": "^4.0.15",
|
||||
"vue-tsc": "^3.1.5"
|
||||
|
||||
Reference in New Issue
Block a user