mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2025-03-14 09:45:42 +00:00

* website: animate simplex explained graphics * website: update simplex network animation * website: add lottie.min.js through node_modules * website: update lottie.min.js copy command location
38 lines
1.2 KiB
JSON
38 lines
1.2 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",
|
|
"lottie-web": "5.12.2",
|
|
"markdown-it": "^13.0.1"
|
|
}
|
|
}
|