-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1 KB
/
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
41
{
"name": "marvel-challenge",
"version": "0.1.0",
"private": true,
"author": {
"name": "Murilo Henrique",
"email": "[email protected]",
"url": "https://github.com/omurilo",
"username": "omurilo",
"avatar_url": "https://github.com/omurilo.png"
},
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest"
},
"dependencies": {
"axios": "^0.21.1",
"next": "11.0.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"styled-components": "^5.3.0"
},
"devDependencies": {
"@testing-library/dom": "^8.1.0",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
"@types/react": "17.0.14",
"@types/styled-components": "^5.1.11",
"babel-jest": "^27.0.6",
"babel-plugin-styled-components": "^1.13.2",
"eslint": "7.31.0",
"eslint-config-next": "11.0.1",
"jest": "^27.0.6",
"jest-dom": "^4.0.0",
"typescript": "4.3.5"
}
}