leumas-private-shared
Version:
Private React JSX Package For Leumas Shared Components, Headers, Footers, Asides, Login Pages, API Key Manager and much more. Styles and everything reusable to avoid DRY code across all of our subdomains
121 lines (120 loc) • 4.03 kB
JSON
{
"name": "leumas-private-shared",
"version": "1.0.50",
"description": "Private React JSX Package For Leumas Shared Components, Headers, Footers, Asides, Login Pages, API Key Manager and much more. Styles and everything reusable to avoid DRY code across all of our subdomains",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"scripts": {
"build": "babel src --out-dir lib && rollup -c",
"prepublishOnly": "npm run build"
},
"keywords": [
"React",
"Leumas",
"Shared",
"Private"
],
"author": "YWilliam Bermudez",
"license": "MIT",
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"dependencies": {
"@babel/standalone": "^7.24.8",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@esbuild-plugins/node-modules-polyfill": "^0.2.2",
"@material-tailwind/react": "^2.1.8",
"@mui/icons-material": "^5.15.21",
"@mui/lab": "^5.0.0-alpha.171",
"@mui/material": "^5.16.0",
"@mui/system": "^5.15.20",
"@paypal/react-paypal-js": "^8.1.3",
"@projectstorm/react-diagrams": "^7.0.3",
"@react-google-maps/api": "^2.19.2",
"@react-oauth/google": "^0.12.1",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-url": "^8.0.2",
"ace-builds": "^1.35.2",
"axios": "^1.7.2",
"buffer": "^6.0.3",
"bwip-js": "^4.5.0",
"debounce": "^2.0.0",
"emailjs-com": "^3.2.0",
"events": "^3.3.0",
"file-saver": "^2.0.5",
"flv.js": "^1.6.2",
"idb": "^8.0.0",
"jszip": "^3.10.1",
"leumas-data-types": "^1.0.1",
"leumas-metamask-quickpay": "^1.0.10",
"leumas-private-shared": "^1.0.15",
"leumas-react-app-library": "^1.0.3",
"leumas-react-flashlights": "^1.0.4",
"leumas-react-traffic-data": "^1.0.5",
"leumas-universal-crud-react": "^1.0.19",
"lodash": "^4.17.21",
"prettier": "^3.3.2",
"prismjs": "^1.29.0",
"process": "^0.11.10",
"prop-types": "^15.8.1",
"qrcode.react": "^3.1.0",
"react-ace": "^10.1.0",
"react-auth-kit": "^3.0.2-alpha.19",
"react-color": "^2.19.3",
"react-cookie": "^7.0.2",
"react-draggable": "^4.4.6",
"react-element-to-jsx-string": "^15.0.0",
"react-epic-spinners": "^0.5.0",
"react-flow-renderer": "^10.3.17",
"react-helmet": "^6.1.0",
"react-helmet-async": "^2.0.5",
"react-markdown": "^9.0.1",
"react-paginate": "^8.2.0",
"react-resizable": "^3.0.5",
"react-router-dom": "^6.26.0",
"react-simple-code-editor": "^0.13.1",
"react-slick": "^0.30.1",
"react-spring": "^9.7.3",
"react-tabs": "^6.0.2",
"react-webcam": "^7.2.0",
"rollup-plugin-inject": "^3.0.2",
"sanitize-html": "^2.13.0",
"simple-statistics": "^7.8.3",
"socket.io-client": "^4.7.5",
"uuid": "^9.0.1",
"web3": "^4.4.0"
},
"devDependencies": {
"@babel/cli": "^7.13.16",
"@babel/core": "^7.14.0",
"@babel/preset-env": "^7.14.1",
"@babel/preset-react": "^7.24.7",
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.17",
"eslint": "^8.55.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"postcss": "^8.4.33",
"postcss-nested": "^6.0.1",
"raw-loader": "^4.0.2",
"rollup": "^2.45.2",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-url": "^3.0.0",
"tailwindcss": "^3.4.1",
"vite": "^5.0.8"
}
}