-
Notifications
You must be signed in to change notification settings - Fork 4.3k
/
package.json
44 lines (44 loc) · 1.24 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
{
"name": "material-dashboard",
"version": "3.2.0",
"description": "Premium Dashboard for Bootstrap 5",
"main": "/dashboard.html",
"type": "module",
"directories": {
"example": "root"
},
"scripts": {
"open-app": "gulp open-app",
"start": "npm run open-app",
"test": "echo \"Error: no test specified\" && exit 1",
"compile-scss": "sass --style expanded --source-map --precision=6 assets/scss/material-dashboard.scss assets/css/material-dashboard.css --quiet",
"watch": "npm run compile:scss -- --watch"
},
"keywords": [
"material dashboard",
"bootstrap 5",
"dashboard",
"admin dashboard",
"creative tim",
"html dashboard",
"html css dashboard",
"web dashboard",
"free",
"free bootstrap admin dashboard",
"css3 kit",
"bootstrap dashboard",
"frontend",
"responsive bootstrap admin dashboard"
],
"author": "Creative Tim <[email protected]> (https://www.creative-tim.com/)",
"license": "MIT License",
"bugs": {
"url": "https://github.com/creativetimofficial/material-dashboard/issues"
},
"devDependencies": {
"gulp": "5.0.0",
"gulp-open": "3.0.1",
"sass": "1.80.2"
},
"homepage": "https://creative-tim.com/product/material-dashboard"
}