-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 894 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
{
"name": "polly-test",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest --ci"
},
"dependencies": {
"next": "12.1.5",
"node-fetch": "2",
"react": "18.0.0",
"react-dom": "18.0.0",
"swr": "^1.3.0"
},
"devDependencies": {
"@pollyjs/adapter-node-http": "^6.0.5",
"@pollyjs/core": "^6.0.5",
"@pollyjs/persister-fs": "^6.0.5",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.1.1",
"@testing-library/user-event": "^14.1.1",
"@types/node": "17.0.25",
"@types/node-fetch": "^2.6.1",
"@types/react": "18.0.6",
"@types/react-dom": "18.0.2",
"babel-jest": "^27.5.1",
"eslint": "8.14.0",
"eslint-config-next": "12.1.5",
"jest": "^27.5.1",
"typescript": "4.6.3"
}
}