-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 1.87 KB
/
package.json
File metadata and controls
81 lines (81 loc) · 1.87 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
72
73
74
75
76
77
78
79
80
81
{
"name": "lambdaappstore",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^4.2.0",
"@material-ui/icons": "^4.2.1",
"@material/fab": "^3.0.0",
"auth0-js": "^9.11.1",
"axios": "^0.19.0",
"babel-preset-jest": "^24.6.0",
"classnames": "^2.2.6",
"dotenv": "^8.0.0",
"draft-js": "^0.11.0",
"eslint-plugin-react-hooks": "^1.6.1",
"formik": "^1.5.8",
"jsonwebtoken": "^8.5.1",
"jwt-decode": "^2.2.0",
"lodash": "^4.17.14",
"mapbox-gl-controls": "^1.2.0",
"material-datatable": "^0.3.9",
"node-sass": "^4.12.0",
"react": "^16.8.6",
"react-animated-slider": "^1.1.4",
"react-device-detect": "^1.6.2",
"react-dom": "^16.8.6",
"react-id-swiper": "^2.3.1",
"react-infinite-scroller": "^1.2.4",
"react-map-gl": "^5.0.4",
"react-redux": "^7.1.0",
"react-reveal": "^1.2.2",
"react-router-dom": "^5.0.1",
"react-scripts": "3.0.1",
"react-select": "^3.0.4",
"react-share": "^3.0.0",
"react-sweet-progress": "^1.1.2",
"redux": "^4.0.4",
"redux-thunk": "^2.3.0",
"supertest": "^4.0.2",
"swiper": "^4.5.0",
"yup": "^0.27.0",
"zipcodes": "^8.0.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "jest --watch --verbose",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"jest": {
"transform": {
"^.+\\.(mjs|jsx|js)$": "babel-jest"
},
"transformIgnorePatterns": [
"node_modules/(?!(lodash-es)/)"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/core": "^7.5.4",
"@testing-library/jest-dom": "^4.0.0",
"@testing-library/react": "^8.0.5",
"babel-core": "^6.26.3",
"react-test-renderer": "^16.8.6",
"redux-logger": "^3.0.6"
}
}