forked from team-baguni/baguni-fe
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1014 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 1014 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
35
36
37
38
{
"name": "frontend",
"private": true,
"workspaces": {
"packages": [
"techpick",
"techpick-extension",
"techpick-shared"
]
},
"scripts": {
"service": "yarn workspace tech-pick-service",
"extension": "yarn workspace techpick-extension",
"shared": "yarn workspace techpick-shared",
"lint": "yarn workspaces foreach --all run lint",
"all": "yarn workspaces foreach --all",
"postinstall": "cd .. && husky",
"test": "jest"
},
"packageManager": "yarn@4.3.1",
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.2",
"@testing-library/react": "^16.0.1",
"@types/jest": "^29.5.14",
"@types/node": "^22.5.5",
"globals": "^15.9.0",
"husky": "^9.1.6",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"next": "14.2.9",
"openapi-typescript": "^7.4.1",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "5.5.4"
}
}