-
-
Notifications
You must be signed in to change notification settings - Fork 144
/
package.json
51 lines (51 loc) · 1.09 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
{
"name": "bulmaswatch",
"version": "0.8.1",
"description": "Themes for Bulma",
"author": "Jenil Gogari <[email protected]>",
"exports": "./materia/bulmaswatch.min.css",
"type": "module",
"homepage": "https://jenil.github.io/bulmaswatch",
"repository": {
"type": "git",
"url": "git+https://github.com/jenil/bulmaswatch.git"
},
"bugs": {
"url": "https://github.com/jenil/bulmaswatch/issues"
},
"license": "MIT",
"keywords": [
"css",
"sass",
"flexbox",
"responsive",
"framework",
"themes"
],
"devDependencies": {
"browser-sync": "^2.27.11",
"bulma": "0.8.1",
"del": "^7.0.0",
"gulp": "4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-csso": "^4.0.1",
"gulp-data": "^1.2.1",
"gulp-front-matter": "^1.3.0",
"gulp-pluck": "^0.0.4",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^3.0.0",
"node-sass": "^8.0.0"
},
"scripts": {
"build": "gulp build",
"start": "gulp",
"api": "gulp api"
},
"resolutions": {
"graceful-fs": "4.2.3"
},
"engines": {
"node": ">=14.16"
}
}