-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 1.02 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
{
"name": "hugolify-template",
"version": "1.13.1",
"homepage": "https://www.hugolify.io",
"repository": "https://github.com/hugolify/hugolify-template",
"bugs": {
"url": "https://github.com/hugolify/hugolify-template/issues"
},
"author": {
"email": "sebousan@gmail.com",
"name": "Sébastien Moulène",
"url": "https://www.sebastienmoulene.com/"
},
"license": "MIT",
"devDependencies": {
"@fullhuman/postcss-purgecss": "^5.0.0",
"@hugolify/prettier-config": "^0.3.1",
"autoprefixer": "^10.4.13",
"cssnano": "^5.1.14",
"netlify-plugin-hugo-cache-resources": "^0.2.1",
"postcss": "^8.4.21",
"postcss-cli": "^10.1.0",
"postcss-sass": "^0.5.0"
},
"scripts": {
"watch": "hugo server",
"build": "hugo --noChmod --gc --minify",
"tidy": "hugo mod tidy",
"update": "hugo mod get -u",
"updateall": "yarn update && yarn tidy && yarn upgrade",
"clean": "hugo mod clean",
"cleanall": "hugo mod clean --all",
"cms": "npx netlify-cms-proxy-server"
}
}