-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 777 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 777 Bytes
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
{
"name": "osm-data-processing-org",
"version": "1.0.0",
"private": true,
"description": "OSM Data Processing & QA Pipelines — static site",
"scripts": {
"clean": "rimraf _site",
"build": "eleventy",
"start": "eleventy --serve --quiet",
"deploy": "npm run clean && npm run build && wrangler deploy"
},
"dependencies": {
"@11ty/eleventy": "^3.0.0",
"@11ty/eleventy-navigation": "^0.3.5",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"@iktakahiro/markdown-it-katex": "^4.0.1",
"katex": "^0.16.11",
"markdown-it": "^14.1.0",
"markdown-it-anchor": "^9.0.1",
"markdown-it-attrs": "^4.2.0",
"markdown-it-task-lists": "^2.1.1",
"mermaid": "^11.15.0",
"prismjs": "^1.30.0",
"rimraf": "^6.0.1"
}
}