-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 1001 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 1001 Bytes
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
{
"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",
"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.1.2",
"@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",
"dotenv": "^16.0.3",
"markdown-it": "^13.0.1",
"markdown-it-plain-text": "^0.3.0",
"npm-run-all": "^4.1.5",
"sass": "^1.96.0"
}
}