mirror of https://github.com/jetkvm/kvm.git
67 lines
2.0 KiB
JSON
67 lines
2.0 KiB
JSON
{
|
|
"name": "kvm-ui",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"engines": {
|
|
"node": "21.1.0"
|
|
},
|
|
"scripts": {
|
|
"dev": "vite dev --mode=development",
|
|
"build": "npm run build:prod",
|
|
"build:device": "tsc && vite build --mode=device --emptyOutDir",
|
|
"build:prod": "tsc && vite build --mode=production",
|
|
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0"
|
|
},
|
|
"dependencies": {
|
|
"@headlessui/react": "^2.1.10",
|
|
"@headlessui/tailwindcss": "^0.2.0",
|
|
"@heroicons/react": "^2.1.3",
|
|
"@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",
|
|
"cva": "^1.0.0-beta.1",
|
|
"focus-trap-react": "^10.2.3",
|
|
"framer-motion": "^11.0.28",
|
|
"lodash.throttle": "^4.1.1",
|
|
"mini-svg-data-uri": "^1.4.4",
|
|
"react": "^18.2.0",
|
|
"react-animate-height": "^3.2.3",
|
|
"react-dom": "^18.2.0",
|
|
"react-hot-toast": "^2.4.1",
|
|
"react-icons": "^5.3.0",
|
|
"react-router-dom": "^6.22.3",
|
|
"react-simple-keyboard": "^3.7.112",
|
|
"recharts": "^2.12.6",
|
|
"tailwind-merge": "^2.2.2",
|
|
"usehooks-ts": "^3.1.0",
|
|
"validator": "^13.12.0",
|
|
"xterm": "^5.3.0",
|
|
"zustand": "^4.5.2"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/forms": "^0.5.7",
|
|
"@tailwindcss/typography": "^0.5.12",
|
|
"@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.5.0",
|
|
"autoprefixer": "^10.4.19",
|
|
"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.38",
|
|
"prettier": "^3.2.5",
|
|
"prettier-plugin-tailwindcss": "^0.5.13",
|
|
"tailwindcss": "^3.4.3",
|
|
"typescript": "^5.2.2",
|
|
"vite": "^5.2.0",
|
|
"vite-tsconfig-paths": "^4.3.2"
|
|
}
|
|
}
|