pelican-panel-mirror/package.json
2025-08-06 16:48:14 -04:00

28 lines
735 B
JSON

{
"private": true,
"type": "module",
"scripts": {
"build": "vite build",
"dev": "vite"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"@tailwindcss/vite": "^4.1.4",
"autoprefixer": "^10.4.21",
"concurrently": "^9.0.1",
"laravel-vite-plugin": "^1.0",
"prettier": "^3.4.2",
"tailwindcss": "^4.1.4",
"vite": "6.2.6"
},
"dependencies": {
"@xterm/addon-fit": "^0.10.0",
"@xterm/addon-search": "^0.15.0",
"@xterm/addon-web-links": "^0.11.0",
"@xterm/xterm": "^5.5.0",
"glob": "^11.0.3",
"xterm-addon-search-bar": "^0.2.0"
}
}