-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 2.03 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
72
73
74
{
"name": "multikart-backend",
"version": "0.1.0",
"private": true,
"homepage": "http://react.pixelstrap.com/multikart-admin/",
"dependencies": {
"availity-reactstrap-validation": "^2.6.0",
"axios": "^0.19.2",
"bootstrap": "^4.3.1",
"chalk": "^2.4.1",
"chart.js": "^2.8.0",
"multiselect-react-dropdown": "^1.4.7",
"node-sass": "^4.13.1",
"react": "^16.8.6",
"react-bootstrap": "^1.0.0-beta.9",
"react-chartjs": "^1.2.0",
"react-chartjs-2": "^2.7.6",
"react-ckeditor-component": "^1.1.0",
"react-countup": "^4.2.0",
"react-data-grid": "^6.1.0",
"react-datepicker": "^2.8.0",
"react-dom": "^16.8.6",
"react-dropdown-select": "^4.3.0",
"react-dropzone": "^10.1.6",
"react-dropzone-uploader": "^2.10.1",
"react-feather": "^2.0.3",
"react-fontawesome": "^1.6.1",
"react-google-charts": "^3.0.14",
"react-helmet": "^5.2.1",
"react-images-upload": "^1.2.7",
"react-infinite-scroll-component": "^5.0.4",
"react-pace-progress": "^2.0.0",
"react-redux": "^7.1.0",
"react-redux-multilingual": "^2.0.2",
"react-responsive-modal": "^4.0.1",
"react-router-dom": "^5.0.1",
"react-router-scroll-4": "^1.0.0-beta.2",
"react-scripts": "^3.0.1",
"react-smart-data-table": "^0.7.1",
"react-star-rating-component": "^1.4.1",
"react-table": "^6.10.0",
"react-tabs": "^3.0.0",
"react-toastify": "^5.3.2",
"reactstrap": "^8.0.1",
"redux": "^4.0.5",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"slick-carousel": "^1.8.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"
]
},
"devDependencies": {
"Faker": "^0.7.2"
}
}