-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
62 lines (62 loc) · 1.95 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"author": "theNewDynamic",
"comments": {
"dependencies": {},
"devDependencies": {
"@tailwindcss/typography": "github.com/theNewDynamic/hugo-module-tnd-styles",
"lazysizes": "project",
"npm-run-all": "project",
"postcss-cli": "project",
"postcss-import": "project",
"quicklink": "project",
"tailwindcss": "project"
}
},
"description": "Replace this description with project's",
"devDependencies": {
"@tailwindcss/typography": "^0.4.0",
"lazysizes": "^5.3.0",
"npm-run-all": "^4.1.5",
"postcss-cli": "^8.0.0",
"postcss-import": "^12.0.1",
"quicklink": "^2.0.0",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"tailwindcss": "^2.0.2"
},
"hugo": {
"extended": "true",
"version": "0.105.0"
},
"keywords": [
"template"
],
"license": "ISC",
"main": "index.js",
"name": "hugo-project-template",
"repository": {
"type": "git",
"url": "github.com/theNewDynamic/hugo-project-template"
},
"scripts": {
"clean": "rm -rf public/ static/dist resources",
"cms": "npx netlify-cms-proxy-server",
"deploy": "npm run prod:hugo",
"dev:cms": "run-p cms hugo-cms",
"test": "hugo -s _prebuild",
"dev:hugo": "HUGO_ENV=development bin/hugo* server --minify -D --gc --navigateToChanged --noHTTPCache",
"dev:netlify": "netlify dev -l",
"gethugo": "bash get-hugo.sh",
"hugo-cms": "HUGO_ENV=development bin/hugo* server -D --gc --noHTTPCache",
"modinit": "bin/hugo* mod init $REPO",
"modpack": "bin/hugo* mod npm pack",
"prod:hugo": "HUGO_ENV=production bin/hugo* --gc --minify --cleanDestinationDir",
"start": "npm run dev:hugo",
"version": "auto-changelog -p --template keepachangelog --unreleased true",
"sanity": "cd cms && npm run dev",
"gen": "bin/hugo* -s _prebuild",
"gen_export_raw": "bin/hugo* -s generate_export --cleanDestinationDir",
"gen_export": "bin/hugo* -s generate_export --cleanDestinationDir && cat generate_export/public/index.json | json2nd > sanity_export.ndjson"
},
"version": "0.1.0"
}