Files
simplex-chat/website/package.json
sh ac62ba4892 website: file transfer page (#6644)
* add implementation plan

* website: remove unnecessary libsodium direct dependency from file page plan

* website: update file page plan for async encryption, tailwind, no worker

* add product plan

* update product plan based on the feedback

* remove implementation details from product plan

* update product plan

* add updated implementation plan

* website: add build infrastructure for /file route

* website: fix card click and overlay hash handling for /file page

* website: add /file page with XFTP file transfer and protocol overlay

* website: redesign /file page layout and styling

* fix(website): scope hero h1/h2 font overrides to .hero-section-1

* fix(website): fix /file overlay diagram scaling on short viewports

* style(website): match /file page top padding with /directory

* website: remove file page in navbar

* website: switch xftp-web to official one

* website: fix web.sh

* update texts

---------

Co-authored-by: Evgeny Poberezkin <evgeny@poberezkin.com>
2026-03-09 16:22:39 +00:00

41 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",
"ethers": "^6.15.0",
"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": {
"@simplex-chat/xftp-web": "^0.2.0",
"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"
}
}