this repo has no description
at main 52 lines 1.6 kB view raw
1{ 2 "name": "kinklist.gitlab.io", 3 "version": "1.0.0", 4 "description": "", 5 "main": "index.js", 6 "scripts": { 7 "test": "echo \"Error: no test specified\" && exit 1", 8 "build:typelex": "typelex compile io.gitlab.kinklist.*", 9 "build:lex": "lex-cli generate", 10 "build:src": "rolldown -c rolldown.config.js", 11 "build": "pnpm build:typelex && pnpm build:lex && pnpm build:src" 12 }, 13 "keywords": [], 14 "author": "", 15 "license": "ISC", 16 "packageManager": "pnpm@10.28.0", 17 "devDependencies": { 18 "@atcute/lex-cli": "^2.5.3", 19 "@preact/signals": "^2.8.0", 20 "@rollup/pluginutils": "^5.3.0", 21 "@typelex/cli": "^0.4.0", 22 "@typelex/emitter": "^0.4.0", 23 "@types/masonry-layout": "^4.2.8", 24 "comptime.ts": "^0.8.0", 25 "express": "^5.2.1", 26 "magic-string": "^0.30.21", 27 "nocache": "^4.0.0", 28 "preact-portal": "^1.1.3", 29 "rolldown": "1.0.0-rc.4", 30 "typescript": "6.0.0-dev.20260213" 31 }, 32 "dependencies": { 33 "@atcute/bluesky": "^3.2.18", 34 "@atcute/client": "^4.2.1", 35 "@atcute/lexicons": "^1.2.9", 36 "@atcute/tid": "^1.1.2", 37 "@fortawesome/fontawesome-svg-core": "^7.2.0", 38 "@fortawesome/free-regular-svg-icons": "^7.2.0", 39 "@fortawesome/free-solid-svg-icons": "^7.2.0", 40 "@fortawesome/react-fontawesome": "^3.2.0", 41 "@tippyjs/react": "^4.2.6", 42 "kitty-agent": "^10.1.0", 43 "lz-string": "^1.5.0", 44 "masonic": "^4.1.0", 45 "preact": "^10.28.3", 46 "preact-iso": "^2.11.1", 47 "qfs-compression": "^0.2.3", 48 "react-masonry-css": "^1.0.16", 49 "react-responsive-masonry": "^2.7.1", 50 "tippy.js": "^6.3.7" 51 } 52}