-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.47 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
{
"name": "error-pages",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "gulp dev",
"test": "jest --watch=true",
"test:ci": "jest --coverage=true",
"e2e": "jest --config jest-e2e.js",
"build": "gulp build",
"build:prod": "gulp build --production"
},
"author": "Fabian Skutta",
"license": "MIT",
"repository": "github:fabianskutta/error-pages",
"devDependencies": {
"autoprefixer": "^10.2.5",
"babel-runtime": "^6.26.0",
"browser-sync": "^2.26.12",
"cssnano": "^5.0.2",
"faker": "^5.1.0",
"fibers": "^5.0.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-esbuild": "^0.8.2",
"gulp-htmlmin": "^5.0.1",
"gulp-if": "^3.0.0",
"gulp-jest": "^4.0.3",
"gulp-jshint": "^2.1.0",
"gulp-jslint": "^1.0.10",
"gulp-minify": "^3.1.0",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^9.0.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.0.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"gulp-util": "^3.0.8",
"jest": "^26.6.3",
"jest-puppeteer": "^4.4.0",
"jshint": "^2.11.0",
"postcss": "^8.1.0",
"puppeteer": "^7.1.0",
"rename": "^1.0.4",
"sass": "^1.35.1",
"tinyify": "^3.0.0",
"tsify": "^5.0.2",
"typescript": "^4.2.4",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
"watchify": "^4.0.0",
"yargs": "^17.1.1"
}
}