-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
98 lines (98 loc) · 2.91 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"name": "gogo-react",
"version": "4.2.8",
"description": "Gogo - React Bootstrap 4 Admin Dashboard Template",
"private": true,
"dependencies": {
"@adonisjs/websocket-client": "^1.0.9",
"@glidejs/glide": "^3.3.0",
"availity-reactstrap-validation": "^2.0.4",
"axios": "^0.18.0",
"card-validator": "^6.2.0",
"chart.js": "2.7.2",
"classnames": "2.2.6",
"date-fns": "^2.10.0",
"dotenv": "^8.2.0",
"dropzone": "^5.7.0",
"firebase": "^7.4.0",
"formik": "^1.5.1",
"git-commit-msg-linter": "^2.3.11",
"moment": "2.22.2",
"mousetrap": "^1.6.3",
"rc-slider": "^8.6.1",
"rc-switch": "^1.6.0",
"react": "^16.9.0",
"react-albus": "^2.0.0",
"react-autosuggest": "^9.3.4",
"react-avatar-editor": "^12.0.0-beta.0",
"react-big-calendar": "^0.23.0",
"react-chartjs-2": "^2.7.4",
"react-circular-progressbar": "^2.0.2",
"react-contextmenu": "^2.9.4",
"react-datepicker": "^1.5.0",
"react-dom": "^16.8.6",
"react-dropzone-component": "https://github.com/thalesdeluca/React-Dropzone-Component",
"react-google-maps": "^9.4.5",
"react-image-gallery": "^1.0.7",
"react-image-lightbox": "^5.1.0",
"react-input-mask": "^3.0.0-alpha.2",
"react-input-switch": "^2.2.1",
"react-intl": "2.4.0",
"react-lines-ellipsis": "^0.14.1",
"react-perfect-scrollbar": "^1.1.1",
"react-quill": "^1.3.1",
"react-rater": "^5.0.3",
"react-redux": "^7.1.0",
"react-router-dom": "^5.1.2",
"react-scripts": "^3.3.0",
"react-select": "^3.0.8",
"react-sortablejs": "^1.3.6",
"react-star-ratings": "^2.3.0",
"react-table": "6.10.3",
"react-tagsinput": "^3.19.0",
"react-text-mask": "^5.4.3",
"react-transition-group": "^4.2.2",
"react-viewer": "^3.2.1",
"react-yandex-maps": "^3.0.2",
"reactstrap": "^8.0.1",
"redux": "^4.0.1",
"redux-saga": "^1.0.2",
"socket.io-client": "^2.3.0",
"sortablejs": "^1.6.1",
"text-mask-addons": "^3.8.0",
"video.js": "^7.6.0",
"yup": "^0.27.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "npx eslint ./src/views/* --ext .js"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@babel/plugin-proposal-optional-chaining": "^7.9.0",
"babel-core": "^6.26.3",
"babel-eslint": "^10.0.3",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-config-prettier": "^6.10.0",
"eslint-import-resolver-webpack": "^0.12.1",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^2.5.1",
"node-sass": "^4.13.1",
"prettier": "1.19.1"
}
}