-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage copy.json
36 lines (36 loc) · 1.03 KB
/
package copy.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
{
"name": "kajrietberg.nl",
"version": "1.0.1",
"description": "Website of Kaj Rietberg, Front-end dev",
"scripts": {
"start": "ELEVENTY_ENV=dev eleventy --serve & npm run start:lambda",
"build": "ELEVENTY_ENV=prod eleventy & npm run build:lambda",
"build:lambda": "netlify-lambda build src/lambda",
"start:lambda": "netlify-lambda serve src/lambda"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kajrietberg/kajrietberg.nl.git"
},
"author": "Kaj Rietberg",
"license": "ISC",
"bugs": {
"url": "https://github.com/kajrietberg/kajrietberg.nl/issues"
},
"homepage": "https://github.com/kajrietberg/kajrietberg.nl#readme",
"devDependencies": {
"@11ty/eleventy": "^1.0.2",
"dotenv": "^16.0.3",
"encoding": "^0.1.13",
"gulp": "^4.0.2",
"gulp-sass": "^5.1.0",
"netlify-lambda": "^2.0.15"
},
"dependencies": {
"@11ty/eleventy-plugin-rss": "^1.2.0",
"axios": "^1.2.2",
"html-entities": "^2.3.3",
"node-fetch": "^3.3.0",
"twitter": "^1.7.1"
}
}