-
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) · 810 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 810 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
{
"name": "nextjs_react-query_typescript",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest"
},
"dependencies": {
"@mswjs/data": "^0.9.2",
"@ngneat/falso": "^2.27.0",
"axios": "^0.26.1",
"next": "^12.1.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-query": "^3.34.13"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.4",
"@testing-library/react-hooks": "^7.0.2",
"@types/node": "17.0.15",
"@types/react": "17.0.39",
"eslint": "8.8.0",
"eslint-config-next": "12.0.10",
"jest": "^27.5.1",
"msw": "^0.39.1",
"react-test-renderer": "^17.0.2",
"typescript": "4.5.5"
}
}