forked from visidata/visidata.org
-
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) · 690 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 690 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": "@visidata/visidata.org",
"version": "1.0.0",
"description": "",
"main": "index.js",
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-img": "^3.1.8",
"@11ty/eleventy-navigation": "^0.3.5",
"@11ty/eleventy-plugin-rss": "^1.2.0",
"@11ty/eleventy-plugin-syntaxhighlight": "^4.1.0",
"@fontsource/inconsolata": "^4.5.7",
"@tailwindcss/forms": "^0.5.3",
"asciinema-player": "^3.0.1",
"luxon": "^3.0.3",
"markdown-it-anchor": "^8.6.5",
"tailwindcss": "^3.1.8"
},
"dependencies": {
"markdown-it-attrs": "^4.2.0",
"markdown-it-footnote": "^4.0.0"
}
}