UNPKG

react-playmakers

Version:

React wrapper providing utilities for PlayMakers integration

86 lines (85 loc) 2.4 kB
{ "author": "PlayMakers", "license": "MIT", "name": "react-playmakers", "version": "0.3.5", "type": "module", "private": false, "main": "dist/index.js", "module": "dist/index.module.js", "unpkg": "dist/index.umd.js", "description": "React wrapper providing utilities for PlayMakers integration", "keywords": [ "playmakers", "react", "api", "ugc" ], "dependencies": { "@aws-amplify/auth": "^6.3.2", "aws-amplify": "^6.4.0", "axios": "^1.6.0", "react-cookie": "^6.1.1" }, "lint-staged": { "*.{ts,js,tsx,jsx}": "eslint --fix --no-eslintrc --config .eslintrc.cjs" }, "scripts": { "build": "microbundle --jsx React.createElement --jsxFragment React.Fragment --jsxImportSource react --globals react/jsx-runtime=jsx", "lint": "eslint --fix src test --ext ts,js,tsx,jsx --no-eslintrc --config .eslintrc.cjs", "prepare": "husky install", "test": "jest", "coverage": "jest --coverage", "prepack": "npmignore --auto" }, "devDependencies": { "@babel/cli": "^7.23.4", "@babel/core": "^7.23.0", "@babel/preset-env": "^7.22.20", "@babel/preset-react": "^7.22.20", "@testing-library/react": "^16.0.1", "@types/jest": "^29.5.13", "@typescript-eslint/eslint-plugin": "^6.3.0", "@typescript-eslint/parser": "^6.3.0", "babel-loader": "^9.1.3", "eslint": "^8.52.0", "eslint-plugin-simple-import-sort": "^10.0.0", "eslint-plugin-sort-keys": "^2.3.5", "husky": "^8.0.3", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "jest-html-reporters": "^3.1.7", "lint-staged": "^14.0.1", "microbundle": "^0.15.1", "npmignore": "^0.3.1", "react": "^18.2.0", "react-dom": "^18.2.0", "react-router-dom": "^6.18.0", "rollup": "^2.56.3", "rollup-plugin-typescript2": "^0.30.0", "ts-jest": "^29.2.5", "tslib": "^2.3.1", "typescript": "^4.9.5" }, "peerDependencies": { "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0", "react-router-dom": "^6.0.0 || ^7.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/PlayMakers-tech/react-playmakers.git" }, "publishConfig": { "ignore": [ "!dist/", "node_modules/", "src/", "test/", "package-lock.json", "jest.config.js", "rollup.config.js", "tsconfig.json" ] } }