mirror of https://github.com/jetkvm/kvm.git
73 lines
2.2 KiB
JSON
73 lines
2.2 KiB
JSON
{
|
|
"name": "kvm-ui",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"engines": {
|
|
"node": "21.1.0"
|
|
},
|
|
"scripts": {
|
|
"dev": "./dev_device.sh",
|
|
"dev:cloud": "vite dev --mode=cloud-development",
|
|
"build": "npm run build:prod",
|
|
"build:device": "tsc && vite build --mode=device --emptyOutDir",
|
|
"build:staging": "tsc && vite build --mode=cloud-staging",
|
|
"build:prod": "tsc && vite build --mode=cloud-production",
|
|
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@headlessui/react": "^2.2.0",
|
|
"@headlessui/tailwindcss": "^0.2.1",
|
|
"@heroicons/react": "^2.2.0",
|
|
"@xterm/addon-clipboard": "^0.1.0",
|
|
"@xterm/addon-fit": "^0.10.0",
|
|
"@xterm/addon-unicode11": "^0.8.0",
|
|
"@xterm/addon-web-links": "^0.11.0",
|
|
"@xterm/addon-webgl": "^0.18.0",
|
|
"@xterm/xterm": "^5.5.0",
|
|
"cva": "^1.0.0-beta.1",
|
|
"focus-trap-react": "^10.2.3",
|
|
"framer-motion": "^11.15.0",
|
|
"lodash.throttle": "^4.1.1",
|
|
"mini-svg-data-uri": "^1.4.4",
|
|
"motion": "^12.4.7",
|
|
"react": "^18.2.0",
|
|
"react-animate-height": "^3.2.3",
|
|
"react-dom": "^18.2.0",
|
|
"react-hot-toast": "^2.4.1",
|
|
"react-icons": "^5.4.0",
|
|
"react-router-dom": "^6.22.3",
|
|
"react-simple-keyboard": "^3.7.112",
|
|
"react-xtermjs": "^1.0.9",
|
|
"recharts": "^2.15.0",
|
|
"tailwind-merge": "^2.5.5",
|
|
"usehooks-ts": "^3.1.0",
|
|
"validator": "^13.12.0",
|
|
"xterm": "^5.3.0",
|
|
"zustand": "^4.5.2"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/forms": "^0.5.9",
|
|
"@tailwindcss/typography": "^0.5.15",
|
|
"@types/react": "^18.2.66",
|
|
"@types/react-dom": "^18.3.0",
|
|
"@types/validator": "^13.12.2",
|
|
"@typescript-eslint/eslint-plugin": "^7.2.0",
|
|
"@typescript-eslint/parser": "^7.2.0",
|
|
"@vitejs/plugin-react-swc": "^3.7.2",
|
|
"autoprefixer": "^10.4.20",
|
|
"eslint": "^8.57.0",
|
|
"eslint-plugin-react": "^7.34.1",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-plugin-react-refresh": "^0.4.6",
|
|
"postcss": "^8.4.49",
|
|
"prettier": "^3.4.2",
|
|
"prettier-plugin-tailwindcss": "^0.5.13",
|
|
"tailwindcss": "^3.4.17",
|
|
"typescript": "^5.7.2",
|
|
"vite": "^5.2.0",
|
|
"vite-tsconfig-paths": "^4.3.2"
|
|
}
|
|
}
|