-
Notifications
You must be signed in to change notification settings - Fork 83
/
Copy pathpackage.json
43 lines (43 loc) · 1.11 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
{
"name": "admin-one-bulma-dashboard",
"version": "1.5.0",
"description": "Admin One Bulma Admin Dashboard (HTML version)",
"homepage": "https://justboil.me/bulma-admin-template/free-html-dashboard/",
"keywords": [
"sass",
"bulma",
"css",
"html",
"dashboard"
],
"author": "Viktor Kuzhelnyi <[email protected]> (https://justboil.me)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/vikdiesel/admin-one-bulma-dashboard.git"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"@mdi/font": "^4.9.95",
"bulma": "^0.9.0",
"bulma-checkbox": "^1.1.1",
"bulma-radio": "^1.1.1",
"bulma-responsive-tables": "^1.2.5",
"bulma-switch-control": "^1.1.1",
"bulma-upload-control": "^1.2.0",
"chart.js": "^2.9.3",
"gh-pages": "^4.0.0",
"glob-parent": "^6.0.2",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"gulp-uglify": "^3.0.2",
"sass": "^1.51.0"
},
"scripts": {
"build": "gulp",
"deploy": "gh-pages -d demo"
}
}