-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·102 lines (102 loc) · 3.28 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
{
"name": "material-dashboard-react",
"version": "1.8.0",
"description": "Material Dashboard React. Coded by Creative Tim",
"private": false,
"main": "dist/index.js",
"dependencies": {
"@date-io/core": "^1.3.6",
"@date-io/moment": "^1.3.6",
"@fullcalendar/core": "^4.2.0",
"@fullcalendar/daygrid": "^4.2.0",
"@fullcalendar/interaction": "^4.2.0",
"@fullcalendar/list": "^4.2.0",
"@fullcalendar/react": "^4.2.0",
"@fullcalendar/timegrid": "^4.2.0",
"@fullcalendar/timeline": "^4.2.0",
"@material-ui/core": "4.3.2",
"@material-ui/icons": "4.2.1",
"@material-ui/styles": "^4.2.0",
"axios": "^0.19.0",
"bootstrap": "^4.3.1",
"chartist": "0.10.1",
"classnames": "^2.2.6",
"google-maps-react": "^2.0.2",
"history": "^4.9.0",
"immutable": "^4.0.0-rc.12",
"jsonwebtoken": "^8.5.1",
"jwt-decode": "^2.2.0",
"leaflet": "^1.5.1",
"material-table": "^1.50.0",
"moment": "^2.24.0",
"mui-datatables": "^2.10.0",
"perfect-scrollbar": "1.4.0",
"prop-types": "15.7.2",
"react": "16.9.0",
"react-axios": "^2.0.3",
"react-bootstrap": "^1.0.0-beta.14",
"react-calendar": "^2.19.2",
"react-chartist": "0.13.3",
"react-dom": "16.9.0",
"react-google-maps": "9.4.5",
"react-infinite-calendar": "^2.3.1",
"react-leaflet": "^2.4.0",
"react-redux": "^7.1.1",
"react-redux-immutable": "^1.3.0",
"react-router-dom": "5.0.1",
"react-scripts": "3.1.0",
"react-swipeable-views": "0.13.3",
"reactstrap": "^8.0.1",
"redux": "^4.0.4",
"redux-immutable": "^4.0.0",
"redux-thunk": "^2.3.0",
"reselect": "^4.0.0"
},
"scripts": {
"start": "concurrently \"PORT=3006 react-scripts start\" \"npm run mock\"",
"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",
"mock": "json-server --watch db.json --port 3008"
},
"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": {
"concurrently": "^4.1.2",
"eslint-config-prettier": "6.0.0",
"eslint-plugin-prettier": "3.1.0",
"gulp": "4.0.2",
"gulp-append-prepend": "1.0.8",
"json-server": "^0.15.1",
"prettier": "1.18.2"
},
"proxy": "http://localhost:3008",
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": []
}
}