web/package.json

46 lines
1.2 KiB
JSON
Raw Permalink Normal View History

2024-08-08 12:52:23 +01:00
{
"name": "lnvps_web",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
2024-11-26 15:29:18 +00:00
"@scure/base": "^1.2.1",
2024-09-23 11:43:06 +01:00
"@snort/shared": "^1.0.17",
2024-12-29 19:15:04 +00:00
"@snort/system": "^1.6.1",
"@snort/system-react": "^1.6.1",
2024-12-29 16:11:05 +00:00
"@xterm/addon-attach": "^0.11.0",
"@xterm/addon-fit": "^0.10.0",
"@xterm/addon-webgl": "^0.18.0",
"@xterm/xterm": "^5.5.0",
2024-11-26 15:29:18 +00:00
"classnames": "^2.5.1",
"qr-code-styling": "^1.8.4",
2024-08-08 12:52:23 +01:00
"react": "^18.3.1",
2024-11-26 15:29:18 +00:00
"react-dom": "^18.3.1",
"react-router-dom": "^7.0.1"
2024-08-08 12:52:23 +01:00
},
"devDependencies": {
"@eslint/js": "^9.8.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.20",
"eslint": "^9.8.0",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.9",
"globals": "^15.9.0",
"postcss": "^8.4.41",
2024-09-23 13:28:45 +01:00
"prettier": "^3.3.3",
2024-08-08 12:52:23 +01:00
"tailwindcss": "^3.4.8",
"typescript": "^5.5.3",
"typescript-eslint": "^8.0.0",
"vite": "^5.4.0"
},
"packageManager": "yarn@4.4.0"
}