Some checks failed
Backend Testing / Run backend unit tests (push) Has been cancelled
Frontend Testing / Run frontend unit tests (push) Has been cancelled
Lint / Run linters (push) Has been cancelled
56 lines
1.8 KiB
JSON
56 lines
1.8 KiB
JSON
{
|
|
"name": "dwengo-1-frontend",
|
|
"version": "1.0.0",
|
|
"description": "Frontend for Dwengo-1",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "vite build",
|
|
"dev": "vite",
|
|
"preview": "vite preview",
|
|
"type-check": "vue-tsc --build",
|
|
"format": "prettier --write src/",
|
|
"format-check": "prettier --check src/",
|
|
"lint": "eslint . --fix",
|
|
"test:unit": "vitest --run",
|
|
"test:coverage": "vitest --run --coverage.enabled true",
|
|
"test:e2e": "playwright test"
|
|
},
|
|
"dependencies": {
|
|
"@tanstack/react-query": "^5.69.0",
|
|
"@tanstack/vue-query": "^5.69.0",
|
|
"@vueuse/core": "^13.1.0",
|
|
"axios": "^1.8.2",
|
|
"json-editor-vue": "^0.18.1",
|
|
"oidc-client-ts": "^3.1.0",
|
|
"rollup": "^4.40.0",
|
|
"uuid": "^11.1.0",
|
|
"vue": "^3.5.13",
|
|
"vue-i18n": "^11.1.2",
|
|
"vue-router": "^4.5.0",
|
|
"vuetify": "^3.7.12",
|
|
"wait-on": "^8.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "1.50.1",
|
|
"@tsconfig/node22": "^22.0.0",
|
|
"@types/jsdom": "^21.1.7",
|
|
"@types/node": "^22.13.4",
|
|
"@vitejs/plugin-vue": "^5.2.1",
|
|
"@vitest/eslint-plugin": "1.1.31",
|
|
"@vue/eslint-config-prettier": "^10.2.0",
|
|
"@vue/eslint-config-typescript": "^14.4.0",
|
|
"@vue/test-utils": "^2.4.6",
|
|
"@vue/tsconfig": "^0.7.0",
|
|
"eslint": "^9.20.1",
|
|
"eslint-plugin-playwright": "^2.2.0",
|
|
"eslint-plugin-vue": "^9.32.0",
|
|
"jsdom": "^26.0.0",
|
|
"npm-run-all2": "^7.0.2",
|
|
"typescript": "~5.7.3",
|
|
"vite": "^6.1.2",
|
|
"vite-plugin-vue-devtools": "^7.7.2",
|
|
"vitest": "^3.0.5",
|
|
"vue-tsc": "^2.2.2"
|
|
}
|
|
}
|