UNPKG

coldsky

Version:

Library and the app for BlueSky

64 lines (63 loc) 1.46 kB
{ "name": "coldsky", "version": "0.3.16", "description": "Library and the app for BlueSky", "main": "libs.js", "module": "package/index.js", "scripts": { "build": "node build.js", "watch": "node build.js --watch", "start": "node build.js --serve", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "bluesky", "blueski", "bluski", "bski", "bsky", "coldsky", "atproto", "social", "social media" ], "author": "Oleg Mihailik", "license": "not yet", "dependencies": { "@atproto/api": "*", "bski": "*" }, "devDependencies": { "@babel/core": "*", "@emotion/react": "^11.11.4", "@emotion/styled": "^11.11.0", "@mui/icons-material": "^5.15.14", "@mui/material": "^5.15.14", "@rollup/plugin-babel": "*", "@rollup/plugin-commonjs": "*", "@rollup/plugin-json": "*", "@rollup/plugin-node-resolve": "*", "ag-grid-community": "^33.0.2", "ag-grid-react": "^33.0.2", "dexie": "^4.0.11", "eld": "^1.0.0", "esbuild": "*", "fuse.js": "^6.6.2", "marked": "^13.0.2", "react": "^18.2.0", "react-dom": "^18.2.0", "react-router-dom": "^6.22.3", "rollup": "*", "three": "*", "troika-three-text": "*" }, "optionalDependencies": { "gpu.js": "^2.16.0" }, "overrides": { "three": "$three", "rollup": "$rollup", "react": "$react", "react-dom": "$react-dom" } }