-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
33 lines (33 loc) · 1011 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
33
{
"name": "11ty",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "NODE_ENV=production npx @11ty/eleventy",
"serve": "npx @11ty/eleventy --serve",
"start": "npx @11ty/eleventy --serve --incremental --quiet",
"start:prod": "NODE_ENV=production npx @11ty/eleventy --serve --incremental --quiet",
"start:prod:dry": "NODE_ENV=production npx @11ty/eleventy --serve --incremental --quiet --dryrun"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@11ty/eleventy": "^0.12.1",
"@11ty/eleventy-plugin-syntaxhighlight": "^3.1.3",
"dotenv": "^10.0.0",
"eleventy-plugin-svg-sprite": "^1.2.2",
"npm-run-all": "^4.1.5",
"prettier": "^2.5.0"
},
"dependencies": {
"@11ty/eleventy-cache-assets": "^2.3.0",
"elasticlunr": "^0.9.5",
"jalali-moment": "^3.3.10",
"markdown-it": "^12.3.0",
"markdown-it-image-figures": "^2.0.0",
"node-fetch": "^2.6.6",
"nodegit": "^0.27.0"
}
}