-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
129 lines (129 loc) · 3.89 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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
{
"name": "new-fe-app",
"version": "0.1.0",
"private": true,
"dependencies": {
"@auth0/auth0-react": "^1.2.0",
"@datadog/browser-rum": "^3.6.6",
"@date-io/moment": "^1.3.13",
"@emotion/react": "^11.5.0",
"@emotion/styled": "^11.3.0",
"@hookform/resolvers": "^1.3.4",
"@hookstate/core": "^3.0.6",
"@mui/icons-material": "^5.0.4",
"@mui/lab": "^5.0.0-alpha.51",
"@mui/material": "^5.0.4",
"@mui/styles": "^5.0.1",
"@sentry/react": "^6.13.3",
"@sentry/tracing": "^6.13.3",
"@stripe/stripe-js": "^1.13.2",
"@types/marked": "4.0.1",
"@types/node": "^16.10.1",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.3",
"@types/react-router-dom": "^5.1.7",
"@types/use-persisted-state": "^0.3.0",
"@types/uuid": "^8.3.1",
"autosuggest-highlight": "^3.1.1",
"axios": "^0.22.0",
"clsx": "^1.1.1",
"currency.js": "^2.0.4",
"launchdarkly-react-client-sdk": "^2.23.2",
"lodash": "^4.17.21",
"marked": "4.0.10",
"moment": "^2.29.1",
"prop-types": "^15.7.2",
"qs": "^6.10.3",
"react": "^17.0.1",
"react-beautiful-dnd": "^13.1.0",
"react-dom": "^17.0.1",
"react-dropzone": "^11.3.4",
"react-google-autocomplete": "^2.4.2",
"react-hook-form": "^6.15.1",
"react-input-mask": "^2.0.4",
"react-number-format": "^4.6.3",
"react-pdf": "^5.5.0",
"react-plaid-link": "^3.2.0",
"react-query": "^3.16.1",
"react-router-dom": "^5.2.0",
"react-scripts": "^4.0.3",
"react-transition-group": "^4.4.2",
"styled-components": "^5.2.1",
"tmpl": "^1.0.5",
"typescript": "^4.2.3",
"use-persisted-state": "^0.3.3",
"yup": "^0.32.8",
"zustand": "^3.5.1"
},
"resolutions": {
"immer": "^9.0.6",
"set-value": "^4.0.1",
"glob-parent": "^5.1.2",
"browserslist": "^4.16.5",
"nth-check": "^2.0.1",
"ansi-regex": "^5.0.1",
"node-forge": "^1.0.0",
"ansi-html": "https://registry.npmjs.org/ansi-html-community/-/ansi-html-community-0.0.8.tgz"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"cypress:open": "cypress open",
"cypress:run": "cypress run",
"analyze": "source-map-explorer 'build/static/js/*.js'",
"lint": "eslint src/**/*.ts src/**/*.tsx",
"lint:fix": "eslint src/**/*.ts src/**/*.tsx --fix",
"jest:clear": "jest --clearCache"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
"@testing-library/react-hooks": "^7.0.1",
"@testing-library/user-event": "^13.5.0",
"@types/autosuggest-highlight": "^3.1.1",
"@types/qs": "^6.9.7",
"@types/react-beautiful-dnd": "^13.1.2",
"@types/react-input-mask": "^3.0.1",
"@typescript-eslint/eslint-plugin": "^4.28.5",
"@typescript-eslint/parser": "^4.28.5",
"cypress": "8.5.0",
"cypress-file-upload": "^5.0.8",
"cypress-localstorage-commands": "^1.4.5",
"cypress-wait-until": "^1.7.1",
"dotenv": "^10.0.0",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-typescript": "^2.5.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"jsonwebtoken": "^8.5.1",
"nock": "^13.1.4",
"prettier": "^2.5.0",
"react-test-renderer": "^17.0.2",
"source-map-explorer": "^2.5.2"
},
"jest": {
"testMatch": [
"**/__tests__/**/*.(spec|test).[jt]s?(x)",
"**/?(*.)+(spec|test).[jt]s?(x)"
]
}
}