Files
newznab-tmux/package.json
T
2026-04-30 13:18:02 +02:00

39 lines
1.2 KiB
JSON

{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "php artisan typescript:transform --quiet && vite build",
"types": "php artisan typescript:transform",
"format": "prettier --write 'resources/**/*.{css,js,vue}'",
"package-update": "ncu -u -x pnotify,tinymce"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.11",
"@tailwindcss/vite": "^4.2.4",
"axios": "1.15.2",
"lodash": "^4.18.1",
"npm-check-updates": "^22.0.1",
"prettier": "3.8.3",
"prettier-plugin-blade": "3.1.6",
"prettier-plugin-tailwindcss": "^0.7.2",
"tailwindcss": "^4.2.4",
"vite": "^8.0",
"vue": "^3.5.33"
},
"dependencies": {
"@alpinejs/csp": "^3.15.11",
"@fortawesome/fontawesome-free": "^7.2.0",
"@melloware/coloris": "^0.25.0",
"@simonwep/pickr": "^1.9.1",
"@simplewebauthn/browser": "^13.3.0",
"chart.js": "^4.5.1",
"date-fns": "^4.1.0",
"feather-icons": "^4.29.2",
"laravel-echo": "^2.3.4",
"laravel-vite-plugin": "^3.1",
"nested-sort": "^5.2.0",
"vuedraggable": "^4.1.0"
}
}