-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 959 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 959 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
27
28
{
"name": "website-11ty",
"version": "1.0.0",
"description": "This repository contains the sources for the TEI website and the configuration to run it locally if you need to. If you are editing the website's content, you will only need to be focused on the contents of the `src/` directory, which is laid out something like this:",
"scripts": {
"dev": "npx @11ty/eleventy --serve",
"build": "npx @11ty/eleventy",
"test": "echo \"Error: no test specified\" && exit 1"
},
"type": "module",
"keywords": [],
"author": "Hugh Cayless",
"license": "BSD-2-Clause",
"devDependencies": {
"@11ty/eleventy": "^3.0.0",
"@11ty/eleventy-navigation": "~1.0.2",
"@11ty/eleventy-plugin-rss": "~1.2.0"
},
"dependencies": {
"bootstrap": "^5.3.7",
"bootstrap-icons": "^1.13.1",
"CETEIcean": "^1.9.5",
"highlight.js": "^11.11.1",
"jsdom": "^25.0.0",
"markdown-it-attrs": "^4.3.1",
"sass": "^1.89.2"
}
}