-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 877 Bytes
/
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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "biome check --write ./",
"check": "tsc --noEmit",
"test": "vitest run"
},
"dependencies": {
"@fastify/cors": "10.0.1",
"@fastify/helmet": "12.0.1",
"@fastify/one-line-logger": "2.0.1",
"@fastify/rate-limit": "10.1.1",
"@fastify/sensible": "6.0.1",
"@fastify/type-provider-typebox": "5.0.1",
"@fastify/under-pressure": "9.0.1",
"@sinclair/typebox": "0.34.0",
"fastify": "5.1.0",
"fastify-plugin": "5.0.1"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@types/node": "22.9.0",
"process-envify": "2.0.0",
"typescript": "5.6.3",
"vite": "5.4.11",
"vite-plugin-fastify": "1.2.5",
"vite-plugin-fastify-routes": "1.1.1",
"vitest": "2.1.5"
}
}