46 lines
1.2 KiB
JSON
46 lines
1.2 KiB
JSON
{
|
|
"name": "@aethex/web",
|
|
"version": "1.0.0",
|
|
"description": "AeThex Connect - Main Web Application",
|
|
"type": "module",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview",
|
|
"lint": "eslint src --ext .ts,.tsx",
|
|
"type-check": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-router-dom": "^6.20.0",
|
|
"@reduxjs/toolkit": "^2.0.1",
|
|
"react-redux": "^9.0.0",
|
|
"axios": "^1.6.2",
|
|
"socket.io-client": "^4.6.0",
|
|
"libsodium-wrappers": "^0.7.13",
|
|
"zustand": "^4.4.7",
|
|
"clsx": "^2.0.0",
|
|
"date-fns": "^2.30.0",
|
|
"lucide-react": "^0.294.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.2.0",
|
|
"@types/react-dom": "^18.2.0",
|
|
"@types/node": "^20.0.0",
|
|
"typescript": "^5.3.3",
|
|
"vite": "^5.0.0",
|
|
"@vitejs/plugin-react": "^4.2.0",
|
|
"tailwindcss": "^3.3.6",
|
|
"postcss": "^8.4.31",
|
|
"autoprefixer": "^10.4.16",
|
|
"eslint": "^8.54.0",
|
|
"@typescript-eslint/eslint-plugin": "^6.13.0",
|
|
"@typescript-eslint/parser": "^6.13.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0",
|
|
"npm": ">=9.0.0"
|
|
}
|
|
}
|