-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.8 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
{
"name": "indy-frontend",
"private": true,
"version": "5.0.0",
"main": "plugin.js",
"license": "MIT",
"homepage": "https://indyrenterhelp.org/",
"scripts": {
"deploy": "now && now alias",
"start": "react-scripts start",
"now-start": "serve -s ./build",
"build": "react-scripts build",
"test": "CI=true react-scripts test --env=jsdom --passWithNoTests",
"eject": "react-scripts eject",
"precommit": "pretty-quick --staged",
"lint": "eslint ./src"
},
"devDependencies": {
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.21.5",
"react-scripts": "^3.4.4"
},
"dependencies": {
"@hapi/inert": "^6.0.3",
"@hookform/error-message": "0.0.2",
"@hookform/resolvers": "0.0.5",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"axios": "^0.19.2",
"bootstrap-css-only": "^4.4.1",
"connected-react-router": "^6.8.0",
"core-js": "^3.6.5",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^17.1.0",
"history": "^4.10.1",
"jss": "^10.4.0",
"keymirror": "^0.1.1",
"lodash": "^4.17.20",
"path": "^0.12.7",
"prop-types": "^15.7.2",
"react": "^16.14.0",
"react-axe": "^3.5.4",
"react-dom": "^16.14.0",
"react-error-boundary": "^2.3.2",
"react-ga": "^3.2.0",
"react-hook-form": "^6.9.5",
"react-hook-signature": "git+ssh://[email protected]/theoryandprinciple/react-hook-signature.git#v1.0.0",
"react-redux": "^7.1.3",
"react-router-dom": "^5.2.0",
"redux": "^4.0.4",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.3.0",
"reselect": "^4.0.0",
"sanitize.css": "^11.0.1",
"serve": "^11.3.2",
"yup": "^0.29.3"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}