forked from alexrandaccio/plurality.net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 970 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": "plurality.net",
"version": "1.0.0",
"description": "Plurality: Technology for Collaborative Diversity and Democracy",
"type": "commonjs",
"scripts": {
"start": "npx @11ty/eleventy --serve",
"build": "npx @11ty/eleventy"
},
"keywords": [],
"license": "ISC",
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
"eleventy-plugin-nesting-toc": "^1.3.0",
"eleventy-plugin-toc": "^1.1.5",
"html-minifier": "^4.0.0",
"markdown-it-anchor": "^8.6.5",
"markdown-it-footnote": "^3.0.3",
"markdown-it-toc-done-right": "^4.2.0",
"@11ty/eleventy-fetch": "^4.0.0",
"dotenv": "^16.0.3",
"uslug": "^1.0.4"
},
"dependencies": {
"eleventy-plugin-nesting-toc": "^1.3.0",
"eleventy-plugin-toc": "^1.1.5",
"html-minifier": "^4.0.0",
"markdown-it-anchor": "^8.6.5",
"markdown-it-toc-done-right": "^4.2.0",
"queue-microtask": "^1.2.3",
"uslug": "^1.0.4",
"node-fetch": "^2.3.0"
}
}