-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
59 lines (59 loc) · 1.6 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
{
"name": "personal-website",
"version": "1.0.0",
"description": "Personal website for Robert Cooper",
"main": "app.js",
"scripts": {
"build": "netlify-lambda build app/functions && gulp build",
"dev": "concurrently \"gulp\" \"netlify-lambda serve app/functions\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/robertcoopercode/personal-website.git"
},
"author": "Robert Cooper",
"license": "MIT",
"bugs": {
"url": "https://github.com/robertcoopercode/personal-website/issues"
},
"engines": {
"node": "9.10.0"
},
"homepage": "https://github.com/robertcoopercode/personal-website#readme",
"dependencies": {
"babel-preset-es2015": "^6.24.1",
"date-fns": "^1.29.0",
"dotenv": "^6.0.0",
"encoding": "^0.1.12",
"express": "^4.15.4",
"gulp-babel": "^7.0.0",
"gulp-uglify": "^3.0.0",
"https": "^1.0.0",
"netlify-lambda": "^0.4.0",
"node-sass": "^4.8.3",
"nodemon": "^1.15.0",
"pug": "^2.0.0-rc.3",
"querystring": "^0.2.0",
"twit": "^2.2.9",
"xml2js": "^0.4.19"
},
"devDependencies": {
"autoprefixer": "^7.1.6",
"babel-core": "^6.26.0",
"concurrently": "^3.6.0",
"eslint": "^5.3.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-prettier": "^2.6.2",
"express-http-proxy": "^1.2.0",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-minify-css": "^1.2.4",
"gulp-nodemon": "^2.2.1",
"gulp-postcss": "^7.0.0",
"gulp-pug": "^4.0.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.2.1",
"gulp-sourcemaps": "^2.6.1",
"prettier": "^1.14.0"
}
}