-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
48 lines (48 loc) · 1.45 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
{
"name": "barryandgillian.wedding",
"version": "0.0.1",
"description": "Codebase for https://barryandgillian.wedding",
"main": "_site/index.html",
"scripts": {
"test": "htmlproofer ./_site --only-4xx --check-html && bundle exec jekyll build && scss-lint ./_sass/**/*.scss && eslint _js-es6",
"prebuild": "gulp copy-images",
"build": "gulp build",
"serve": "gulp",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
},
"repository": {
"type": "git",
"url": "https://github.com/barrymcgee/barryandgillian.wedding"
},
"author": "Barry McGee <[email protected]>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/barrymcgee/barryandgillian.wedding/issues"
},
"homepage": "https://barryandgillian.wedding",
"dependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babelify": "^7.3.0",
"browser-sync": "^2.26.0",
"browserify": "^13.0.0",
"del": "^2.2.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.8.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-babel": "^6.1.2",
"gulp-browserify": "^0.5.1",
"gulp-imagemin": "^4.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.1",
"node-sass": "^4.9.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"snyk": "^1.103.1"
},
"snyk": true
}