-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
37 lines (37 loc) · 931 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
36
37
{
"name": "osom.guide",
"version": "1.0.0",
"description": "A guide to the Organised Services Operating Model",
"repository": {
"type": "git",
"url": "https://github.com/jamesaduncan/osom.guide"
},
"main": "index.js",
"scripts": {
"test": "tap",
"develop": "npx @11ty/eleventy --serve",
"build": "npx @11ty/eleventy"
},
"keywords": [
"OSOM",
"guide",
"website"
],
"author": "James A. Duncan <[email protected]>",
"license": "ISC",
"dependencies": {
"@11ty/eleventy": "^0.12.1",
"@tinacms/cli": "^1.5.6",
"axios": ">=0.21.2",
"eleventy-plugin-toc": "^1.1.5",
"follow-redirects": ">=1.14.7",
"markdown-it": ">=12.3.2",
"markdown-it-anchor": "^7.1.0",
"markdown-it-footnote": "^3.0.3",
"markdown-it-table-of-contents": "^0.5.2",
"nth-check": ">=2.0.1",
"nunjucks": "^3.2.3",
"slugify": "^1.6.3",
"tinacms": "^1.4.6"
}
}