This repository has been archived on 2025-07-20. You can view files and clone it, but cannot push or open issues or pull requests.
fediswald/package.json

59 lines
1.4 KiB
JSON

{
"name": "@fediswald/source",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"backend": "npx nx serve backend",
"frontend": "npx nx serve frontend"
},
"private": true,
"dependencies": {
"@fedify/fedify": "^1.5.0",
"argon2": "^0.41.1",
"axios": "^1.8.4",
"drizzle-orm": "^0.41.0",
"express": "^4.21.2",
"material-symbols": "^0.29.2",
"pg": "^8.14.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-router": "^7.5.2",
"zod": "^3.24.2",
"zustand": "^5.0.3"
},
"devDependencies": {
"@nx/esbuild": "20.6.4",
"@nx/js": "20.6.4",
"@nx/node": "^20.6.4",
"@nx/react": "20.6.4",
"@nx/vite": "20.6.4",
"@nx/web": "20.6.4",
"@nx/workspace": "20.6.4",
"@swc-node/register": "~1.9.1",
"@swc/core": "~1.5.7",
"@swc/helpers": "~0.5.11",
"@types/express": "^4.17.21",
"@types/node": "^20.0.0",
"@types/pg": "^8.11.11",
"@types/react": "19.0.0",
"@types/react-dom": "19.0.0",
"@vitejs/plugin-react": "^4.2.0",
"@vitest/ui": "^3.0.0",
"autoprefixer": "10.4.13",
"drizzle-kit": "^0.30.6",
"esbuild": "^0.19.2",
"jiti": "2.4.2",
"jsdom": "~22.1.0",
"nx": "20.6.4",
"postcss": "8.4.38",
"prettier": "^2.6.2",
"tailwindcss": "3.4.3",
"tslib": "^2.3.0",
"typescript": "~5.7.2",
"vite": "^6.0.0",
"vitest": "^3.0.0"
},
"workspaces": [
"apps/*"
]
}