-
-
Notifications
You must be signed in to change notification settings - Fork 89
/
package.json
38 lines (38 loc) · 1.13 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": "auto-clicker-autofill",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "hugo server --port 9001 --disableFastRender",
"build": "hugo --minify",
"docs": "npm-run-all docs-build docs-lint",
"docs-build": "hugo --cleanDestinationDir --printUnusedTemplates",
"docs-compile": "npm run docs-build",
"docs-vnu": "node build/vnu-jar.mjs",
"docs-lint": "npm run docs-vnu",
"docs-serve": "hugo server --port 9001 --disableFastRender --noHTTPCache --renderToMemory --printPathWarnings --printUnusedTemplates",
"docs-serve-only": "npx sirv-cli _site --port 9001",
"algolia": "atomic-algolia"
},
"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": {
"@docsearch/js": "^3.6.0",
"@stackblitz/sdk": "^1.10.0",
"autoprefixer": "^10.4.19",
"bootstrap": "^5.3.3",
"clipboard": "^2.0.11",
"hugo-bin": "^0.122.8",
"postcss-cli": "^11.0.0",
"sass": "^1.77.1"
}
}