-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 973 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
{
"name": "im-sprint-statesairline-client",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"start": "next dev",
"test": "jest",
"report": "jest --json --outputFile=report.jest.json",
"submit": "codestates-submission"
},
"dependencies": {
"@codestates-cc/submission-npm": "^1.1.3",
"axios": "^0.24.0",
"next": "10.1.3",
"react": "17.0.2",
"react-dom": "17.0.2",
"uuid": "^8.3.2",
"web3": "^1.6.1"
},
"devDependencies": {
"@testing-library/dom": "^7.30.4",
"@testing-library/jest-dom": "^5.12.0",
"@testing-library/react": "^11.2.6",
"babel-jest": "^26.6.3",
"jest": "^26.6.3",
"nock": "^13.0.11",
"node-fetch": "^2.6.1",
"resq": "^1.10.0"
},
"jest": {
"testPathIgnorePatterns": [
"<rootDir>/.next/",
"<rootDir>/node_modules/"
],
"transform": {
"^.+\\.(js|jsx|ts|tsx)$": "<rootDir>/node_modules/babel-jest"
}
}
}