-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
92 lines (92 loc) · 2.11 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
{
"name": "antleblanc",
"version": "0.2.2",
"private": true,
"description": "My resume.",
"keywords": [
"antoine",
"developer",
"front-end",
"leblanc",
"personal",
"resume",
"web",
"website"
],
"homepage": "https://antleblanc.com",
"repository": "antleblanc/antleblanc.com",
"license": "MIT",
"author": {
"name": "Antoine Leblanc",
"email": "[email protected]",
"url": "antleblanc.com"
},
"scripts": {
"build": "gulp",
"publish": "gulp deploy",
"start": "gulp serve",
"test": "xo && gulp lint"
},
"xo": {
"envs": [
"browser",
"node"
],
"ignores": [
"archives/**"
],
"rules": {
"eslint-comments/no-unused-disable": "off",
"promise/prefer-await-to-then": "off",
"unicorn/catch-error-name": "off",
"unicorn/regex-shorthand": "off"
},
"space": true
},
"devDependencies": {
"babel-core": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"babel-register": "^6.24.1",
"browser-sync": "^2.27.10",
"critical": "^5.1.1",
"del": "^2.2.2",
"eslint": "^5.15.1",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^3.1.1",
"gulp-babel": "^6.1.2",
"gulp-cache": "^0.4.6",
"gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.2",
"gulp-favicons": "^2.2.7",
"gulp-filter": "^5.0.0",
"gulp-header": "^1.8.8",
"gulp-htmlmin": "^3.0.0",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^8.0.0",
"gulp-load-plugins": "^1.5.0",
"gulp-nunjucks-render": "^2.2.3",
"gulp-plumber": "^1.1.0",
"gulp-rsync": "^0.0.7",
"gulp-sass": "^5.1.0",
"gulp-sass-lint": "^1.3.2",
"gulp-size": "^2.1.0",
"gulp-sourcemaps": "^2.5.1",
"gulp-svg-sprite": "^1.3.6",
"gulp-svgmin": "^1.2.3",
"gulp-uglify": "^2.1.2",
"gulp-useref": "^3.1.2",
"gulp-util": "^3.0.8",
"gulp-w3cjs": "^1.3.0",
"gulp-xo": "^0.25.0",
"moment": "^2.29.4",
"psi": "^4.1.0",
"require-dir": "^0.3.1",
"run-sequence": "^1.2.2",
"sw-precache": "^5.1.0",
"sw-toolbox": "^3.6.0",
"xo": "*"
},
"engines": {
"node": ">=8"
}
}