-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.hugo.json
More file actions
28 lines (28 loc) · 822 Bytes
/
package.hugo.json
File metadata and controls
28 lines (28 loc) · 822 Bytes
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
{
"comments": {
"dependencies": {
"@popperjs/core": "github.com/UtkarshVerma/hugo-mod-bootstrap-v5"
},
"devDependencies": {
"@popperjs/core": "github.com/WebOpsIIITDMK/mars-hugo-theme",
"aos": "github.com/WebOpsIIITDMK/mars-hugo-theme",
"autoprefixer": "github.com/WebOpsIIITDMK/mars-hugo-theme",
"postcss": "github.com/WebOpsIIITDMK/mars-hugo-theme",
"postcss-cli": "github.com/WebOpsIIITDMK/mars-hugo-theme",
"postcss-uncss": "github.com/WebOpsIIITDMK/mars-hugo-theme",
"uncss": "github.com/WebOpsIIITDMK/mars-hugo-theme"
}
},
"dependencies": {
"@popperjs/core": "^2.9.1"
},
"devDependencies": {
"@popperjs/core": "^2.9.1",
"aos": "^2.3.4",
"autoprefixer": "^10.2.5",
"postcss": "^8.2.10",
"postcss-cli": "^8.3.1",
"postcss-uncss": "^0.17.0",
"uncss": "^0.17.3"
}
}