-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
33 lines (33 loc) · 1.15 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
{
"name": "mk2-p4nth3rblog",
"version": "1.0.11",
"description": "My website and blog.",
"scripts": {
"watch:sass": "sass --watch ./src/_sass:src/_css",
"build:sass": "sass --style=compressed ./src/_sass:src/_css",
"watch:eleventy": "npx @11ty/eleventy --serve",
"build:eleventy": "npx @11ty/eleventy",
"build:search": "node ./src/_scripts/build-search.js",
"dev": "npm-run-all build:sass --parallel watch:*",
"build": "npm-run-all build:*",
"debug": "DEBUG=Eleventy* npx @11ty/eleventy --serve",
"debughard": "DEBUG=Dev:Eleventy* npx @11ty/eleventy --serve"
},
"author": "whitep4nth3r",
"license": "MIT",
"dependencies": {
"@11ty/eleventy": "3.0.0",
"@11ty/eleventy-plugin-syntaxhighlight": "^4.1.0",
"@contentful/rich-text-html-renderer": "^15.13.1",
"@contentful/rich-text-plain-text-renderer": "^15.12.1",
"@sentry/cli": "^2.28.6",
"@whitep4nth3r/get-random-entry": "^0.0.2",
"algoliasearch": "^4.17.0",
"dotenv": "^16.0.3",
"eleventy-plugin-youtube-embed": "^1.7.1",
"googleapis": "^108.0.0",
"markdown-it": "^13.0.1",
"npm-run-all": "^4.1.5",
"sass": "^1.55.0"
}
}