-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
117 lines (117 loc) · 2.89 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{
"name": "wok",
"description": "A Static Website Boilerplate",
"version": "7.1.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/fevrcoding/wok.git"
},
"author": {
"name": "Marco Solazzi",
"url": "https://github.com/dwightjack"
},
"contributors": [
{
"name": "Matteo Guidotto",
"url": "https://github.com/mguidotto"
},
{
"name": "Umberto Quintarelli",
"url": "https://github.com/quincia"
}
],
"main": "gulpfile.js",
"engines": {
"node": ">=6.9.0"
},
"scripts": {
"lint:build": "eslint -c ./.eslintrc.json ./build/**/*.js",
"start": "gulp serve",
"build": "gulp --production"
},
"browserslist": [
"last 1 major version",
">= 1%",
"Chrome >= 45",
"Firefox >= 38",
"Edge >= 12",
"Explorer >= 10",
"iOS >= 9",
"Safari >= 9",
"Android >= 4.4",
"Opera >= 30"
],
"dependencies": {
"normalize.css": "8.0.0",
"sass-mq": "4.0.2"
},
"devDependencies": {
"ansi-colors": "^1.1.0",
"autoprefixer": "8.2.0",
"babel-core": "6.26.0",
"babel-eslint": "8.2.2",
"babel-plugin-transform-runtime": "6.23.0",
"babel-preset-env": "1.6.1",
"babel-preset-stage-2": "6.24.1",
"babel-runtime": "6.26.0",
"browser-sync": "2.23.6",
"compression": "^1.7.2",
"customizr": "https://github.com/doctyper/customizr/tarball/develop",
"datauri": "1.1.0",
"del": "3.0.0",
"eslint": "4.18.2",
"eslint-config-airbnb-base": "12.1.0",
"eslint-plugin-import": "2.9.0",
"fancy-log": "^1.3.2",
"ftps": "1.1.0",
"globby": "^8.0.1",
"gulp": "^4.0.0",
"gulp-babel": "7.0.1",
"gulp-bump": "3.1.0",
"gulp-changed": "3.2.0",
"gulp-clean-css": "3.9.3",
"gulp-concat": "2.6.1",
"gulp-eslint": "^4.0.2",
"gulp-filter": "5.1.0",
"gulp-header": "2.0.5",
"gulp-if": "2.0.2",
"gulp-imagemin": "4.1.0",
"gulp-load-plugins": "1.5.0",
"gulp-notify": "3.2.0",
"gulp-plumber": "1.2.0",
"gulp-postcss": "7.0.1",
"gulp-rename": "1.2.2",
"gulp-rev": "8.1.1",
"gulp-rev-replace": "0.4.4",
"gulp-sass": "3.2.1",
"gulp-size": "3.0.0",
"gulp-sourcemaps": "2.6.4",
"gulp-stylelint": "7.0.0",
"gulp-uglify": "3.0.0",
"gulp-useref": "3.1.5",
"hasbin": "1.2.3",
"image-size": "0.6.2",
"lazypipe": "1.0.1",
"lodash": "4.17.5",
"lorem-ipsum": "1.0.4",
"make-dir": "^1.2.0",
"marked": "0.3.19",
"modernizr": "3.6.0",
"multimatch": "^2.1.0",
"node-sass": "4.8.3",
"nunjucks": "3.1.2",
"nunjucks-markdown": "2.0.1",
"plugin-error": "^1.0.1",
"prompts": "^0.1.8",
"rsyncwrapper": "2.0.1",
"semver": "5.5.0",
"ssh2": "0.6.0",
"stylelint": "9.1.3",
"stylelint-config-standard": "18.2.0",
"stylelint-order": "0.8.1",
"stylelint-scss": "2.5.0",
"through2": "2.0.3",
"yargs": "11.0.0"
}
}