eo-services-client/package.json

41 lines
1.1 KiB
JSON

{
"name": "vite-project",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src",
"format": "prettier . --write",
"push": "docker buildx bake --push"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/vue-fontawesome": "^3.0.1",
"d3": "^7.8.5",
"d3-sankey": "^0.12.3",
"uuid": "^9.0.0",
"vite-plugin-html": "^3.2.0",
"vue": "^3.2.37",
"vue-router": "^4.1.5",
"vue-sidebar-menu": "^5.2.8",
"vue3-cookies": "^1.0.6"
},
"devDependencies": {
"@types/d3-sankey": "^0.12.1",
"@vitejs/plugin-vue": "^3.1.0",
"autoprefixer": "^10.4.16",
"eslint": "^8.51.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-vue": "^9.15.1",
"postcss": "^8.4.31",
"prettier": "^2.8.8",
"sass": "^1.63.6",
"tailwindcss": "^3.3.5",
"vite": "^3.1.0"
}
}