generated from RicardoMorato/InclusiveMarket
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.28 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
46
47
48
{
"name": "dehsmarket",
"version": "0.1.0",
"private": true,
"author": {
"name": "André de Castro",
"email": "[email protected]",
"url": "https://github.com/dehcastro"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage"
},
"dependencies": {
"axios": "^0.26.1",
"next": "12.1.4",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-icons": "^4.3.1",
"styled-components": "^5.3.5"
},
"devDependencies": {
"@testing-library/dom": "^8.13.0",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.0.0",
"@testing-library/react-hooks": "^8.0.0",
"@testing-library/user-event": "^14.0.4",
"@types/node": "17.0.23",
"@types/react": "17.0.43",
"@types/react-dom": "17.0.14",
"@types/react-test-renderer": "^18.0.0",
"@types/styled-components": "^5.1.24",
"babel-jest": "^27.5.1",
"babel-plugin-styled-components": "^2.0.6",
"eslint": "8.12.0",
"eslint-config-next": "12.1.4",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.5.1",
"miragejs": "^0.1.43",
"react-test-renderer": "^18.0.0",
"typescript": "4.6.3"
}
}