-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1000 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": "adopet-web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "jest"
},
"dependencies": {
"@chakra-ui/react": "^1.6.3",
"@emotion/react": "11",
"@emotion/styled": "11",
"@hookform/resolvers": "^2.5.2",
"axios": "^0.21.1",
"framer-motion": "4",
"next": "10.2.3",
"nookies": "^2.5.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-hook-form": "^7.8.8",
"react-icons": "^4.2.0",
"react-query": "^3.17.2",
"yup": "^0.32.9"
},
"devDependencies": {
"@testing-library/dom": "^7.31.2",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^13.1.9",
"@types/node": "^15.12.2",
"@types/react": "^17.0.11",
"axios-mock-adapter": "^1.19.0",
"babel-jest": "^27.0.2",
"jest": "^27.0.4",
"jest-dom": "^4.0.0",
"typescript": "^4.3.2"
}
}