-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
36 lines (36 loc) · 1.34 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
{
"license": "MIT",
"scripts": {
"start": "cd app && hax11ty serve",
"preinstall": "cd src/custom && yarn install && cd ../..",
"clean-up-pre": "rm -rf dist && mkdir dist",
"clean-up-post": "rm dist/assets/styles.css && cp src/styles.css dist/assets/styles.css && rm -rf dist/custom && cp -R src/custom dist/custom",
"build:cdn": "yarn run clean-up-pre && cd src/custom && yarn run build && cd ../../app && env HAXCMS_CDN=true env HAXCMS_SERVICE_WORKER=true env HAXCMS_GITHUB=true hax11ty build && yarn run clean-up-post",
"build": "yarn run clean-up-pre && cd src/custom && yarn run build && cd ../../app && env HAXCMS_CONTEXT=haxcms env HAXCMS_SERVICE_WORKER=true env HAXCMS_GITHUB=true hax11ty build && yarn run clean-up-post"
},
"bin": {
"eleventy": ".bin/eleventy"
},
"devDependencies": {
"es-module-shims": "^0.4.6",
"pnpm": "6.33.1",
"@11ty/eleventy": "1.0.1",
"@oclif/plugin-help": "5.1.12",
"@11ty/eleventy-plugin-rss": "1.0.7",
"@haxcms/11ty": "0.0.13",
"browserslist": "4.20.2",
"crypto": "1.0.1",
"eleventy-xml-plugin": "0.1.0",
"fs-extra": "8.1.0",
"gray-matter": "4.0.2",
"commit-and-tag-version": "^12.4.1"
},
"resolutions": {
"browserslist": "4.20.2"
},
"dependencies": {
"es-module-shims": "^0.4.6",
"yarn": "^1.22.18"
},
"version": "10.0.1"
}