reactjs-localizer
Version:
Localizer for ReactJS applications
85 lines (84 loc) • 2.47 kB
JSON
{
"name": "reactjs-localizer",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist/**/*"
],
"version": "1.1.01",
"description": "Localizer for ReactJS applications",
"scripts": {
"build": "webpack --mode production --node-env production --config tools/webpack.config.js && tsc --noEmit false --emitDeclarationOnly",
"typecheck": "tsc",
"eslint": "eslint . --ext .ts,.tsx",
"eslint:fix": "eslint . --ext .ts,.tsx --fix",
"lint": "npm run eslint && npm run typecheck",
"test": "jest",
"prepublishOnly": "npm run lint & npm run build & npm run test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/StarkMP/reactjs-localizer.git"
},
"keywords": [
"localizer",
"reactjs",
"i18n",
"language",
"react",
"locale",
"localize",
"internalization",
"intl"
],
"author": "Maxim Serebryakov <t.me/stark_n1>",
"license": "ISC",
"bugs": {
"url": "https://github.com/StarkMP/reactjs-localizer/issues"
},
"homepage": "https://github.com/StarkMP/reactjs-localizer#readme",
"peerDependencies": {
"react": ">= 17.0.2",
"react-dom": ">= 17.0.2"
},
"baseUrl": "",
"browserslist": [
"> 1%",
"last 4 versions",
"Firefox ESR",
"not ie < 9"
],
"devDependencies": {
"@babel/core": "^7.14.3",
"@babel/plugin-transform-runtime": "^7.15.0",
"@babel/preset-env": "^7.14.2",
"@babel/preset-react": "^7.13.13",
"@babel/preset-typescript": "^7.15.0",
"@jest/globals": "^29.3.1",
"@types/react": "^17.0.62",
"@types/react-dom": "^17.0.5",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.3.0",
"@typescript-eslint/parser": "^5.3.0",
"babel-loader": "^8.2.2",
"clean-webpack-plugin": "^4.0.0-alpha.0",
"eslint": "^8.1.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"html-webpack-plugin": "^5.5.0",
"jest": "^28.1.2",
"prettier": "^2.3.0",
"react-test-renderer": "^18.2.0",
"typescript": "^4.7.4",
"webpack": "^5.37.1",
"webpack-cli": "^4.7.0",
"webpack-dev-server": "^3.11.2"
},
"dependencies": {
"react": ">= 17.0.2",
"react-dom": ">= 17.0.2"
}
}