-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
121 lines (121 loc) · 4.05 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
116
117
118
119
120
121
{
"name": "material-dashboard-react",
"version": "1.8.0",
"description": "Material Dashboard React. Coded by Creative Tim",
"private": false,
"main": "dist/index.js",
"dependencies": {
"@auth0/auth0-spa-js": "^1.6.5",
"@ckeditor/ckeditor5-alignment": "^19.0.0",
"@ckeditor/ckeditor5-basic-styles": "^19.0.0",
"@ckeditor/ckeditor5-block-quote": "^19.0.0",
"@ckeditor/ckeditor5-build-classic": "^17.0.0",
"@ckeditor/ckeditor5-image": "^19.0.0",
"@ckeditor/ckeditor5-indent": "^19.0.0",
"@ckeditor/ckeditor5-media-embed": "^19.0.0",
"@ckeditor/ckeditor5-page-break": "^19.0.0",
"@ckeditor/ckeditor5-react": "^2.1.0",
"@ckeditor/ckeditor5-upload": "^17.0.0",
"@date-io/date-fns": "^2.5.0",
"@formiz/core": "^1.0.0-rc.10",
"@formiz/validations": "^1.0.0-rc.10",
"@material-ui/core": "^4.9.9",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.48",
"@material-ui/pickers": "^3.2.10",
"axios": "^0.19.2",
"babel-plugin-root-import": "^6.5.0",
"babel-polyfill": "^6.26.0",
"bootstrap": "^4.4.1",
"chartist": "0.10.1",
"classnames": "2.2.6",
"date-fns": "^2.11.1",
"draft-js": "^0.11.5",
"emailjs-com": "^2.4.1",
"final-form": "^4.19.1",
"final-form-material-ui": "^0.3.0",
"formik": "^2.1.4",
"formik-material-fields": "0.0.6",
"formik-material-ui": "^2.0.0-beta.1",
"formik-material-ui-pickers": "0.0.8",
"google-map-react": "^1.1.7",
"history": "4.9.0",
"html-parser": "^0.11.0",
"http-server": "^0.12.1",
"mapbox-gl": "^1.9.1",
"material-table": "^1.57.2",
"material-ui-formik-components": "^0.6.1",
"mui-datatables": "^2.14.0",
"perfect-scrollbar": "1.4.0",
"prop-types": "15.7.2",
"react": "^16.9.0",
"react-addons-update": "^15.6.2",
"react-app-rewired": "^2.1.5",
"react-bootstrap": "^1.0.0",
"react-chartist": "0.13.3",
"react-dom": "^16.9.0",
"react-draft-wysiwyg": "^1.14.4",
"react-final-form": "^6.4.0",
"react-geocode": "^0.2.1",
"react-google-autocomplete": "^1.1.3",
"react-google-maps": "9.4.5",
"react-html-parser": "^2.0.2",
"react-mapbox-gl": "^4.8.3",
"react-paginated-list": "^1.0.4",
"react-pagination-list": "^1.0.8",
"react-player": "^1.15.3",
"react-promise-tracker": "^2.1.0",
"react-quill": "^1.3.5",
"react-router-dom": "^5.1.2",
"react-scripts": "3.1.0",
"react-swipeable-views": "0.13.3",
"react-timestamp": "^5.1.0",
"react-top-loading-bar": "^1.2.0",
"react-youtube": "^7.11.2",
"suneditor-react": "^2.10.0",
"yup": "^0.28.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"install:clean": "rm -rf node_modules/ && rm -rf package-lock.json && npm install && npm start",
"lint:check": "eslint . --ext=js,jsx; exit 0",
"lint:fix": "eslint . --ext=js,jsx --fix; exit 0",
"build-package-css": "cp src/assets/css/material-dashboard-react.css dist/material-dashboard-react.css",
"build-package": "npm run build-package-css && babel src --out-dir dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/creativetimofficial/material-dashboard-react.git"
},
"keywords": [],
"author": "Creative Tim <[email protected]> (https://www.creative-tim.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/creativetimofficial/material-dashboard-react/issues"
},
"homepage": "https://creativetimofficial.github.io/material-dashboard-react/#/dashboard",
"optionalDependencies": {
"@types/googlemaps": "3.37.3",
"@types/markerclustererplus": "2.1.33",
"ajv": "6.10.2",
"typescript": "3.5.3"
},
"devDependencies": {
"eslint-config-prettier": "6.0.0",
"eslint-plugin-prettier": "3.1.0",
"gulp": "4.0.2",
"gulp-append-prepend": "1.0.8",
"prettier": "1.18.2"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": []
}
}