-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 942 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
33
34
35
{
"name": "Not911",
"description": "A PWA that provides alternatives to calling 911 in emergency situations",
"scripts": {
"build": "eleventy",
"watch": "eleventy --watch",
"serve": "eleventy --serve",
"start": "eleventy --serve",
"debug": "DEBUG=* eleventy",
"deploy": "gh-pages -d _site"
},
"repository": {
"type": "git",
"url": "git://github.com/nickharriscodes/not911chi.git"
},
"author": {
"name": "Nick Harris",
"email": "nick@nickharris.me",
"url": "https://nickharris.me/"
},
"license": "MIT",
"devDependencies": {
"@11ty/eleventy": "^0.12.1",
"@11ty/eleventy-navigation": "^0.1.6",
"@11ty/eleventy-plugin-rss": "^1.1.1",
"@11ty/eleventy-plugin-syntaxhighlight": "^3.1.0",
"luxon": "^1.26.0",
"markdown-it": "^8.4.2",
"markdown-it-anchor": "^5.2.5"
},
"dependencies": {
"eleventy": "^1.0.6",
"eleventy-plugin-pwa": "^1.0.8"
}
}