-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 832 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 832 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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"test:e2e": "playwright test",
"test": "jest"
},
"dependencies": {
"@tanstack/react-query": "^5.77.2",
"@tanstack/react-query-next-experimental": "^5.77.2",
"cross-fetch": "^4.1.0",
"jest-fixed-jsdom": "^0.0.9",
"next": "latest",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@playwright/test": "^1.40.1",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"@types/jest": "^29.5.14",
"@types/node": "20.10.4",
"@types/react": "18.2.45",
"jest": "^29.7.0",
"msw": "^2.8.5",
"ts-jest": "^29.3.4",
"ts-node": "^10.9.2",
"typescript": "5.3.3"
}
}