Files
WYGIWYH/frontend/package.json
2025-11-18 01:04:39 -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.1",
"@alpinejs/mask": "^3.15.1",
"@fontsource-variable/jetbrains-mono": "^5.2.8",
"@fortawesome/fontawesome-free": "^7.1.0",
"@popperjs/core": "^2.11.8",
"@rollup/plugin-commonjs": "^29.0.0",
"@tailwindcss/vite": "^4.1.17",
"air-datepicker": "^3.6.0",
"alpinejs": "^3.15.1",
"autoprefixer": "^10.4.22",
"autosize": "^6.0.1",
"bootstrap": "^5.3.8",
"chart.js": "^4.5.1",
"chartjs-chart-sankey": "^0.14.0",
"daisyui": "^5.5.5",
"htmx.org": "^2.0.8",
"hyperscript.org": "^0.9.14",
"mathjs": "^15.1.0",
"postcss": "^8.5.6",
"sass": "^1.94.0",
"sweetalert2": "^11.26.3",
"tailwindcss": "^4.1.17",
"tippy.js": "^6.3.7",
"tom-select": "^2.4.3",
"tw-bootstrap-grid": "^1.3.2",
"vite": "7.2.2"
},
"resolutions": {
"rollup": "npm:@rollup/wasm-node"
}
}