Files
CipherStreamWeb/package.json
2026-08-15 17:28:19 -04:00

47 lines
1.2 KiB
JSON

{
"name": "cipher-stream-web",
"private": true,
"version": "1.0.2",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview",
"sonar": "bash sonarBuild.sh"
},
"dependencies": {
"@eslint-react/eslint-plugin": "^5.18.6",
"@headlessui/react": "^2.2.10",
"@tailwindcss/vite": "^4.3.3",
"@tanstack/eslint-plugin-router": "^1.162.0",
"@tanstack/react-query": "^5.101.4",
"@tanstack/react-router": "^1.170.29",
"@tanstack/react-router-devtools": "^1.167.1",
"axios": "^1.19.0",
"clsx": "^2.1.1",
"mattrixwv-components": "^0.0.9",
"react": "^19.2.8",
"react-dom": "^19.2.8",
"react-icons": "^5.7.0",
"react-tooltip": "^6.0.8",
"tailwindcss": "^4.3.3",
"use-debounce": "^10.1.1"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@tanstack/router-plugin": "^1.168.32",
"@types/node": "^26.2.0",
"@types/react": "^19.2.18",
"@types/react-dom": "^19.2.4",
"@vitejs/plugin-react": "^6.0.5",
"eslint": "^10.8.1",
"eslint-plugin-react-hooks": "^7.1.1",
"eslint-plugin-react-refresh": "^0.5.4",
"globals": "^17.11.0",
"typescript": "^6.0.3",
"typescript-eslint": "^8.67.0",
"vite": "^8.2.1"
}
}