PhaseWeb3-Vue/package.json

43 lines
1.1 KiB
JSON

{
"name": "phaseweb3",
"version": "3.0.2",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"preview": "vite preview --port 3069 --host",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
},
"dependencies": {
"@mdi/js": "^7.0.96",
"@rushstack/eslint-patch": "^1.1.4",
"@vuepic/vue-datepicker": "^11.0.1",
"axios": "^1.10.0",
"chart.js": "^4.1.1",
"crypto-js": "^4.2.0",
"dotenv": "^16.4.5",
"downloadjs": "^1.4.7",
"js-cookie": "^3.0.5",
"numeral": "^2.0.6",
"particles.js": "^2.0.0",
"pinia": "^2.0.13",
"vue": "^3.0.0",
"vue-chartjs": "^5.3.2",
"vue-router": "^4.0.0",
"vue3-easy-data-table": "^1.5.47"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.1.4",
"@tailwindcss/forms": "^0.5.1",
"@vitejs/plugin-vue": "^5.2.4",
"@vue/eslint-config-prettier": "^7.0.0",
"autoprefixer": "^10.4.16",
"eslint": "^8.5.0",
"eslint-plugin-vue": "^9.0.0",
"postcss": "^8.4.31",
"postcss-import": "^14.0.2",
"prettier": "^2.7.1",
"tailwindcss": "^3.3.5",
"vite": "^6.3.5"
}
}