-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 1.8 KB
/
package.json
File metadata and controls
71 lines (71 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
65
66
67
68
69
70
71
{
"name": "lumenite",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^4.9.3",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.34",
"@reduxjs/toolkit": "^1.2.5",
"amazon-cognito-identity-js": "^3.2.2",
"classnames": "^2.2.6",
"final-form": "^4.18.7",
"graphiql": "^0.17.5",
"graphql": "^14.6.0",
"immer": "^5.3.6",
"localforage": "^1.7.3",
"lodash": "^4.17.15",
"node-sass": "^4.13.1",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-final-form": "^6.3.5",
"react-lottie": "^1.2.3",
"react-redux": "^7.1.3",
"react-router-dom": "^5.1.2",
"react-scripts": "^3.4.0",
"react-toastify": "^5.5.0",
"redux": "^4.0.5",
"redux-logger": "^3.0.6",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.3.0",
"reset-css": "^5.0.1",
"simple-encryptor": "^3.0.0",
"uuid": "^3.4.0"
},
"engines": {
"npm": "6.13.1",
"node": "13.1.0"
},
"scripts": {
"start": "react-app-rewired start",
"lint": "eslint .",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"test:coverage": "react-app-rewired test --coverage",
"eject": "react-scripts eject"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"eslint-config-airbnb": "^18.0.1",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.2",
"husky": "^4.2.3",
"lint-staged": "^10.0.7",
"prettier": "^1.19.1",
"react-app-rewired": "^2.1.5",
"typescript": "^3.7.5"
}
}