-
Notifications
You must be signed in to change notification settings - Fork 249
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.74 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 1.74 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
65
66
67
68
{
"name": "client",
"version": "1.0.7",
"private": true,
"dependencies": {
"@types/react": "^17.0.75",
"@types/react-dom": "^17.0.7",
"@types/react-table": "^7.7.19",
"axios": "^0.21.4",
"date-fns": "^1.30.1",
"node": "^21.2.0",
"plaid": "^18.3.0",
"plaid-threads": "^11.5.0",
"prop-types": "^15.7.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-plaid-link": "^3.2.1",
"react-router-dom": "^5.3.4",
"react-router-hash-link": "^2.4.3",
"react-scripts": "^5.0.1",
"react-table": "^7.8.0",
"react-table-filter": "^2.0.2",
"react-toastify": "^5.5.0",
"recharts": "^2.0.9",
"sass": "^1.70.0",
"socket.io-client": "^4.7.4"
},
"scripts": {
"start": "PORT=3001 react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "eslint src -c .eslintrc --ext js,jsx",
"preinstall": "npx npm-force-resolutions"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not ie <= 11",
"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",
"@types/lodash": "^4.14.170",
"@types/node": "^15.14.0",
"@types/react-router-dom": "^5.1.7",
"@types/react-router-hash-link": "^2.4.0",
"@types/socket.io-client": "^3.0.0",
"eslint-plugin-prettier": "^5.0.0",
"prettier": "^3.2.4",
"typescript": "^4.9.5"
},
"resolutions": {
"immer": "9.0.6",
"glob-parent": "5.1.2"
},
"proxy": "http://server:5001"
}