-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 926 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
35
36
37
38
39
40
41
{
"name": "stocker",
"private": true,
"scripts": {
"build": "turbo build --filter=./apps/*",
"dev": "turbo run dev --filter=./apps/*",
"test": "turbo test"
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@types/bcrypt": "5.0.2",
"@types/bull": "3.15.9",
"@types/uuid": "^10.0.0",
"npm-run-all": "4.1.5",
"turbo": "^2.1.1",
"typescript": "5.6.3",
"vitest": "2.1.3"
},
"engines": {
"node": ">=20"
},
"packageManager": "npm@10.8.3",
"workspaces": [
"apps/*",
"packages/*"
],
"dependencies": {
"@faker-js/faker": "^9.0.1",
"@nextui-org/react": "2.4.8",
"@prisma/client": "^5.19.1",
"bcrypt": "5.1.1",
"dayjs": "1.11.13",
"fastify-type-provider-zod": "^4.0.2",
"framer-motion": "11.11.10",
"jwt-decode": "4.0.0",
"react": "18.3.1",
"tailwindcss": "3.4.14",
"uuid": "^10.0.0",
"zod": "^3.23.8"
}
}