-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.77 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
{
"name": "dsmorais",
"version": "0.1.0",
"homepage": ".",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^11.2.3",
"@testing-library/user-event": "^12.6.2",
"antd": "^4.10.3",
"axios": "^1.7.8",
"graphql-hooks": "^5.1.1",
"icomoon-react": "^2.0.19",
"lodash.get": "^4.4.2",
"lodash.snakecase": "^4.1.1",
"query-string": "^8.2.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-reveal": "^1.2.2",
"react-router-dom": "^5.2.0",
"react-scripts": "^5.0.1",
"react-transition-group": "^4.4.1",
"styled-components": "^5.2.1",
"web-vitals": "^1.1.0"
},
"scripts": {
"start": "cross-env PORT=3001 ENV=development react-app-rewired start",
"build": "cross-env NODE_ENV=production react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-scripts eject",
"predeploy": "yarn build",
"deploy": "gh-pages -d build"
},
"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/plugin-proposal-private-property-in-object": "^7.21.11",
"@welldone-software/why-did-you-render": "^4.2.7",
"cross-env": "^7.0.2",
"customize-cra": "^1.0.0",
"dotenv": "^8.2.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.20.5",
"eslint-plugin-react-hooks": "^4.0.8",
"gh-pages": "^3.1.0",
"prettier": "^2.6.1",
"react-app-rewired": "^2.1.6"
}
}