onairos
Version:
The Onairos Library is a collection of functions that enable Applications to connect and communicate data with Onairos Identities via User Authorization. Integration for developers is designed to be seamless, simple and effective for all applications
96 lines (95 loc) • 2.96 kB
JSON
{
"name": "onairos",
"version": "0.1.399",
"dependencies": {
"@othent/kms": "^2.0.0-beta.10",
"@react-oauth/google": "^0.12.1",
"@telegram-apps/sdk-react": "^2.0.25",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"1.0.1": "^1.0.0",
"axios": "^1.6.5",
"buffer": "^6.0.3",
"crypto-js": "^4.2.0",
"framer-motion": "^11.15.0",
"process": "^0.11.10",
"react-scripts": "^5.0.1",
"stream-browserify": "^3.0.0",
"web-vitals": "^2.1.4"
},
"sideEffects": false,
"scripts": {
"start": "react-scripts start",
"build": "babel src --out-dir dist --copy-files && webpack --mode production && babel src/index.js --out-file dist/onairos.esm.js",
"buildDev": "babel src --out-dir dist --copy-files && webpack --mode development",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/cli": "^7.23.0",
"@babel/core": "^7.23.7",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-modules-commonjs": "^7.23.3",
"@babel/plugin-transform-runtime": "^7.23.7",
"@babel/preset-env": "^7.23.7",
"@babel/preset-react": "^7.26.3",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^28.0.2",
"@rollup/plugin-inject": "^5.0.5",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^16.0.0",
"@rollup/plugin-typescript": "^12.1.2",
"babel-loader": "^9.1.3",
"rollup": "^2.79.2",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-use-client": "^1.4.0",
"tailwindcss": "^3.3.5",
"terser-webpack-plugin": "^5.3.10",
"webpack": "^5.89.0",
"webpack-bundle-analyzer": "^4.10.1",
"webpack-cli": "^5.1.4"
},
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.3.5"
},
"description": "The Onairos Library is a collection of functions that enable Applications to connect and communicate data with Onairos Identities via User Authorization. Integration for developers is designed to be seamless, simple and effective for all applications",
"main": "dist/onairos.bundle.js",
"module": "dist/onairos.esm.js",
"types": "onairos.d.ts",
"browser": "dist/onairos.umd.js",
"repository": {
"type": "git",
"url": "git+https://github.com/zd819/onairos-npm"
},
"keywords": [
"Onairos",
"Identity"
],
"author": "Zion Darko",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/zd819/OnairosNPM/issues"
},
"homepage": "https://onairos.uk"
}