Files
sshecret/packages/sshecret-frontend/package.json

60 lines
1.6 KiB
JSON

{
"name": "sshecret-frontend",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "run-p type-check \"build-only {@}\" --",
"preview": "vite preview",
"test:unit": "vitest",
"build-only": "vite build",
"type-check": "vue-tsc --build",
"lint": "eslint .",
"format": "prettier --write src/",
"generate-client": "openapi-ts"
},
"dependencies": {
"@shoelace-style/shoelace": "^2.20.1",
"@shoelace-style/vue-sl-model": "^1.0.1",
"@tailwindcss/vite": "^4.1.11",
"@tiaohsun/vue-datatable-tailwind": "^2.2.0",
"axios": "^1.10.0",
"datatables.net-dt": "^2.3.2",
"datatables.net-vue3": "^3.0.4",
"flowbite": "^3.1.2",
"flowbite-vue": "^0.2.1",
"is-cidr": "^5.1.1",
"is-ip": "^5.0.1",
"pinia": "^3.0.3",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@hey-api/openapi-ts": "^0.77.0",
"@tsconfig/node22": "^22.0.1",
"@types/jsdom": "^21.1.7",
"@types/node": "^22.14.0",
"@vitejs/plugin-vue": "^5.2.3",
"@vitest/eslint-plugin": "^1.1.39",
"@vue/eslint-config-prettier": "^10.2.0",
"@vue/eslint-config-typescript": "^14.5.0",
"@vue/test-utils": "^2.4.6",
"@vue/tsconfig": "^0.7.0",
"autoprefixer": "^10.4.21",
"eslint": "^9.30.1",
"eslint-plugin-vue": "~10.0.0",
"jiti": "^2.4.2",
"jsdom": "^26.0.0",
"npm-run-all2": "^7.0.2",
"postcss": "^8.5.6",
"prettier": "3.5.3",
"tailwindcss": "^4.1.11",
"typescript": "~5.8.0",
"vite": "^6.2.4",
"vite-plugin-vue-devtools": "^7.7.2",
"vitest": "^3.1.1",
"vue-tsc": "^2.2.8"
}
}