mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-28 23:01:29 +00:00
39 lines
1.2 KiB
JSON
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 prettier-plugin-tailwindcss"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/forms": "^0.5.11",
|
|
"@tailwindcss/vite": "^4.3.1",
|
|
"axios": "1.18.0",
|
|
"lodash": "^4.18.1",
|
|
"npm-check-updates": "^22.2.3",
|
|
"prettier": "3.8.4",
|
|
"prettier-plugin-blade": "3.1.6",
|
|
"prettier-plugin-tailwindcss": "^0.7.4",
|
|
"tailwindcss": "^4.3.1",
|
|
"vite": "^8.0",
|
|
"vue": "^3.5.38"
|
|
},
|
|
"dependencies": {
|
|
"@alpinejs/csp": "^3.15.12",
|
|
"@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.4.0",
|
|
"feather-icons": "^4.29.2",
|
|
"laravel-echo": "^2.3.7",
|
|
"laravel-vite-plugin": "^3.1",
|
|
"nested-sort": "^5.2.0",
|
|
"vuedraggable": "^4.1.0"
|
|
}
|
|
}
|