-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 1.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
{
"name": "oatleaf",
"version": "0.1.0",
"private": true,
"dependencies": {
"@glidejs/glide": "^3.4.1",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.11.2",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"axios": "^0.21.1",
"classnames": "2.2.6",
"formik": "^2.1.4",
"moment": "^2.27.0",
"mousetrap": "^1.6.5",
"node-sass": "^4.14.1",
"prop-types": "^15.7.2",
"query-string": "^6.13.8",
"rc-switch": "^3.2.0",
"react": "^17.0.1",
"react-albus": "^2.0.0",
"react-big-calendar": "^0.26.0",
"react-bootstrap-sweetalert": "^5.2.0",
"react-circular-progressbar": "^2.0.3",
"react-contextmenu": "^2.14.0",
"react-country-region-selector": "^3.0.1",
"react-dom": "^17.0.1",
"react-dropzone-component": "^3.2.0",
"react-easy-crop": "^3.3.1",
"react-google-maps": "^9.4.5",
"react-headroom": "^3.0.0",
"react-image-lightbox": "^5.1.1",
"react-intl": "5.0.2",
"react-lines-ellipsis": "^0.14.1",
"react-loading-overlay": "^1.0.1",
"react-modal": "^3.12.1",
"react-perfect-scrollbar": "^1.5.8",
"react-phone-input-2": "^2.13.9",
"react-rater": "^5.1.1",
"react-redux": "^7.2.0",
"react-router-dom": "^5.2.0",
"react-scroll": "^1.7.16",
"react-select": "^3.1.0",
"react-table": "7.2.2",
"reactstrap": "^8.5.1",
"react-scripts": "3.4.4",
"video.js": "^7.8.3",
"yup": "^0.29.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}