UNPKG

@onvo-ai/web-components

Version:

The web component SDK for Onvo AI dashboard builder

50 lines (49 loc) 1.17 kB
{ "name": "@onvo-ai/web-components", "version": "0.0.78", "description": "The web component SDK for Onvo AI dashboard builder", "repository": "https://github.com/onvo-ai/sdks", "type": "module", "private": false, "main": "build/static/js/main.js", "dependencies": { "@onvo-ai/react": "^0.5.87", "@r2wc/react-to-web-component": "2.0.3", "loader-utils": "3.2.1", "react": "18.2.0", "react-dom": "18.2.0", "react-scripts": "5.0.1" }, "keywords": [ "onvo", "ui", "react", "library", "tutorial", "learning", "educational", "example", "beginner-friendly", "practice" ], "author": "Ashiq Muhammed", "license": "MIT", "devDependencies": { "@types/react": "18.2.25", "@types/react-dom": "18.3.0", "typescript": "4.4.2" }, "scripts": { "dev": "react-scripts start", "build": "rm -rf ./build && react-scripts build && sh predeploy.sh", "test": "react-scripts test --env=jsdom", "eject": "react-scripts eject", "deploy": "yarn build && yarn publish" }, "browserslist": [ ">0.2%", "not dead", "not ie <= 11", "not op_mini all" ] }