-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
22 lines (22 loc) · 1.6 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
{
"dependencies": {
"@fortawesome/fontawesome-free": "6.7.1",
"algoliasearch": "5.17.1",
"bootstrap": "5.3.3",
"bootstrap-table": "1.23.5",
"iframe-resizer": "5.3.2",
"instantsearch.js": "4.75.6",
"intersection-observer": "0.12.2",
"jquery": "3.7.1",
"luxon": "3.5.0",
"mathjax": "3.2.2",
"mermaid": "11.4.1",
"twemoji": "14.0.2",
"vanilla-lazyload": "19.1.3"
},
"scripts": {
"install": "cp -r node_modules/algoliasearch node_modules/bootstrap node_modules/bootstrap-table node_modules/@fortawesome node_modules/iframe-resizer node_modules/instantsearch.js node_modules/intersection-observer node_modules/jquery node_modules/luxon node_modules/mathjax node_modules/mermaid node_modules/twemoji node_modules/vanilla-lazyload assets/ && wget https://scratchblocks.github.io/js/scratchblocks-v3.6.4-min.js -O assets/scratchblocks.min.js && wget https://scratchblocks.github.io/js/scratchblocks-v3.6.4-min.js.map -O assets/scratchblocks.min.js.map && cp -r node_modules/bootstrap _sass/ && pygmentize -S default -f html -a .highlight > _sass/default.scss && pygmentize -S github-dark -f html -a .highlight > _sass/github-dark.scss",
"preinstall": "rm -rf _sass/_default.scss _sass/bootstrap _sass/github-dark.scss assets/algoliasearch assets/bootstrap assets/bootstrap-table assets/@fortawesome assets/iframe-resizer assets/instantsearch.js assets/intersection-observer assets/jquery assets/luxon assets/mathjax assets/mermaid assets/twemoji assets/vanilla-lazyload assets/scratchblocks.min.js assets/scratchblocks.min.js.map",
"postinstall": "rm -rf node_modules"
}
}