pelican-panel-mirror/package.json
2025-05-07 12:58:01 -04:00

30 lines
798 B
JSON

{
"private": true,
"type": "module",
"scripts": {
"build": "vite build",
"dev": "vite"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"autoprefixer": "^10.4.20",
"axios": "^1.7.4",
"concurrently": "^9.0.1",
"laravel-vite-plugin": "^1.0",
"postcss": "^8.4.47",
"postcss-nesting": "^13.0.1",
"prettier": "^3.4.2",
"tailwindcss": "^3.4.13",
"vite": "^6.0"
},
"dependencies": {
"@xterm/addon-fit": "^0.10.0",
"@xterm/addon-search": "^0.15.0",
"@xterm/addon-web-links": "^0.11.0",
"xterm": "^5.3.0",
"xterm-addon-search": "^0.13.0",
"xterm-addon-search-bar": "^0.2.0"
}
}