-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (62 loc) · 1.8 KB
/
Copy pathpackage.json
File metadata and controls
64 lines (62 loc) · 1.8 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": "client",
"version": "0.1.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^12.8.3",
"@types/react-transition-group": "^4.4.5",
"animated-number-react": "0.0.1",
"caniuse-lite": "^1.0.30001516",
"currency.js": "^2.0.4",
"dateformat": "^5.0.3",
"history": "^4.10.1",
"js-cookie": "^2.2.1",
"lodash": "^4.17.21",
"material-symbols": "^0.4.2",
"react": "^17.0.2",
"react-animations": "^1.0.0",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "^17.0.2",
"react-flip-move": "^3.0.5",
"react-plaid-link": "^3.5.1",
"react-router": "^5.3.4",
"react-router-dom": "^6.16.0",
"react-scripts": "^5.0.1",
"sentence-similarity": "^3.0.2",
"similarity-score": "^1.0.0",
"string-similarity": "^4.0.4",
"styled-components": "^5.3.6",
"victory": "^36.6.8",
"web-vitals": "^0.2.4",
"xstate": "^5.9.1"
},
"scripts": {
"start": "set HTTPS=true&&set SSL_CRT_FILE=.cert/cert.pem&&set SSL_KEY_FILE=.cert/key.pem&&react-scripts start --host 0.0.0.0",
"start": "set HTTPS=true&&set SSL_CRT_FILE=.cert/cert.crt&&set SSL_KEY_FILE=.cert/cert.key&&react-scripts start --host 0.0.0.0",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"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"
]
},
"proxy": "https://8nwhu27f2l.execute-api.us-west-2.amazonaws.com/dev:4001",
"_proxy": "https://localhost:4001"
}