-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.62 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.62 KB
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
{
"name": "gobarber-frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
"@rocketseat/unform": "^1.5.1",
"axios": ">=1.15.2",
"babel-plugin-root-import": "^6.4.1",
"date-fns": "^4.1.0",
"date-fns-tz": "^3.1.3",
"history": "^5.0.0",
"immer": "^11.1.4",
"polished": "^4.1.1",
"prop-types": "^15.7.2",
"react": "^19.2.4",
"react-dom": "^19.2.5",
"react-icons": "^5.6.0",
"react-perfect-scrollbar": "^1.5.3",
"react-redux": "^9.0.4",
"react-router-dom": "^7.14.2",
"react-toastify": "^11.1.0",
"reactotron-react-js": "^3.3.17",
"reactotron-redux": "^3.2.1",
"redux": "^5.0.1",
"redux-persist": "^6.0.0",
"redux-saga": "^1.4.2",
"socket.io-client": "^4.8.3",
"styled-components": "^6.4.1",
"yup": "^1.7.1"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"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-eslint": "^10.0.2",
"customize-cra": "^1.0.0",
"eslint": "^10.2.1",
"eslint-config-prettier": "^10.1.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^5.5.5",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-react-hooks": "^7.1.1",
"prettier": "^3.8.3"
}
}