forked from Personare/front-end-challenge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.37 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
42
43
44
45
{
"name": "renan-katreque-verissimo",
"version": "1.0.0",
"description": "Processo Seletivo Personare",
"main": "index.js",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prettier": "prettier --write .",
"check": "npm run prettier && npm run lint && jest",
"test": "jest --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Katreque/renan-katreque-verissimo.git"
},
"author": "Katreque",
"license": "MIT",
"bugs": {
"url": "https://github.com/Katreque/renan-katreque-verissimo/issues"
},
"homepage": "https://github.com/Katreque/renan-katreque-verissimo#readme",
"dependencies": {
"@next/font": "^13.0.3",
"next": "^13.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-spinners": "^0.13.6",
"styled-components": "^5.3.6"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"eslint-config-next": "13.0.2",
"eslint-config-prettier": "^8.5.0",
"jest": "^29.3.0",
"jest-environment-jsdom": "^29.3.0",
"jest-styled-components": "^7.1.1",
"msw": "^0.48.0",
"prettier": "2.7.1",
"whatwg-fetch": "^3.6.2"
}
}