-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
99 lines (99 loc) · 2.83 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "sparkledge-frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
"@ctrl/react-adsense": "^1.6.0",
"@emotion/react": "^11.10.0",
"@emotion/styled": "^11.10.0",
"@mui/icons-material": "^5.8.4",
"@mui/material": "^5.10.1",
"@react-oauth/google": "^0.2.6",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.3",
"@testing-library/user-event": "^13.5.0",
"@types/dotenv": "^8.2.0",
"@types/jwt-decode": "^3.1.0",
"@types/node": "^16.11.26",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@types/react-ga": "^2.3.0",
"@types/react-helmet": "^6.1.5",
"@types/react-loadable": "^5.5.6",
"@types/react-loadable-visibility": "^3.0.2",
"@types/react-pdf": "^5.7.2",
"@types/react-redux": "^7.1.24",
"@types/react-router-dom": "^5.3.3",
"@types/react-select": "^5.0.1",
"@types/react-window": "^1.8.5",
"@types/react-window-infinite-loader": "^1.0.6",
"@types/redux": "^3.6.0",
"@types/styled-components": "^5.1.23",
"axios": "^0.26.0",
"base-64": "^1.0.0",
"framer-motion": "^7.0.0",
"jwt-decode": "^3.1.2",
"react": "^18.2.0",
"react-cookie": "^4.1.1",
"react-dom": "^18.2.0",
"react-ga": "^3.3.1",
"react-helmet": "^6.1.0",
"react-pdf": "^5.7.2",
"react-redux": "^8.0.2",
"react-router-dom": "^6.2.2",
"react-scripts": "5.0.0",
"react-select": "^5.4.0",
"react-use": "^17.4.0",
"react-window": "^1.8.8",
"react-window-infinite-loader": "^1.0.8",
"redux": "^4.1.2",
"styled-components": "^5.3.3",
"typescript": "^4.5.5",
"use-local-storage": "^2.3.6",
"usehooks-ts": "^2.9.1",
"validator": "^13.7.0",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build --legacy-peer-deps",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"lint": "eslint .",
"lint:fix": "eslint --fix ."
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/enzyme": "^3.10.12",
"@types/jest": "^27.5.2",
"@typescript-eslint/eslint-plugin": "^5.30.5",
"@typescript-eslint/parser": "^5.30.5",
"enzyme": "^3.11.0",
"enzyme-to-json": "^3.6.2",
"eslint": "^8.19.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.0",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "^4.6.0",
"jest": "^28.1.2"
}
}