forked from saschazar21/where-is-mario
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 905 Bytes
/
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
{
"name": "where-is-mario",
"appName": "Where is Mario?",
"displayName": "Mario",
"version": "1.0.0",
"color": "#c2352d",
"description": "A website documenting the current location of the plastic Mario figure.",
"main": "index.js",
"repository": "https://github.com/saschazar21/where-is-mario",
"homepage": "https://whereismario.pages.dev",
"author": {
"name": "Sascha Zarhuber",
"email": "[email protected]",
"url": "https://sascha.work"
},
"license": "MIT",
"private": false,
"scripts": {
"dev": "eleventy --serve",
"build": "eleventy"
},
"dependencies": {
"@11ty/eleventy": "^1.0.0",
"@11ty/eleventy-fetch": "^3.0.0",
"@11ty/eleventy-plugin-rss": "^1.1.2",
"@ampproject/eleventy-plugin-amp": "^0.5.7",
"dayjs": "^1.10.7",
"eleventy-plugin-workbox": "^1.4.0",
"node-fetch": "2",
"workbox-build": "^6.3.0"
}
}