UNPKG

babel-plugin-react-intl-auto-ext

Version:

i18n for the component age. Auto management react-intl ID. Extended with custom module name enabled

85 lines (84 loc) 2.25 kB
{ "name": "babel-plugin-react-intl-auto-ext", "version": "1.5.1", "main": "lib/index.js", "types": "lib/types.d.ts", "description": "i18n for the component age. Auto management react-intl ID. Extended with custom module name enabled", "license": "MIT", "repository": "Filson14/babel-plugin-react-intl-auto", "author": { "name": "akameco", "email": "akameco.t@gmail.com", "url": "akameco.github.io" }, "scripts": { "add-contributor": "all-contributors add", "precommit": "yarn flow && lint-staged", "build": "babel src -d lib --ignore __tests__,__fixtures__", "prepack": "yarn build && cp src/*.d.ts lib", "flow": "flow", "fmt": "prettier --write '**/*.{js,json,ts,md}'", "lint": "eslint src --ext js,ts", "add:coveralls": "cat ./coverage/lcov.info | coveralls", "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage --ci --runInBand", "test:ci": "yarn flow && yarn lint && yarn test:coverage" }, "lint-staged": { "*.{js,ts}": [ "prettier --write", "eslint", "git add" ], "*.{json,md}": [ "prettier --write", "git add" ] }, "keywords": [ "react", "react-components", "react-intl", "i18n", "react-intl-auto", "babel-plugin", "auto", "babel", "plugin", "generate", "defineMessages" ], "files": [ "lib" ], "dependencies": { "babel-types": "^6.26.0", "murmurhash3js": "^3.0.1" }, "devDependencies": { "@types/react-intl": "^2.3.15", "all-contributors-cli": "^5.4.0", "babel-cli": "^6.26.0", "babel-core": "^6.26.3", "babel-eslint": "^8.2.6", "babel-jest": "^23.4.2", "babel-log": "^2.0.0", "babel-plugin-tester": "^5.5.1", "babel-preset-env": "^1.7.0", "babel-preset-flow": "^6.23.0", "babel-register": "^6.26.0", "coveralls": "^3.0.2", "eslint": "^4.19.1", "eslint-config-precure": "^2.7.0", "eslint-plugin-typescript": "^0.14.0", "flow-bin": "^0.79.1", "husky": "^0.14.3", "jest": "^23.5.0", "lint-staged": "^7.2.2", "prettier": "^1.14.2", "react-intl": "^2.7.2", "typescript": "~3.1.1", "typescript-eslint-parser": "^21.0.2" } }