-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.42 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "11ty-nunjucks-md",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"watch:eleventy": "eleventy --serve --incremental",
"watch:sass": "sass --no-source-map --watch src/assets/sass:src/assets/css",
"build:eleventy": "eleventy",
"build:sass": "sass --no-source-map --style=compressed src//assets/sass:src//assets/css",
"start": "npm-run-all build:sass --parallel watch:*",
"build": "npm-run-all build:*",
"debug": "DEBUG=* npx eleventy",
"img-exporter": "node ./img-exporter.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Allchorne3/11ty-nunjucks.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Allchorne3/11ty-nunjucks/issues"
},
"homepage": "https://github.com/Allchorne3/11ty-nunjucks#readme",
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-img": "^3.1.0",
"@11ty/eleventy-navigation": "^0.3.5",
"@11ty/eleventy-plugin-webc": "^0.11.1",
"eleventy-plugin-toc": "^1.1.5",
"puppeteer": "^20.7.4"
},
"dependencies": {
"aos": "^2.3.4",
"eleventy-plugin-embed-everything": "^1.16.0",
"holygrailcss": "^2.2.35",
"markdown-it": "^13.0.1",
"markdown-it-anchor": "^8.6.6",
"markdown-it-highlightjs": "^4.0.1",
"npm-run-all": "^4.1.5",
"nunjucks": "^3.2.4",
"rellax": "^1.12.1",
"sass": "^1.62.0"
}
}