-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
70 lines (70 loc) · 1.66 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
{
"name": "@sitespeed.io/compare",
"version": "1.0.0",
"description": "Compare HAR files.",
"repository": {
"type": "git",
"url": "git+https://github.com/sitespeedio/compare.git"
},
"keywords": [
"har",
"compare",
"waterfall",
"webperf"
],
"author": {
"name": "Peter Hedenskog",
"url": "https://www.peterhedenskog.com"
},
"contributors": [
{
"name": "Tobias Lidskog"
},
{
"name": "Jonathan Lee"
},
{
"name": "Matt Hobbs"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/sitespeedio/compare/issues"
},
"homepage": "https://compare.sitespeed.io",
"devDependencies": {
"autoprefixer": "10.4.12",
"browser-sync": "2.27.10",
"cssnano": "5.1.13",
"del": "6.0.0",
"eslint": "~4.18.2",
"eslint-config-prettier": "~2.3.0",
"eslint-plugin-prettier": "~2.1.2",
"gulp": "4.0.2",
"gulp-changed": "4.0.3",
"gulp-clean-css": "4.3.0",
"gulp-concat-css": "^3.1.0",
"gulp-dest": "~0.2.3",
"gulp-htmlmin": "5.0.1",
"gulp-mode": "1.1.0",
"gulp-postcss": "9.0.1",
"gulp-rev": "~8.0.0",
"gulp-rev-delete-original": "^0.2.3",
"gulp-rev-rewrite": "3.0.3",
"gulp-sass": "5.1.0",
"gulp-sass-lint": "^1.4.0",
"gulp-sourcemaps": "3.0.0",
"gulp-usemin": "0.3.30",
"prettier": "~1.5.3",
"require-dir": "1.2.0",
"sass": "1.51.0",
"workbox-build": "4.0.0"
},
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"eslint-check": "eslint --print-config .eslintrc.js | eslint-config-prettier-check",
"build": "gulp --production",
"develop": "gulp develop --development"
}
}