UNPKG

@streambird/streambird-react

Version:
53 lines (52 loc) 1.49 kB
{ "name": "@streambird/streambird-react", "version": "1.0.11", "description": "Streambird React", "repository": "https://github.com/streambird/streambird-react", "author": "Streambird Developers <developers@streambird.io>", "license": "MIT", "homepage": "https://github.com/streambird/streambird-react#readme", "main": "lib/cjs/index.js", "module": "lib/esm/index.js", "scripts": { "start:esm": "tsc --watch", "start:cjs": "tsc --project tsconfig.cjs.json --watch", "start": "npm-run-all -p start:esm start:cjs", "build:esm": "tsc", "build:cjs": "tsc --project tsconfig.cjs.json", "build": "npm run build:esm && npm run build:cjs", "deploy": "npm run build && npm publish --access public" }, "keywords": [ "streambird", "authenticate", "authentication", "passwordless", "magiclink" ], "files": [ "src/", "lib/" ], "devDependencies": { "@babel/core": "^7.16.5", "@babel/preset-env": "^7.16.5", "@babel/preset-react": "^7.16.5", "babel-loader": "^8.2.3", "core-js": "^3.20.1", "css-loader": "^5.2.7", "html-webpack-plugin": "^4.5.2", "npm-run-all": "^4.1.5", "react": "^17.0.2", "react-dom": "^17.0.2", "regenerator-runtime": "^0.13.9", "style-loader": "^2.0.0", "typescript": "^4.5.4", "webpack": "^4.46.0", "webpack-cli": "^4.9.1", "webpack-dev-server": "^4.7.1" }, "dependencies": { "@streambird/streambird-js": "^1.0.3" } }