Files
WYGIWYH/frontend/package.json
T
2026-06-06 05:14:26 -03:00

50 lines
1.2 KiB
JSON

{
"name": "wygiwyh_frontend",
"version": "1.0.1",
"description": "Frontend stuff",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"keywords": [
"frontend"
],
"author": "Herculino Trotta",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/eitchtee/WYGIWYH"
},
"type": "module",
"dependencies": {
"@alpinejs/collapse": "^3.15.12",
"@alpinejs/mask": "^3.15.12",
"@fontsource-variable/jetbrains-mono": "^5.2.8",
"@fortawesome/fontawesome-free": "^7.2.0",
"@popperjs/core": "^2.11.8",
"@rollup/plugin-commonjs": "^29.0.3",
"@tailwindcss/vite": "^4.3.0",
"air-datepicker": "^3.6.0",
"alpinejs": "^3.15.12",
"autoprefixer": "^10.5.0",
"autosize": "^6.0.1",
"bootstrap": "^5.3.8",
"chart.js": "^4.5.1",
"chartjs-chart-sankey": "^0.14.3",
"daisyui": "5.5.20",
"htmx.org": "^2.0.10",
"hyperscript.org": "^0.9.91",
"mathjs": "^15.2.0",
"postcss": "^8.5.15",
"pulltorefreshjs": "^0.1.22",
"sass": "^1.100.0",
"sweetalert2": "^11.26.25",
"tailwindcss": "^4.3.0",
"tippy.js": "^6.3.7",
"tom-select": "^2.6.1",
"tw-bootstrap-grid": "^1.4.0",
"vite": "7.3.2"
},
"resolutions": {
"rollup": "npm:@rollup/wasm-node"
}
}