Files
nuchat/backend/ui/package.json
Fergus Molloy f9047644fe
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 9s
serve vue spa from axum
2025-07-18 01:49:28 +01:00

50 lines
1.3 KiB
JSON

{
"name": "assets",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "run-p type-check \"build-only {@}\" --",
"preview": "vite preview",
"test:unit": "vitest",
"test:e2e": "nightwatch tests/e2e/*",
"build-only": "vite build --outDir ../dist",
"type-check": "vue-tsc --build",
"lint": "eslint . --fix",
"format": "prettier --write src/"
},
"dependencies": {
"vue": "^3.5.17",
"vue-router": "^4.5.1"
},
"devDependencies": {
"@nightwatch/vue": "^3.1.2",
"@tsconfig/node22": "^22.0.2",
"@types/jsdom": "^21.1.7",
"@types/node": "^22.15.32",
"@vitejs/plugin-vue": "^6.0.0",
"@vitest/eslint-plugin": "^1.2.7",
"@vue/eslint-config-prettier": "^10.2.0",
"@vue/eslint-config-typescript": "^14.5.1",
"@vue/test-utils": "^2.4.6",
"@vue/tsconfig": "^0.7.0",
"chromedriver": "^137.0.4",
"eslint": "^9.29.0",
"eslint-plugin-vue": "~10.2.0",
"geckodriver": "^5.0.0",
"jiti": "^2.4.2",
"jsdom": "^26.1.0",
"nightwatch": "^3.12.2",
"npm-run-all2": "^8.0.4",
"prettier": "3.5.3",
"ts-node": "^10.9.2",
"typescript": "~5.8.0",
"vite": "^7.0.0",
"vite-plugin-nightwatch": "^0.4.6",
"vite-plugin-vue-devtools": "^7.7.7",
"vitest": "^3.2.4",
"vue-tsc": "^2.2.10"
}
}