-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 3.18 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
{
"comments": {
"dependencies": {
"@babel/cli": "github.com/razonyang/hugo-theme-bootstrap",
"@babel/core": "github.com/razonyang/hugo-theme-bootstrap",
"@babel/preset-env": "github.com/razonyang/hugo-theme-bootstrap",
"@babel/preset-typescript": "github.com/razonyang/hugo-theme-bootstrap",
"@fortawesome/fontawesome-svg-core": "github.com/razonyang/hugo-theme-bootstrap",
"@fortawesome/free-brands-svg-icons": "github.com/razonyang/hugo-theme-bootstrap",
"@fortawesome/free-regular-svg-icons": "github.com/razonyang/hugo-theme-bootstrap",
"@fortawesome/free-solid-svg-icons": "github.com/razonyang/hugo-theme-bootstrap",
"@fullhuman/postcss-purgecss": "github.com/razonyang/hugo-theme-bootstrap",
"@popperjs/core": "github.com/razonyang/hugo-theme-bootstrap",
"autoprefixer": "github.com/razonyang/hugo-theme-bootstrap",
"bootstrap": "github.com/razonyang/hugo-theme-bootstrap",
"fuse.js": "github.com/razonyang/hugo-theme-bootstrap",
"katex": "github.com/razonyang/hugo-theme-bootstrap",
"mark.js": "github.com/razonyang/hugo-theme-bootstrap",
"masonry-layout": "github.com/razonyang/hugo-theme-bootstrap",
"mermaid": "github.com/razonyang/hugo-theme-bootstrap",
"mustache": "github.com/razonyang/hugo-theme-bootstrap",
"postcss-cli": "github.com/razonyang/hugo-theme-bootstrap",
"rtlcss": "github.com/razonyang/hugo-theme-bootstrap",
"viewerjs": "github.com/razonyang/hugo-theme-bootstrap",
"webpack": "github.com/razonyang/hugo-theme-bootstrap",
"workbox-cacheable-response": "github.com/razonyang/hugo-theme-bootstrap",
"workbox-expiration": "github.com/razonyang/hugo-theme-bootstrap",
"workbox-precaching": "github.com/razonyang/hugo-theme-bootstrap",
"workbox-routing": "github.com/razonyang/hugo-theme-bootstrap",
"workbox-strategies": "github.com/razonyang/hugo-theme-bootstrap"
},
"devDependencies": {
"copy-webpack-plugin": "github.com/razonyang/hugo-theme-bootstrap",
"webpack-cli": "github.com/razonyang/hugo-theme-bootstrap"
}
},
"dependencies": {
"@babel/cli": "^7.17.3",
"@babel/core": "^7.17.4",
"@babel/preset-env": "^7.16.11",
"@babel/preset-typescript": "^7.16.7",
"@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",
"@fullhuman/postcss-purgecss": "^4.1.3",
"@popperjs/core": "^2.11.2",
"autoprefixer": "^10.4.2",
"bootstrap": "^5.1.3",
"fuse.js": "^6.5.3",
"katex": "^0.15.2",
"mark.js": "^8.11.1",
"masonry-layout": "^4.2.2",
"mermaid": "^8.14.0",
"mustache": "^4.2.0",
"postcss-cli": "^9.1.0",
"rtlcss": "^3.5.0",
"viewerjs": "^1.10.4",
"webpack": "^5.69.1",
"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": {
"copy-webpack-plugin": "^10.2.4",
"webpack-cli": "^4.9.1"
},
"name": "hugo-theme-bootstrap-skeleton",
"version": "0.1.0"
}