-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 777 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 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
27
28
29
30
31
32
{
"name": "eleventy-oc-directory-template",
"version": "1.2.4",
"description": "A website template that displays OCs and personal projects",
"scripts": {
"start": "eleventy --serve",
"build": "eleventy"
},
"keywords": [
"worldbuilding",
"characters",
"eleventy",
"original-character",
"11ty",
"eleventy-template"
],
"repository": {
"type": "git",
"url": "git://github.com/portfiend/eleventy-oc-directory-template.git"
},
"author": "portfiend",
"license": "MIT",
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
"@grimlink/eleventy-plugin-sass": "^1.0.3",
"@mdit/plugin-attrs": "^0.7.0",
"eleventy-favicon": "^1.1.3",
"eslint": "^8.54.0",
"markdown-it-div": "^1.1.0",
"sass": "^1.69.5"
}
}