leumas-react-traffic-data
Version:
This is ot easily embed a component on any of your React pages, and have us track their usage for you to view in Leumas Portal. Must have a Leumas Pro Membership and Api Key prior to usage on this NPM Package. Please refer to leumas react traffic data doc
44 lines (41 loc) • 1.4 kB
JSON
{
"name": "leumas-react-traffic-data",
"version": "1.0.6",
"description": "This is ot easily embed a component on any of your React pages, and have us track their usage for you to view in Leumas Portal. Must have a Leumas Pro Membership and Api Key prior to usage on this NPM Package. Please refer to leumas react traffic data documentations for setup and support. Lightweight package. high speed. Will not slow down your app",
"main": "index.js",
"scripts": {
"build": "rollup -c",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"React",
"Leumas"
],
"peerDependencies": {
"react": ">=17.0.2 <=18.x",
"react-dom": ">=17.0.2 <=18.x"
},
"devDependencies": {
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^17.1.0",
"@rollup/plugin-node-resolve": "^11.2.1",
"@rollup/plugin-url": "^6.0.0",
"rollup": "^2.38.5",
"rollup-plugin-css-only": "^3.1.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.0",
"rollup-plugin-terser": "^7.0.2",
"@babel/cli": "^7.13.16",
"@babel/core": "^7.14.0",
"@babel/preset-env": "^7.14.1",
"@babel/preset-react": "^7.24.7"
},
"author": "William Bermudez",
"license": "MIT",
"dependencies": {
"axios": "^0.21.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"yaml": "^2.4.5"
}
}