58 lines
1.7 KiB
JSON
58 lines
1.7 KiB
JSON
{
|
|
"name": "user-interface",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "run-p type-check \"build-only {@}\" --",
|
|
"preview": "vite preview",
|
|
"test:unit": "vitest",
|
|
"prepare": "cypress install",
|
|
"test:e2e": "start-server-and-test preview http://localhost:4173 'cypress run --e2e'",
|
|
"test:e2e:dev": "start-server-and-test 'vite dev --port 4173' http://localhost:4173 'cypress open --e2e'",
|
|
"build-only": "vite build",
|
|
"type-check": "vue-tsc --build",
|
|
"lint": "run-s lint:*",
|
|
"lint:oxlint": "oxlint . --fix",
|
|
"lint:eslint": "eslint . --fix --cache",
|
|
"format": "prettier --write --experimental-cli src/"
|
|
},
|
|
"dependencies": {
|
|
"buefy": "^3.0.4",
|
|
"pinia": "^3.0.4",
|
|
"vue": "^3.5.27",
|
|
"vue-router": "^5.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@tsconfig/node24": "^24.0.4",
|
|
"@types/jsdom": "^27.0.0",
|
|
"@types/node": "^24.10.9",
|
|
"@vitejs/plugin-vue": "^6.0.3",
|
|
"@vitest/eslint-plugin": "^1.6.6",
|
|
"@vue/eslint-config-typescript": "^14.2.0",
|
|
"@vue/test-utils": "^2.4.0",
|
|
"@vue/tsconfig": "^0.8.1",
|
|
"cypress": "^15.9.0",
|
|
"eslint": "^10.0.1",
|
|
"eslint-config-prettier": "^10.1.8",
|
|
"eslint-plugin-cypress": "^5.2.1",
|
|
"eslint-plugin-oxlint": "~1.42.0",
|
|
"eslint-plugin-vue": "^10.2.0",
|
|
"jiti": "^2.6.1",
|
|
"jsdom": "^27.4.0",
|
|
"npm-run-all2": "^8.0.4",
|
|
"oxlint": "~1.42.0",
|
|
"prettier": "3.8.1",
|
|
"start-server-and-test": "^2.1.3",
|
|
"typescript": "~5.9.3",
|
|
"vite": "^7.3.1",
|
|
"vite-plugin-vue-devtools": "^8.0.5",
|
|
"vitest": "^4.0.18",
|
|
"vue-tsc": "^3.2.4"
|
|
},
|
|
"engines": {
|
|
"node": "^20.19.0 || >=22.12.0"
|
|
}
|
|
}
|