-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
79 lines (79 loc) · 2.14 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "social-media",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@hookform/resolvers": "^2.9.7",
"@mui/material": "^5.9.1",
"@reduxjs/toolkit": "^1.8.2",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@types/jest": "^29.0.0",
"@types/node": "^18.0.6",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@types/react-redux": "^7.1.24",
"@types/styled-components": "^5.1.25",
"axios": "^0.27.2",
"babel": "^6.23.0",
"dayjs": "^1.10.7",
"eslint": "^8.20.0",
"eslint-plugin-testing-library": "^5.5.1",
"jwt-decode": "^3.1.2",
"jwt-encode": "^1.0.1",
"miragejs": "^0.1.42",
"mockman-js": "^1.1.5",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hook-form": "^7.33.1",
"react-hot-toast": "^2.3.0",
"react-icons": "^4.4.0",
"react-redux": "^8.0.2",
"react-router-dom": "6",
"react-scripts": "^5.0.1",
"react-toastify": "^9.0.7",
"styled-components": "^5.3.5",
"ts-node": "^10.9.1",
"uuid": "^8.3.2",
"web-vitals": "^1.0.1",
"zod": "^3.17.10"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "jest",
"test:watch": "npm run test -- --watch",
"eject": "react-scripts eject"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/cli": "^7.18.10",
"@babel/core": "^7.18.13",
"@babel/preset-env": "^7.18.10",
"@babel/preset-typescript": "^7.18.6",
"@typescript-eslint/eslint-plugin": "^5.31.0",
"@typescript-eslint/parser": "^5.31.0",
"babel-jest": "^29.0.2",
"eslint-plugin-jest-dom": "^4.0.2",
"eslint-plugin-react": "^7.30.1",
"jest": "^29.0.2",
"jest-cli": "^29.0.2",
"react-test-renderer": "^18.2.0",
"ts-jest": "^28.0.8",
"typescript": "^4.8.2"
}
}