-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.09 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.09 KB
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
{
"name": "peppol",
"module": "index.ts",
"type": "module",
"recommand": {
"apiMount": ""
},
"scripts": {
"db:generate": "drizzle-kit generate",
"test": "bun test --preload ./test/setup.ts",
"email:dev": "email dev --port 3002"
},
"devDependencies": {
"@react-email/preview-server": "5.2.1",
"@types/bun": "latest",
"@types/pg": "^8.11.11",
"@types/react": "^19.0.0",
"drizzle-kit": "^0.30.4",
"react-email": "5.2.1",
"tsx": "^4.19.3"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"dependencies": {
"@mollie/api-client": "^4.2.0",
"@react-email/components": "^1.0.4",
"@react-email/render": "^2.0.2",
"@scalar/openapi-to-markdown": "^0.3.5",
"@types/jszip": "^3.4.1",
"croner": "^9.1.0",
"date-fns": "^4.1.0",
"decimal.js": "^10.5.0",
"dotenv": "^16.4.7",
"drizzle-orm": "0.39.3",
"exceljs": "^4.4.0",
"fast-xml-parser": "^5.0.9",
"hono-openapi": "^0.4.6",
"jszip": "^3.10.1",
"postgres": "^3.4.3",
"shiki": "^3.13.0",
"zod": "^3.24.2",
"zod-openapi": "^4.2.3"
}
}