-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.47 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
{
"name": "material-dashboard-react",
"version": "1.1.0",
"description": "Material Dashboard React. Coded by Creative Tim",
"private": false,
"main": "index.js",
"dependencies": {
"bootstrap": "4.0.0",
"chartist": "^0.10.1",
"classnames": "^2.2.5",
"font-awesome": "4.7.0",
"material-ui": "1.0.0-beta.34",
"material-ui-icons": "1.0.0-beta.17",
"mdbreact": "git+https://github.com/mdbootstrap/React-Bootstrap-with-Material-Design.git",
"npm-run-all": "^4.1.1",
"perfect-scrollbar": "^1.3.0",
"react": "^16.2.0",
"react-background-image-loader": "0.0.5",
"react-body-images": "^1.0.1",
"react-chartist": "^0.13.1",
"react-dom": "^16.2.0",
"react-error-overlay": "4.0.0",
"react-google-maps": "^9.4.5",
"react-router-dom": "^4.2.2",
"react-scripts": "1.0.17",
"react-swipeable-views": "^0.12.12"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"repository": {
"type": "git",
"url": "git+https://github.com/creativetimofficial/material-dashboard-react.git"
},
"keywords": [],
"author": "Creative Tim <hello@creative-tim.com> (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"
}