42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"name": "@aethex/web",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"test": "vitest",
|
|
"lint": "eslint src --ext ts,tsx",
|
|
"clean": "rm -rf dist"
|
|
},
|
|
"dependencies": {
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-router-dom": "^6.21.0",
|
|
"@reduxjs/toolkit": "^2.0.1",
|
|
"react-redux": "^9.0.4",
|
|
"socket.io-client": "^4.6.0",
|
|
"workbox-precaching": "^7.0.0",
|
|
"workbox-routing": "^7.0.0",
|
|
"workbox-strategies": "^7.0.0",
|
|
"workbox-background-sync": "^7.0.0",
|
|
"workbox-expiration": "^7.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.2.45",
|
|
"@types/react-dom": "^18.2.18",
|
|
"@vitejs/plugin-react": "^4.2.1",
|
|
"vite": "^5.0.8",
|
|
"vite-plugin-pwa": "^0.17.4",
|
|
"vitest": "^1.1.0",
|
|
"typescript": "^5.3.3",
|
|
"tailwindcss": "^3.3.7",
|
|
"postcss": "^8.4.33",
|
|
"autoprefixer": "^10.4.17",
|
|
"eslint": "^8.55.0",
|
|
"@typescript-eslint/eslint-plugin": "^6.15.0",
|
|
"@typescript-eslint/parser": "^6.15.0"
|
|
}
|
|
}
|