forked from nerdlab-be/cityhacks-2018
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.3 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
{
"name": "inuit-boilerplate",
"version": "0.1.0",
"description": "Inuit boilerplate is a prototyping boilerplate using Jekyll as static site generator and InuitCSS as CSS framework",
"main": "gulpfile.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Dietr/inuit-boilerplate.git"
},
"author": "",
"license": "Unlicense",
"bugs": {
"url": "https://github.com/Dietr/inuit-boilerplate/issues"
},
"homepage": "https://github.com/Dietr/inuit-boilerplate#readme",
"devDependencies": {
"autoprefixer": "^9.1.3",
"browser-sync": "^2.24.7",
"cssnano": "^4.1.0",
"del": "^3.0.0",
"gulp": "^4.0.0",
"gulp-cheerio": "^0.6.3",
"gulp-concat": "^2.6.1",
"gulp-npm-files": "^0.1.3",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.1",
"gulp-shell": "^0.6.5",
"gulp-svg-symbols": "^3.2.0",
"gulp-svgmin": "^2.0.0",
"gulp-uglify": "^3.0.1"
},
"dependencies": {
"fg-loadcss": "^2.0.1",
"fg-loadjs": "^1.0.0",
"inuitcss": "^6.0.0",
"inuitcss-plugin-flexlayout": "^1.0.4",
"inuitcss-plugin-responsive-wrapper": "^1.0.1",
"inuitcss-plugin-row": "^1.0.2",
"jquery": "^3.3.1",
"lazysizes": "^4.1.1",
"picturefill": "^3.0.2",
"sass-mq": "^5.0.0",
"svgxuse": "^1.2.6"
}
}