ca_vue_apps/package.json

47 lines
1.3 KiB
JSON

{
"name": "ca_vue_apps",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"update": "ncu -u",
"build": "vue-tsc && vite build",
"preview": "vite preview",
"lint": "eslint --ext .ts,.vue --ignore-path .gitignore --fix src",
"format": "prettier . --write"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/vue-fontawesome": "^3.0.8",
"@jobinsjp/vue3-datatable": "^1.0.15",
"@rushstack/eslint-patch": "^1.10.3",
"@vue/eslint-config-typescript": "^13.0.0",
"d3": "^7.9.0",
"http-errors": "^2.0.0",
"jwt-decode": "^4.0.0",
"vue": "^3.4.31",
"vue-cookies": "^1.8.4",
"vue-router": "^4.4.0"
},
"devDependencies": {
"@types/d3": "^7.4.3",
"@types/jwk-to-pem": "^2.0.3",
"@types/jwt-decode": "^3.1.0",
"@vitejs/plugin-vue": "^5.0.5",
"@vue/eslint-config-prettier": "^9.0.0",
"eslint": "8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-json": "^4.0.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-vue": "^9.26.0",
"typescript": "^5.5.2",
"vite": "^5.3.2",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-mkcert": "^1.17.5",
"vue-tsc": "^2.0.22"
}
}