mirror of
https://github.com/PhyreApps/PhyrePanel.git
synced 2024-11-22 07:30:25 +00:00
28 lines
771 B
JSON
28 lines
771 B
JSON
{
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/forms": "^0.5.7",
|
|
"@tailwindcss/typography": "^0.5.12",
|
|
"autoprefixer": "^10.4.19",
|
|
"axios": "^1.6.1",
|
|
"laravel-vite-plugin": "^0.8.0",
|
|
"postcss": "^8.4.38",
|
|
"postcss-nesting": "^12.1.1",
|
|
"tailwindcss": "^3.4.3",
|
|
"tippy.js": "^6.3.7",
|
|
"vite": "^4.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@xterm/addon-canvas": "^0.7.0",
|
|
"@xterm/addon-fit": "^0.10.0",
|
|
"@xterm/addon-search": "^0.15.0",
|
|
"@xterm/addon-web-links": "^0.11.0",
|
|
"@xterm/addon-webgl": "^0.18.0",
|
|
"@xterm/xterm": "^5.5.0"
|
|
}
|
|
}
|