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

57 lines
1.3 KiB
JSON
Raw Normal View History

2025-03-31 09:10:27 +03:00
{
"name": "@fediswald/source",
"version": "0.0.0",
"license": "MIT",
"scripts": {},
"private": true,
"dependencies": {
2025-04-02 08:34:11 +03:00
"@fedify/fedify": "^1.5.0",
2025-04-01 09:55:32 +03:00
"argon2": "^0.41.1",
"axios": "^1.8.4",
"drizzle-orm": "^0.41.0",
2025-03-31 09:17:18 +03:00
"express": "^4.21.2",
2025-04-01 09:55:32 +03:00
"material-symbols": "^0.29.2",
"pg": "^8.14.1",
2025-03-31 09:10:27 +03:00
"react": "19.0.0",
"react-dom": "19.0.0",
2025-04-01 09:55:32 +03:00
"react-router-dom": "6.29.0",
"zod": "^3.24.2",
"zustand": "^5.0.3"
2025-03-31 09:10:27 +03:00
},
"devDependencies": {
2025-03-31 09:17:18 +03:00
"@nx/esbuild": "20.6.4",
2025-03-31 09:10:27 +03:00
"@nx/js": "20.6.4",
2025-03-31 09:17:18 +03:00
"@nx/node": "^20.6.4",
2025-03-31 09:10:27 +03:00
"@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",
2025-03-31 09:17:18 +03:00
"@types/express": "^4.17.21",
2025-03-31 09:10:27 +03:00
"@types/node": "^20.0.0",
2025-04-01 09:55:32 +03:00
"@types/pg": "^8.11.11",
2025-03-31 09:10:27 +03:00
"@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",
2025-04-01 09:55:32 +03:00
"drizzle-kit": "^0.30.6",
2025-03-31 09:17:18 +03:00
"esbuild": "^0.19.2",
2025-03-31 09:10:27 +03:00
"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/*"
]
}