-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.3 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
{
"name": "datta-able-rv18.0.4",
"version": "0.1.0",
"private": true,
"homepage": "http://lite.codedthemes.com/datta-able/react/default/",
"dependencies": {
"axios": "^0.24.0",
"bootstrap": "^4.3.1",
"font-awesome": "^4.7.0",
"google-maps-react": "^2.0.2",
"jquery": "^3.4.0",
"moment": "^2.29.1",
"node-sass": "^4.12.0",
"prop-types": "^15.7.2",
"react": "^16.14.0",
"react-bootstrap": "^1.0.0-beta.5",
"react-bootstrap-date-picker": "^5.1.0",
"react-bootstrap-floating-label": "^1.6.0",
"react-datepicker": "^4.3.0",
"react-dom": "^16.8.4",
"react-full-screen": "^0.2.4",
"react-loadable": "^5.5.0",
"react-moment": "^1.1.1",
"react-nvd3": "^0.5.7",
"react-perfect-scrollbar": "^1.4.4",
"react-redux": "^6.0.1",
"react-reveal": "^1.2.2",
"react-router-dom": "^4.3.1",
"react-scripts": "^3.0.0",
"react-window-size": "^1.2.2",
"redux": "^4.0.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"react-to-print": "^2.1.1"
}
}