@gameon/web
Version:
Chat clients for web
69 lines (68 loc) • 2.06 kB
JSON
{
"name": "@gameon/web",
"version": "2.13.0",
"description": "Chat clients for web",
"scripts": {
"build": "tsc",
"build-storybook": "build-storybook",
"clean": "ts-clean-built --built && del-cli '**/*.d.ts.map' '!node_modules/**/*'",
"compose": "COMPOSE_DOCKER_CLI_BUILD=1 DOCKER_BUILDKIT=1 docker compose up",
"connect": "docker compose exec main /bin/bash",
"docker": "DOCKER_BUILDKIT=1 docker build --no-cache --progress=plain --secret id=npmrc,src=$HOME/.npmrc .",
"storybook": "start-storybook -p 6006",
"test": "echo \"No tests.\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/tuul-tech/web-chat-clients.git"
},
"keywords": [
"chat",
"gameon",
"web",
"components",
"react",
"vue"
],
"author": "Tuul Tech",
"license": "ISC",
"bugs": {
"url": "https://github.com/tuul-tech/web-chat-clients/issues"
},
"homepage": "https://github.com/tuul-tech/web-chat-clients#readme",
"dependencies": {
"@gameon/on-ui-components": "3.41.0",
"@lit-labs/context": "^0.1.3",
"@lit-labs/react": "^1.0.9",
"@lottiefiles/lottie-player": "^2.0.4",
"@react-native-async-storage/async-storage": "1.21.0",
"@sendbird/chat": "4.0.11",
"@types/react": "^19.0.10",
"firebase": "^10.7.1",
"lit": "^2.3.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"uuid": "^9.0.0"
},
"devDependencies": {
"@babel/core": "^7.19.3",
"@storybook/addon-actions": "^6.5.12",
"@storybook/addon-essentials": "^6.5.12",
"@storybook/addon-links": "^6.5.12",
"@storybook/builder-webpack5": "^6.5.12",
"@storybook/manager-webpack5": "^6.5.12",
"@storybook/web-components": "^6.5.12",
"@tuul-tech/prettier-config": "1.0.3",
"@tuul-tech/tsconfig": "1.0.6",
"@types/uuid": "^8.3.4",
"babel-loader": "^8.2.5",
"del-cli": "^5.1.0",
"prettier": "2.7.1",
"ts-clean-built": "^1.3.1",
"ts-lit-plugin": "^2.0.0",
"typescript": "^4.9.5"
},
"volta": {
"node": "16.20.0"
}
}