-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·115 lines (115 loc) · 3.72 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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"name": "@coreui/coreui-free-react-admin-template",
"version": "2.0.5",
"description": "Smart-Clinic web-app",
"author": "Soluciones Tecnocam",
"homepage": "./",
"copyright": "Copyright 2018 Soluciones Tecnocam",
"license": "MIT",
"private": true,
"repository": {
"type": "git",
"url": "[email protected]:coreui/coreui-free-react-admin-template.git"
},
"dependencies": {
"@coreui/coreui": "^2.0.2",
"@coreui/coreui-plugin-chartjs-custom-tooltips": "^1.2.0",
"@coreui/icons": "0.2.0",
"@coreui/react": "^2.0.4",
"@livechat/ui-kit": "^0.4.0-5",
"@material-ui/core": "3.9.3",
"@material-ui/icons": "^3.0.2",
"@material-ui/pickers": "^3.2.0",
"@material-ui/styles": "^4.3.3",
"@pismo/react-currency-input": "^2.0.2",
"@react-pdf/renderer": "^1.6.4",
"@tinymce/tinymce-react": "^2.3.0",
"autosuggest-highlight": "^3.1.1",
"availity-reactstrap-validation": "^2.0.6",
"axios": "^0.18.0",
"babel-preset-es2015": "^6.24.1",
"better-scroll": "^1.12.6",
"bootstrap": "^4.1.1",
"chart.js": "^2.7.2",
"classnames": "^2.2.6",
"cleave.js": "^1.4.10",
"core-js": "^2.5.7",
"date-fns": "^2.0.0-alpha.27",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"firebase": "^5.11.0",
"flag-icon-css": "^3.0.0",
"font-awesome": "^4.7.0",
"formik": "^1.5.1",
"fslightbox-react": "^1.3.3",
"globalize": "^1.4.2",
"immutable": "^4.0.0-rc.12",
"jquery": "^3.3.1",
"jwt-decode": "^2.2.0",
"material-ui-time-picker": "1.1.0",
"moment": "^2.24.0",
"number-format.js": "^2.0.8",
"numeral": "^2.0.6",
"prop-types": "^15.6.2",
"pusher-js": "^4.4.0",
"qrcode.react": "^0.9.3",
"qs": "^6.5.2",
"react": "^16.4.2",
"react-autocomplete": "^1.8.1",
"react-autosuggest": "^9.4.3",
"react-big-calendar": "^0.22.0",
"react-bootstrap": "^0.32.4",
"react-chartjs-2": "^2.7.2",
"react-custom-scrollbars": "^4.2.1",
"react-date-picker": "^7.2.0",
"react-datepicker": "^2.0.0",
"react-dom": "^16.4.2",
"react-dual-listbox": "^1.3.2",
"react-file-base64": "^1.0.3",
"react-geocode": "^0.1.2",
"react-geosuggest": "^2.8.0",
"react-google-autocomplete": "^1.0.16",
"react-google-maps": "^9.4.5",
"react-icons": "^3.0.5",
"react-loadable": "^5.4.0",
"react-notify-toast": "^0.5.0",
"react-perfect-scrollbar": "^1.2.0",
"react-rating": "^1.6.2",
"react-redux": "^6.0.1",
"react-router-config": "^1.0.0-beta.4",
"react-router-dom": "^4.3.1",
"react-select": "^2.1.1",
"react-tagsinput": "^3.19.0",
"react-test-renderer": "^16.4.1",
"reactstrap": "^6.4.0",
"redux": "^4.0.1",
"redux-thunk": "^2.3.0",
"simple-line-icons": "^2.4.1",
"styled-components": "^4.2.0",
"yup": "^0.27.0"
},
"devDependencies": {
"babel-jest": "^23.0.1",
"babel-preset-react": "^6.24.1",
"jstz": "^2.1.1",
"logger": "0.0.1",
"node-sass-chokidar": "^1.3.0",
"npm-run-all": "^4.1.3",
"react-scripts": "^1.1.4",
"redux-logger": "^3.0.6"
},
"scripts": {
"build-css": "node-sass-chokidar --include-path ./node_modules ./src/scss -o ./src/scss",
"watch-css": "npm run build-css && node-sass-chokidar --include-path ./node_modules ./src/scss -o ./src/scss --watch --recursive",
"start-js": "react-scripts start",
"start": "npm-run-all -p watch-css start-js",
"build-js": "react-scripts build",
"build": "npm-run-all build-css build-js",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"build:dev": "webpack-dev-server --config ./webpack.dev.config.js"
},
"bugs": {
"url": "https://github.com/coreui/coreui-free-react-admin-template/issues"
}
}