-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 880 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
32
{
"name": "11ty",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "npx @11ty/eleventy --serve",
"build:editor": "cd _editor && npm run build && cd ..",
"start:editor": "STATIC_PATH=_editor/dist node editor-app.js",
"start": "npm run build:editor && npm run dev & npm run start:editor"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@11ty/eleventy-plugin-syntaxhighlight": "^3.0.0",
"eleventy-plugin-lazyimages": "^2.0.1",
"markdown-it": "^10.0.0",
"markdown-it-anchor": "^5.2.5",
"markdown-it-highlightjs": "^3.2.0",
"moment": "^2.24.0"
},
"dependencies": {
"@11ty/eleventy": "^2.0.0",
"cors": "^2.8.5",
"directory-tree": "^3.5.1",
"express": "^4.18.2",
"express-fileupload": "^1.4.0",
"node-html-markdown": "^1.3.0"
}
}