This repository has been archived by the owner on Apr 5, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.5 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": "jahleh-and-patrick",
"version": "1.0.0",
"description": "The wedding website for Jahleh & Patrick Hooper.",
"homepage": "https://jahlehandpatrick.coolthings.dev",
"author": {
"name": "Patrick Hooper",
"email": "[email protected]",
"url": "https://patrickhooper.me"
},
"contributors": [
{
"name": "Marie Hooper",
"email": "[email protected]",
"url": "https://mariehooper.me"
}
],
"scripts": {
"start": "gulp serve",
"lint:stylesheets": "sass-lint -v",
"lint:javascripts": "eslint .",
"lint": "npm run lint:stylesheets && npm run lint:javascripts",
"test": "npm run lint && gulp build",
"build": "NODE_ENV=production gulp build",
"deploy": "npm run lint && npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/pdhoopr/jahleh-and-patrick"
},
"devDependencies": {
"babel-eslint": "4.1.8",
"babel-preset-es2015": "6.6.0",
"browser-sync": "2.11.2",
"del": "2.2.0",
"eslint": "2.6.0",
"eslint-config-airbnb": "6.2.0",
"eslint-plugin-react": "4.2.3",
"gulp": "3.9.1",
"gulp-autoprefixer": "3.1.0",
"gulp-babel": "6.1.2",
"gulp-concat": "2.6.0",
"gulp-flatten": "0.2.0",
"gulp-if": "2.0.0",
"gulp-plumber": "1.1.0",
"gulp-rename": "1.2.2",
"gulp-sass": "2.2.0",
"gulp-sourcemaps": "1.6.0",
"gulp-uglify": "1.5.3",
"gulp-util": "3.0.7",
"run-sequence": "1.1.5",
"sass-lint": "1.5.1"
},
"private": true
}