-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
33 lines (33 loc) · 947 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": "schedule-url",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "hugo server --port 9001 --disableFastRender",
"build": "hugo --cleanDestinationDir --minify",
"docs-compile": "npm run docs-build",
"docs-linkinator": "linkinator _gh_pages --recurse --silent --skip \"^(?!http://localhost)\"",
"docs-vnu": "node build/vnu-jar.js",
"docs-lint": "npm-run-all --parallel docs-vnu docs-linkinator",
"docs-serve-only": "npx sirv-cli _gh_pages --port 9001"
},
"author": "Dhruv Techapps",
"license": "Apache-2.0",
"files": [
"dist/{css,js}/*.{css,js,map}",
"js/{src,dist}/**/*.{js,map}",
"scss/**/*.scss"
],
"hugo-bin": {
"buildTags": "extended"
},
"devDependencies": {
"autoprefixer": "^10.2.4",
"bootstrap": "^5.0.1",
"hugo-bin": "^0.71.1",
"npm-run-all": "^4.1.5",
"postcss": "^8.3.0",
"postcss-cli": "^8.3.1"
}
}