UNPKG

streamlit-component-lib

Version:

Support code for Streamlit Components

55 lines (54 loc) 1.45 kB
{ "name": "streamlit-component-lib", "version": "2.0.0", "description": "Support code for Streamlit Components", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "tsc", "test": "jest ./src" }, "repository": { "type": "git", "url": "git+https://github.com/streamlit/streamlit.git" }, "keywords": [ "streamlit" ], "author": "Streamlit", "license": "Apache-2.0", "bugs": { "url": "https://github.com/streamlit/streamlit/issues" }, "homepage": "https://github.com/streamlit/streamlit#readme", "dependencies": { "apache-arrow": "^11.0.0", "hoist-non-react-statics": "^3.3.2", "react": "^16.14.0", "react-dom": "^16.14.0" }, "devDependencies": { "@babel/preset-env": "^7.21.4", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.21.4", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "<13", "@types/hoist-non-react-statics": "^3.3.1", "@types/jest": "^29.5.0", "@types/node": "^12.0.0", "@types/react": "16.14.41", "@types/react-dom": "^16.9.0", "babel-jest": "^29.5.0", "jest": "^29.5.0", "jest-environment-jsdom": "^29.5.0", "ts-node": "^10.9.1", "typescript": "^5.0.4" }, "resolutions": { "@types/hoist-non-react-statics/**/@types/react": "16.14.41", "@testing-library/react/**/@types/react": "16.14.41" } }