forked from OpenWebAdvocacy/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 875 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
{
"name": "owa-website",
"version": "1.0.1",
"description": "",
"main": ".eleventy.js",
"scripts": {
"clean": "rm -rf ./dist/*",
"serve": "npm run start",
"start": "npx @11ty/eleventy --serve --quiet",
"build": "npm run production",
"production": "NODE_ENV=production npx @11ty/eleventy"
},
"engines": {
"node": ">=16.14.0"
},
"keywords": [],
"author": "",
"license": "MIT",
"dependencies": {
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-cache-assets": "^2.3.0",
"@11ty/eleventy-img": "^2.0.1",
"@11ty/eleventy-plugin-rss": "^1.0.2",
"@sardine/eleventy-plugin-external-links": "^1.4.0",
"eleventy-plugin-toc": "^1.1.5",
"markdown-it": "^12.3.2",
"markdown-it-anchor": "^8.4.1",
"markdown-it-attrs": "^4.1.4",
"moment": "^2.29.1"
},
"devDependencies": {
"prettier": "^2.2.1"
}
}