UNPKG

@roderickhsiao/react-i13n

Version:

[Experiment] React I13n provides a performant and scalable solution to application instrumentation.

102 lines (101 loc) 3.35 kB
{ "name": "@roderickhsiao/react-i13n", "description": "[Experiment] React I13n provides a performant and scalable solution to application instrumentation.", "version": "3.0.0-alpha.13", "main": "index.js", "module": "index.es.js", "repository": { "type": "git", "url": "git@github.com:roderickhsiao/react-i13n.git" }, "scripts": { "benchmark": "NODE_ENV=production node tests/benchmark/benchmark", "clean": "rm -rf dist/* && rm -rf dist-es/*", "dev": "grunt functional-debug", "dist": "npm run clean && npm run dist-cjs && npm run dist-es", "dist-cjs": "BABEL_ENV=dist babel src --out-dir dist", "dist-es": "BABEL_ENV=dist-es babel src --out-dir dist-es", "dist-functional": "BABEL_ENV=dist babel tests/functional/**/*.jsx --out-dir tests/functional", "func": "npm run dist && npm run dist-functional && grunt functional", "func-debug": "npm run dist && npm run dist-functional && grunt functional-debug", "lint": "eslint src", "prepublish": "npm run dist", "test": "jest src --coverage --coverageReporters=lcov", "unit": "jest src" }, "dependencies": { "debug": "^4.1.1", "hoist-non-react-statics": "^3.3.0", "prop-types": "^15.7.2", "react-in-viewport": "^1.0.0-alpha.16", "subscribe-ui-event": "^2.0.5" }, "devDependencies": { "@babel/cli": "^7.8.4", "@babel/core": "^7.9.6", "@babel/plugin-proposal-class-properties": "^7.8.3", "@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.1", "@babel/plugin-proposal-object-rest-spread": "^7.10.1", "@babel/plugin-proposal-optional-chaining": "^7.10.1", "@babel/plugin-transform-spread": "^7.8.3", "@babel/preset-env": "^7.9.6", "@babel/preset-react": "^7.9.4", "@babel/register": "^7.9.0", "@testing-library/react": "^10.0.4", "babel-eslint": "^10.0.1", "babel-loader": "^8.1.0", "babel-plugin-dynamic-import-node": "^2.2.0", "babel-plugin-syntax-dynamic-import": "^6.18.0", "benchmark": "^2.1.3", "es5-shim": "^4.5.12", "eslint": "^7.0.0", "eslint-config-airbnb": "^17.1.0", "eslint-plugin-import": "^2.16.0", "eslint-plugin-jsx-a11y": "^6.2.1", "eslint-plugin-react": "^7.12.4", "eslint-plugin-react-hooks": "^4.0.4", "expect.js": "^0.3.1", "grunt": "^1.0.4", "grunt-atomizer": "^3.1.3", "grunt-cli": "^1.3.2", "grunt-contrib-clean": "^2.0.0", "grunt-contrib-connect": "^2.0.0", "grunt-contrib-watch": "^1.1.0", "grunt-saucelabs": "^9.0.0", "grunt-webpack": "^3.1.3", "intersection-observer": "^0.12.0", "jest": "^26.0.1", "jest-junit": "^10.0.0", "minimist": "^1.2.0", "mocha": "^7.1.2", "object-assign": "^4.0.0", "pre-commit": "^1.0.0", "prettier": "^2.0.5", "promise": "^8.0.2", "react": "^16.8.3 || ^17.0.0", "react-dom": "^16.8.3 || ^17.0.0", "webpack": "^4.0.0", "webpack-dev-server": "^3.2.1", "xunit-file": "^1.0.0" }, "keywords": [ "react", "react-component", "i13n", "instrumentation" ], "peerDependencies": { "react": "^16.8.0 || ^17.0.0", "react-dom": "^16.8.0 || ^17.0.0" }, "precommit": [ "lint", "test" ], "licenses": [ { "type": "BSD", "url": "https://github.com/roderickhsiao/react-i13n/blob/master/LICENSE.md" } ] }