-
Notifications
You must be signed in to change notification settings - Fork 41
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.13 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.13 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": "orderworder",
"version": "0.1.0",
"private": true,
"scripts": {
"play": "next dev",
"dev": "doppler run --command=\"PORT=3050 next dev\"",
"build:dev": "doppler run --command=\"next build\"",
"build": "next build",
"start": "next start",
"lint": "biome check --write",
"clean": "rm -rf node_modules pnpm-lock.yaml .next && pnpm install"
},
"dependencies": {
"@ai-sdk/openai-compatible": "^2.0.24",
"@react-pdf/renderer": "^4.3.2",
"@yudiel/react-qr-scanner": "^2.1.0",
"ai": "^6.0.57",
"bcrypt": "^6.0.0",
"clsx": "^2.1.1",
"lodash": "^4.17.23",
"mongoose": "^9.1.5",
"next": "16.1.6",
"next-auth": "^4.24.13",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-intersection-observer": "^10.0.2",
"react-toastify": "^11.0.5",
"sass": "^1.97.3",
"swr": "^2.3.8",
"xtreme-ui": "^0.0.127",
"zod": "^4.3.6"
},
"devDependencies": {
"@biomejs/biome": "2.3.13",
"@svgr/webpack": "^8.1.0",
"@types/bcrypt": "^6.0.0",
"@types/lodash": "^4.17.23",
"@types/node": "25.0.10",
"@types/react": "19.2.10",
"@types/react-dom": "19.2.3",
"typescript": "5.9.3",
"ultracite": "7.1.1"
}
}