PhaseWeb3-Vue/package.json
2024-07-26 01:04:07 -04:00

40 lines
1.0 KiB
JSON

{
"name": "phaseweb3",
"version": "1.0.0",
"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",
"axios": "^0.27.0",
"chart.js": "^3.6.0",
"crypto-js": "^4.2.0",
"dotenv": "^16.4.5",
"js-cookie": "^3.0.5",
"numeral": "^2.0.6",
"particles.js": "^2.0.0",
"pinia": "^2.0.13",
"vue": "^3.0.0",
"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": "^3.0.3",
"@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": "^3.0.9"
}
}