-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
146 lines (146 loc) · 4.72 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
{
"name": "@ezeverything/source",
"version": "0.0.0",
"private": true,
"license": "MIT",
"scripts": {
"preinstall": "npx only-allow pnpm",
"build": "NODE_ENV=production nx run-many -t build -p web api",
"build:api": "NODE_ENV=production nx run api:build",
"build:web": "NODE_ENV=production nx run web:build",
"clean": "rimraf dist .nx/cache tmp logs visualizer node_modules",
"dev": "nx run-many -t serve -p web api",
"drizzle": "drizzle-kit studio",
"drizzle:generate": "drizzle-kit generate:pg --config ./apps/api/drizzle.config.ts",
"drizzle:push": "node -r esbuild-register ./apps/api/migrations.ts",
"drizzle:migrate": "npm run drizzle:generate && npm run drizzle:push",
"build:web:prod": "NODE_ENV=production nx run web:build",
"start": "NODE_ENV=production nx run-many -t preview -p web api",
"start:web": "nx run web:preview"
},
"dependencies": {
"@aws-sdk/client-ses": "^3.540.0",
"@cloudscape-design/collection-hooks": "^1.0.43",
"@cloudscape-design/components": "^3.0.593",
"@cloudscape-design/global-styles": "^1.0.26",
"@hookform/resolvers": "^3.3.4",
"@neondatabase/serverless": "^0.9.0",
"@tanstack/react-query": "^5.28.9",
"axios": "^1.6.8",
"bcrypt": "^5.1.1",
"compression": "^1.7.4",
"connect-pg-simple": "^9.0.1",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"drizzle-orm": "^0.30.6",
"envalid": "^8.0.0",
"express": "~4.19.2",
"express-session": "^1.18.0",
"express-validator": "^7.0.1",
"helmet": "^7.1.0",
"hpp": "^0.2.3",
"jsonwebtoken": "^9.0.2",
"lodash-es": "^4.17.21",
"luxon": "^3.4.4",
"morgan": "^1.10.0",
"node-cron": "^3.0.3",
"nodemailer": "^6.9.13",
"openid-client": "^5.6.5",
"pg": "^8.11.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.51.2",
"react-router-dom": "^6.22.3",
"react-use": "^17.5.0",
"tslib": "^2.6.2",
"winston": "^3.13.0",
"winston-daily-rotate-file": "^5.0.0",
"zod": "^3.22.4",
"zustand": "^4.5.2"
},
"devDependencies": {
"@cloudscape-design/design-tokens": "^3.0.35",
"@faker-js/faker": "^8.4.1",
"@nx/esbuild": "18.2.1",
"@nx/eslint": "18.2.1",
"@nx/eslint-plugin": "18.2.1",
"@nx/express": "^18.2.1",
"@nx/jest": "18.2.1",
"@nx/js": "18.2.1",
"@nx/node": "18.2.1",
"@nx/react": "18.2.1",
"@nx/vite": "18.2.1",
"@nx/web": "18.2.1",
"@nx/workspace": "18.2.1",
"@swc-node/register": "~1.9.0",
"@swc/cli": "~0.3.10",
"@swc/core": "~1.4.11",
"@swc/helpers": "~0.5.8",
"@swc/jest": "0.2.36",
"@tanstack/eslint-plugin-query": "^5.28.6",
"@tanstack/react-query-devtools": "^5.28.10",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "14.2.2",
"@testing-library/user-event": "^14.5.2",
"@types/bcrypt": "^5.0.2",
"@types/compression": "^1.7.5",
"@types/connect-pg-simple": "^7.0.3",
"@types/cookie-parser": "^1.4.7",
"@types/cors": "^2.8.17",
"@types/express": "~4.17.21",
"@types/express-session": "^1.18.0",
"@types/hpp": "^0.2.6",
"@types/jest": "^29.5.12",
"@types/jsonwebtoken": "^9.0.6",
"@types/lodash-es": "^4.17.12",
"@types/luxon": "^3.4.2",
"@types/morgan": "^1.9.9",
"@types/node": "20.12.2",
"@types/node-cron": "^3.0.11",
"@types/nodemailer": "^6.4.14",
"@types/pg": "^8.11.4",
"@types/react": "18.2.73",
"@types/react-dom": "18.2.23",
"@types/react-router-dom": "^5.3.3",
"@types/supertest": "^6.0.2",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"@vitejs/plugin-react-swc": "^3.6.0",
"@vitest/coverage-v8": "^1.4.0",
"@vitest/ui": "^1.4.0",
"drizzle-kit": "^0.20.14",
"esbuild": "^0.20.2",
"esbuild-register": "^3.5.0",
"eslint": "~8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-drizzle": "^0.2.3",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "7.34.1",
"eslint-plugin-react-hooks": "4.6.0",
"husky": "^9.0.11",
"jest": "^29.7.0",
"jest-environment-node": "^29.7.0",
"jsdom": "~24.0.0",
"lint-staged": "^15.2.2",
"nx": "18.2.1",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"sass": "^1.72.0",
"supertest": "^6.3.4",
"swc-loader": "^0.2.6",
"ts-jest": "^29.1.2",
"ts-mock-imports": "^1.3.8",
"ts-node": "10.9.2",
"tsc-alias": "^1.8.8",
"tsconfig-paths": "^4.2.0",
"typescript": "~5.4.3",
"vite": "~5.2.7",
"vite-plugin-checker": "^0.6.4",
"vite-plugin-dts": "~3.8.1",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^1.4.0"
}
}