-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 1.12 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
{
"name": "blog.dermah.com",
"version": "1.5.0",
"description": "Static site blog src for blog.dermah.com",
"main": "index.js",
"scripts": {
"build": "rm -rf dist/ && npx @11ty/eleventy",
"test": "echo \"Error: no test specified\" && exit 1",
"serve": "SERVE=true npx @11ty/eleventy --serve",
"diff": "bash scripts/diff.sh",
"filediff": "bash scripts/filediff.sh",
"deploy": "bash scripts/deploy.sh",
"decache": "bash scripts/decache.sh",
"lfs-server": "(cd lfs-server && ./server.sh)"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Dermah/blog.dermah.com.git"
},
"keywords": [
"blog"
],
"author": "Sputnik <inquiry@dermah.com> (https://blog.dermah.com/)",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/Dermah/blog.dermah.com/issues"
},
"homepage": "https://github.com/Dermah/blog.dermah.com#readme",
"devDependencies": {
"@11ty/eleventy": "^0.11.0",
"@11ty/eleventy-plugin-syntaxhighlight": "^3.1.0",
"ansi-to-html": "^0.6.14",
"node-git-lfs": "0.0.1"
},
"dependencies": {
"prism-themes": "^1.5.0"
}
}