-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 849 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 849 Bytes
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
{
"name": "gwn-buena-case-study",
"author": "gwn <dev@gwn.wtf>",
"version": "1.0.1",
"engines": {
"node": ">=20",
"npm": ">=8"
},
"scripts": {
"dev:be": "env $(cat env) node --watch backend/main | pino-pretty",
"dev:fe": "cd frontend && env $(cat ../env) vite",
"lint": "eslint"
},
"dependencies": {
"fastify": "^5.7.1",
"@fastify/cors": "^11.2.0",
"@fastify/multipart": "^9.4.0",
"@fastify/swagger": "^9.6.1",
"@fastify/swagger-ui": "^5.2.3",
"ajv": "^8.17.1",
"massive": "^6.10.2",
"@anthropic-ai/sdk": "^0.71.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"papaparse": "^5.5.3"
},
"devDependencies": {
"eslint": "^9.39.2",
"eslint-plugin-react": "^7.37.5",
"pino-pretty": "^13.1.3",
"vite": "^5.4.10",
"@vitejs/plugin-react": "^4.3.2"
}
}