|
| 1 | +{ |
| 2 | + "name": "disable-type-checked-for-yml", |
| 3 | + "version": "0.0.0", |
| 4 | + "private": true, |
| 5 | + "type": "module", |
| 6 | + "scripts": { |
| 7 | + "dev": "vite", |
| 8 | + "build": "run-p type-check \"build-only {@}\" --", |
| 9 | + "preview": "vite preview", |
| 10 | + "test:unit": "vitest", |
| 11 | + "test:e2e": "start-server-and-test preview http://localhost:4173 'cypress run --e2e'", |
| 12 | + "test:e2e:dev": "start-server-and-test 'vite dev --port 4173' http://localhost:4173 'cypress open --e2e'", |
| 13 | + "build-only": "vite build", |
| 14 | + "type-check": "vue-tsc --build --force", |
| 15 | + "lint": "eslint . --fix", |
| 16 | + "format": "prettier --write src/" |
| 17 | + }, |
| 18 | + "dependencies": { |
| 19 | + "pinia": "^2.3.1", |
| 20 | + "vue": "^3.5.13", |
| 21 | + "vue-router": "^4.5.0" |
| 22 | + }, |
| 23 | + "devDependencies": { |
| 24 | + "@tsconfig/node20": "^20.1.4", |
| 25 | + "@types/jsdom": "^21.1.7", |
| 26 | + "@types/node": "^20.17.14", |
| 27 | + "@vitejs/plugin-vue": "^5.2.1", |
| 28 | + "@vitejs/plugin-vue-jsx": "^4.1.1", |
| 29 | + "@vitest/eslint-plugin": "^1.1.25", |
| 30 | + "@vue/eslint-config-prettier": "^10.2.0", |
| 31 | + "@vue/eslint-config-typescript": "workspace:*", |
| 32 | + "@vue/test-utils": "^2.4.6", |
| 33 | + "@vue/tsconfig": "^0.7.0", |
| 34 | + "cypress": "^14.0.0", |
| 35 | + "eslint": "^9.18.0", |
| 36 | + "eslint-plugin-cypress": "^4.1.0", |
| 37 | + "eslint-plugin-vue": "^9.32.0", |
| 38 | + "eslint-plugin-yml": "^1.16.0", |
| 39 | + "jsdom": "^26.0.0", |
| 40 | + "npm-run-all2": "^7.0.2", |
| 41 | + "prettier": "^3.4.2", |
| 42 | + "start-server-and-test": "^2.0.10", |
| 43 | + "typescript": "~5.7.3", |
| 44 | + "vite": "^6.0.10", |
| 45 | + "vite-plugin-vue-devtools": "^7.7.0", |
| 46 | + "vitest": "^3.0.2", |
| 47 | + "vue-tsc": "^2.2.0" |
| 48 | + } |
| 49 | +} |
0 commit comments