-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 2.39 KB
/
Copy pathpackage.json
File metadata and controls
64 lines (64 loc) · 2.39 KB
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
63
64
{
"name": "tomgue.github.io",
"version": "1.2.3",
"homepage": "https://tomgue.github.io",
"repository": "https://github.com/tomgue/tomgue.github.io",
"license": "MIT",
"private": true,
"author": {
"email": "fattom69@gmail.com",
"name": "Thomas",
"url": "https://tomgue.github.io"
},
"bugs": {
"url": "https://github.com/tomgue/tomgue.github.io/issues"
},
"comments": {
"dependencies": {},
"devDependencies": {
"@uncinq/component-tokens": "github.com/hugolify/hugolify-theme-design-system",
"@uncinq/css-base": "github.com/hugolify/hugolify-theme-design-system",
"@uncinq/css-components": "github.com/hugolify/hugolify-theme-design-system",
"@uncinq/design-tokens": "github.com/hugolify/hugolify-theme-design-system",
"autoprefixer": "github.com/hugolify/hugolify-theme-design-system",
"postcss": "github.com/hugolify/hugolify-theme-design-system",
"postcss-cli": "github.com/hugolify/hugolify-theme-design-system",
"postcss-custom-media": "github.com/hugolify/hugolify-theme-design-system",
"postcss-import": "github.com/hugolify/hugolify-theme-design-system"
}
},
"dependencies": {},
"devDependencies": {
"@hugolify/prettier-config": "^0.3.1",
"@uncinq/component-tokens": "^1.0.0",
"@uncinq/css-base": "^1.0.0",
"@uncinq/css-components": "^1.0.0",
"@uncinq/design-tokens": "^1.0.0",
"autoprefixer": "^10",
"postcss": "^8",
"postcss-cli": "^11",
"postcss-custom-media": "^10",
"postcss-import": "^16.0.0"
},
"scripts": {
"build": "hugo --noChmod --gc --minify",
"build:config:cloudcannon": "node scripts/build-config-cloudcannon.js",
"build:config:pagescms": "node scripts/build-config-pagescms.js",
"build:icons": "yarn build:icons:bootstrap && yarn build",
"build:icons:bootstrap": "node scripts/build-icons-bootstrap.js",
"build:search": "yarn build && npm_config_yes=true npx pagefind --site 'public'",
"clean": "hugo mod clean",
"clean:all": "hugo mod clean --all",
"cms": "yarn cms:decapcms",
"cms:decapcms": "npx decap-server",
"cms:netlifycms": "npx netlify-cms-proxy-server",
"install:hugolify": "hugo mod get && hugo mod npm pack",
"tidy": "hugo mod tidy",
"update": "hugo mod get -u",
"update:all": "yarn update && yarn tidy && yarn upgrade",
"watch": "hugo server"
},
"workspaces": [
"packages/hugoautogen"
]
}