forked from FriendsOfEpub/eBookPerfChecklist
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.46 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
{
"name": "starter",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"ruby-install": "gem install sass scss_lint",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT",
"devDependencies": {
"autoprefixer": "^6.5.0",
"babel": "^6.5.2",
"babel-cli": "^6.16.0",
"babel-preset-es2015": "^6.16.0",
"babel-preset-es2016": "^6.16.0",
"babel-preset-es2017": "^6.16.0",
"browser-sync": "^2.17.2",
"cheerio": "^0.22.0",
"critical": "^0.8.0",
"del": "^2.2.2",
"dexie": "^1.4.2",
"eslint": "^3.7.1",
"eslint-config-google": "^0.6.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-clean-css": "^2.0.13",
"gulp-eslint": "^3.0.1",
"gulp-imagemin": "^3.0.3",
"gulp-load-plugins": "^1.3.0",
"gulp-markdown": "^1.2.0",
"gulp-markdown-docs": "^0.1.5",
"gulp-md-template": "^1.1.2",
"gulp-postcss": "^6.2.0",
"gulp-ruby-sass": "^2.1.0",
"gulp-scss-lint": "^0.4.0",
"gulp-scss-lint-stylish": "^1.0.1",
"gulp-size": "^2.1.0",
"gulp-sourcemaps": "^2.0.0",
"highlightjs": "^8.7.0",
"imagemin-mozjpeg": "^6.0.0",
"imagemin-webp": "^4.0.0",
"pygmentize-bundled": "^2.3.0",
"run-sequence": "^1.2.2",
"sassdoc": "^2.1.20",
"scss-lint": "0.0.0",
"sw-precache": "^4.2.1",
"sw-toolbox": "^3.4.0",
"yarn": "^0.16.1"
},
"dependencies": {
"utility-opentype": "^0.1.4"
}
}