* web: quick fixes in glossary.md * website: update header tags * website: add glossary feature * website: add & style the tooltips & glossary terms * website: add overlay for glossary definition * website: add list styling & update links --------- Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com>
38 lines
1.1 KiB
JSON
38 lines
1.1 KiB
JSON
{
|
|
"name": "11ty-demo",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "npm run build:js && npm run build:eleventy && npm run build:tailwind",
|
|
"start": "npx eleventy --serve",
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"build:js": "cp ./node_modules/qrcode/build/qrcode.js ./src/js/ && ./copy_call.sh",
|
|
"build:eleventy": "eleventy",
|
|
"build:tailwind": "npx tailwindcss -i tailwind.css -o _site/css/tailwind.css",
|
|
"watch:tailwind": "npx tailwindcss -i tailwind.css -o _site/css/tailwind.css --watch"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@11ty/eleventy": "^1.0.1",
|
|
"@11ty/eleventy-plugin-rss": "^1.2.0",
|
|
"@simplex-chat/webrtc": "^0.1.1",
|
|
"common-tags": "^1.8.2",
|
|
"fast-uri": "^2.1.0",
|
|
"markdown-it-anchor": "^8.6.4",
|
|
"markdown-it-replace-link": "^1.1.0",
|
|
"qrcode": "1.5.1",
|
|
"slugify": "^1.6.5",
|
|
"tailwindcss": "3.3.1"
|
|
},
|
|
"dependencies": {
|
|
"eleventy-plugin-i18n": "^0.1.3",
|
|
"fs": "^0.0.1-security",
|
|
"gray-matter": "^4.0.3",
|
|
"jsdom": "^22.1.0",
|
|
"markdown-it": "^13.0.1"
|
|
}
|
|
}
|