mirror of
https://github.com/PhaseII-eAmusement-Network/PhaseWeb3-Vue.git
synced 2026-03-22 02:04:17 -05:00
47 lines
1.3 KiB
JSON
47 lines
1.3 KiB
JSON
{
|
|
"name": "phaseweb3",
|
|
"version": "3.0.45",
|
|
"scripts": {
|
|
"dev": "vite --host",
|
|
"build": "vite build",
|
|
"preview": "vite preview --port 3069 --host",
|
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-pattern .gitignore",
|
|
"update": "npx dependency-time-machine --update"
|
|
},
|
|
"dependencies": {
|
|
"@phosphor-icons/vue": "^2.2.1",
|
|
"@tailwindcss/vite": "^4.1.11",
|
|
"@vuepic/vue-datepicker": "^11.0.1",
|
|
"axios": "^1.11.0",
|
|
"chart.js": "^4.5.0",
|
|
"crypto-js": "^4.2.0",
|
|
"dotenv": "^17.2.1",
|
|
"downloadjs": "^1.4.7",
|
|
"globals": "^16.3.0",
|
|
"js-cookie": "^3.0.5",
|
|
"numeral": "^2.0.6",
|
|
"particles.js": "^2.0.0",
|
|
"pinia": "^3.0.3",
|
|
"vue": "^3.5.18",
|
|
"vue-chartjs": "^5.3.2",
|
|
"vue-router": "^4.5.1",
|
|
"vue3-easy-data-table": "^1.5.47"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/eslintrc": "^3.3.1",
|
|
"@eslint/js": "^9.32.0",
|
|
"@tailwindcss/forms": "0.5.7",
|
|
"@tailwindcss/postcss": "^4.1.11",
|
|
"@vitejs/plugin-vue": "^6.0.1",
|
|
"@vue/eslint-config-prettier": "^10.2.0",
|
|
"autoprefixer": "^10.4.16",
|
|
"eslint": "^9.32.0",
|
|
"eslint-plugin-vue": "^10.3.0",
|
|
"postcss": "^8.5.6",
|
|
"postcss-import": "^16.1.1",
|
|
"prettier": "^3.6.2",
|
|
"tailwindcss": "^4.1.11",
|
|
"vite": "^7.0.6",
|
|
"vue-eslint-parser": "^10.2.0"
|
|
}
|
|
} |