-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 859 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
{
"name": "github-profile",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "jest --watchAll",
"coverage": "jest --coverage"
},
"dependencies": {
"axios": "^0.24.0",
"next": "12.0.7",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.3.1",
"sass": "^1.45.2"
},
"main": "index.js",
"author": "Tarcisio Delmondes <[email protected]>",
"license": "MIT",
"devDependencies": {
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"@types/node": "^17.0.6",
"@types/react": "^17.0.38",
"babel-jest": "^27.4.5",
"eslint-plugin-testing-library": "^5.0.1",
"jest": "^27.4.5",
"typescript": "^4.5.4"
}
}