forked from razonyang/hugo-theme-bootstrap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
99 lines (99 loc) · 3.09 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "hugo-theme-bootstrap",
"description": "Hugo bootstrap theme",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-regular-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@material/elevation": "^12.0.0",
"bootstrap": "^5.1.3",
"fibers": "^5.0.0",
"fuse.js": "^6.5.3",
"katex": "^0.13.24",
"mark.js": "^8.11.1",
"mermaid": "^8.13.8",
"mustache": "^4.0.1",
"node-sass": "^6.0.1",
"popper.js": "^1.16.1",
"viewerjs": "^1.10.2",
"workbox-broadcast-update": "^6.4.2",
"workbox-cacheable-response": "^6.4.2",
"workbox-expiration": "^6.4.2",
"workbox-precaching": "^6.4.2",
"workbox-routing": "^6.4.2",
"workbox-strategies": "^6.4.2"
},
"devDependencies": {
"@babel/core": "^7.16.7",
"@popperjs/core": "^2.11.0",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"autoprefixer": "^10.4.1",
"babel-loader": "^8.2.3",
"css-loader": "^5.2.7",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-airbnb-typescript": "^12.0.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jasmine-jquery": "^1.0.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-webpack-plugin": "^2.6.0",
"file-loader": "^6.1.1",
"glob-all": "^3.2.1",
"less": "^4.1.2",
"less-loader": "^10.2.0",
"line-column": "^1.0.2",
"mini-css-extract-plugin": "^1.6.2",
"npm-run-all": "^4.1.5",
"npm-watch": "^0.7.0",
"postcss": "^8.4.5",
"postcss-loader": "^4.3.0",
"purgecss-webpack-plugin": "^4.1.3",
"sass": "^1.45.2",
"sass-loader": "^10.2.0",
"scss": "^0.2.4",
"scss-loader": "^0.0.1",
"style-loader": "^2.0.0",
"stylelint": "^13.13.1",
"stylelint-config-standard": "^22.0.0",
"stylelint-scss": "^3.21.0",
"terser-webpack-plugin": "^5.3.0",
"ts-loader": "^8.3.0",
"typescript": "^4.5.4",
"url-loader": "^4.1.1",
"watch": "^1.0.2",
"webpack": "^5.65.0",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^4.9.1"
},
"scripts": {
"serve": "hugo server --source=exampleSite --themesDir=../../ --buildDrafts --disableFastRender",
"build": "webpack",
"watch": "watch 'npm run build' src layouts",
"lint": "npm-run-all --parallel eslint stylelint",
"eslint": "eslint ./src --ext .js,.jsx,.ts,.tsx --fix",
"stylelint": "stylelint ./src/**/*.scss --fix",
"i18n": "node src/scripts/i18n.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/razonyang/hugo-theme-bootstrap.git"
},
"keywords": [
"hugo",
"theme",
"blog",
"bootstrap",
"bootstrap5"
],
"author": "Razon Yang <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/razonyang/hugo-theme-bootstrap/issues"
},
"homepage": "https://github.com/razonyang/hugo-theme-bootstrap#readme"
}