forked from philhawksworth/hawksworx.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 1.08 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
{
"name": "hawksworx.com",
"version": "2.0.1",
"description": "Phil Hawksworth's personal website - hawksworx.com",
"scripts": {
"start": "gulp build & gulp watch & ELEVENTY_ENV=dev eleventy --serve & yarn run start:lambda",
"prime": "gulp build & ELEVENTY_ENV=prime eleventy",
"build": "gulp build & ELEVENTY_ENV=prod eleventy && yarn run build:lambda",
"dryrun": "gulp build & ELEVENTY_ENV=dev eleventy",
"build:lambda": "netlify-lambda build src/lambda",
"start:lambda": "netlify-lambda serve src/lambda",
"new:link": "node utils/new.js link"
},
"repository": {
"type": "git",
"url": "https://github.com/philhawksworth/hawksworx.com"
},
"author": "Phil Hawksworth",
"license": "ISC",
"dependencies": {
"@11ty/eleventy": "0.11.0",
"@11ty/eleventy-plugin-rss": "^1.0.3",
"@11ty/eleventy-plugin-syntaxhighlight": "^2.0.0",
"axios": "^0.18.1",
"dotenv": "^6.1.0",
"gulp": "^4.0.0",
"gulp-concat": "^2.6.1",
"gulp-sass": "^4.0.1",
"gulp-uglify": "^3.0.1",
"netlify-lambda": "^1.1.0",
"twitter": "^1.7.1"
}
}