-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
31 lines (31 loc) · 1007 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
{
"name": "museumxtd",
"version": "1.0.0",
"description": "The applied research pilot project **MuseumXTD** (\"museum extended\") explores the challenges of the digital transition within small and medium-sized museums.",
"main": ".eleventy.js",
"scripts": {
"start": "npx eleventy --serve",
"build": "env NODE_ENV=production npx eleventy",
"doctoc": "npx doctoc --notitle README.md",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MediaComem/museumXTD.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/MediaComem/museumXTD/issues"
},
"homepage": "https://github.com/MediaComem/museumXTD#readme",
"dependencies": {
"@11ty/eleventy": "^1.0.1",
"@11ty/eleventy-navigation": "^0.3.5",
"@sindresorhus/slugify": "^2.1.0",
"csv-parse": "^5.3.0",
"markdown-it-anchor": "^8.6.4",
"markdown-it-obsidian": "^1.1.0"
}
}