-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.82 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
{
"name": "llm-logger",
"version": "0.0.1",
"description": "",
"type": "module",
"scripts": {
"dev": "tsx ./express-entry.ts",
"build": "vite build && tsc --outDir dist/full --noEmit false --allowImportingTsExtensions false",
"start": "tsx ./express-entry.ts"
},
"keywords": [],
"author": "",
"license": "AGPL-3.0",
"devDependencies": {
"@faker-js/faker": "^8.3.1",
"@types/bcrypt": "^5.0.0",
"@types/compression": "^1",
"@types/cors": "^2.8.12",
"@types/express": "^4.17.21",
"@types/jest": "^29.5.3",
"@types/jsonwebtoken": "^9.0.2",
"@types/luxon": "^3",
"@types/multer": "^1",
"@types/node": "~10.12.0",
"@types/node-cron": "^2.0.4",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"@types/supertest": "^2.0.12",
"@types/tiny-async-pool": "~1.0.0",
"@types/ua-parser-js": "^0.7.39",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.45",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4"
},
"dependencies": {
"@universal-middleware/core": "^0.2.6",
"@universal-middleware/express": "^0.2.3",
"@vitejs/plugin-react": "^4.3.1",
"axios": "^1.7.7",
"bcrypt": "^5.1.0",
"cross-fetch": "^4.0.0",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"jsonwebtoken": "^9.0.1",
"knex": "~0.95.9",
"luxon": "^3.4.4",
"micro": "^10.0.1",
"multer": "^1.4.5-lts.1",
"node-cron": "^3.0.0",
"pg": "~8.7.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
"recharts": "^2.12.7",
"resend": "^3.2.0",
"stripe": "^16.11.0",
"tiny-async-pool": "~1.2.0",
"tsx": "^4.19.0",
"uuidv7": "^1.0.1",
"vike": "^0.4.195",
"vike-react": "^0.5.5",
"vite": "^5.4.3",
"zod": "^3.23.8",
"zustand": "^4.5.5"
},
"packageManager": "[email protected]"
}