mirror of https://github.com/jetkvm/kvm.git
81 lines
2.5 KiB
JSON
81 lines
2.5 KiB
JSON
{
|
|
"name": "kvm-ui",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"engines": {
|
|
"node": "21.1.0"
|
|
},
|
|
"scripts": {
|
|
"dev": "./dev_device.sh",
|
|
"dev:ssl": "USE_SSL=true ./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 './src/**/*.{ts,tsx}'",
|
|
"lint:fix": "eslint './src/**/*.{ts,tsx}' --fix",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@headlessui/react": "^2.2.0",
|
|
"@headlessui/tailwindcss": "^0.2.1",
|
|
"@heroicons/react": "^2.2.0",
|
|
"@vitejs/plugin-basic-ssl": "^1.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",
|
|
"dayjs": "^1.11.13",
|
|
"eslint-import-resolver-alias": "^1.1.2",
|
|
"focus-trap-react": "^10.2.3",
|
|
"framer-motion": "^11.15.0",
|
|
"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.4.0",
|
|
"react-router-dom": "^6.22.3",
|
|
"react-simple-keyboard": "^3.7.112",
|
|
"react-use-websocket": "^4.13.0",
|
|
"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/semver": "^7.5.8",
|
|
"@types/validator": "^13.12.2",
|
|
"@typescript-eslint/eslint-plugin": "^8.25.0",
|
|
"@typescript-eslint/parser": "^8.25.0",
|
|
"@vitejs/plugin-react-swc": "^3.7.2",
|
|
"autoprefixer": "^10.4.20",
|
|
"eslint": "^8.20.0",
|
|
"eslint-config-prettier": "^10.0.1",
|
|
"eslint-plugin-import": "^2.31.0",
|
|
"eslint-plugin-react": "^7.37.4",
|
|
"eslint-plugin-react-hooks": "^5.1.0",
|
|
"eslint-plugin-react-refresh": "^0.4.19",
|
|
"postcss": "^8.4.49",
|
|
"prettier": "^3.4.2",
|
|
"prettier-plugin-tailwindcss": "^0.6.11",
|
|
"tailwindcss": "^3.4.17",
|
|
"typescript": "^5.7.2",
|
|
"vite": "^5.2.0",
|
|
"vite-tsconfig-paths": "^5.1.4"
|
|
}
|
|
}
|