-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·33 lines (33 loc) · 811 Bytes
/
package.json
File metadata and controls
executable file
·33 lines (33 loc) · 811 Bytes
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
{
"name": "bulma-admin",
"version": "0.2.0",
"description": "A very simple admin html template using bulma css.",
"author": "muffeen",
"license": "MIT",
"scripts": {
"preinstall": "npx npm-force-resolutions"
},
"resolutions": {
"graceful-fs": "4.2.3"
},
"dependencies": {
"bulma": "^0.3.1"
},
"main": "dist/js/bulma-admin.js",
"devDependencies": {
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-2": "^6.22.0",
"browser-sync": "^2.18.6",
"bulma": "^0.3.1",
"font-awesome": "^4.7.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-clean-css": "^2.3.2",
"gulp-headerfooter": "^1.0.3",
"gulp-html-prettify": "0.0.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-uglify": "^2.0.0",
"pump": "^1.0.2"
}
}