@ices/react-locale
Version:
React components for locale
79 lines (78 loc) • 1.78 kB
JSON
{
"name": "@ices/react-locale",
"version": "2.4.2",
"description": "React components for locale",
"main": "dist/index.cjs.js",
"module": "dist/index.es.js",
"loader": "lib/loader.js",
"types": "types/index.d.ts",
"sideEffects": false,
"scripts": {
"dev": "rollup -c -w --environment NODE_ENV:development",
"build": "rimraf dist lib types && rollup -c --environment NODE_ENV:production",
"types": "tsc -p . -d --declarationDir types --emitDeclarationOnly"
},
"dependencies": {
"tslib": "^2.0.0"
},
"devDependencies": {
"@rollup/plugin-typescript": "^8.1.0",
"@types/node": "^14.14.20",
"@types/react": "^17.0.0",
"builtin-modules": "^3.2.0",
"husky": "^4.3.7",
"lint-staged": "^10.5.3",
"prettier": "^2.2.1",
"rimraf": "^3.0.2",
"rollup": "^2.36.1",
"rollup-plugin-node-externals": "^2.2.0",
"typescript": "^4.1.3"
},
"peerDependencies": {
"react": ">=16.8.0"
},
"peerDependenciesMeta": {
"react": {
"optional": true
}
},
"lint-staged": {
"**/*.{js,jsx,ts,tsx,json,yml}": [
"prettier --write",
"git add ."
]
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/icesjs/react-locale.git"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"keywords": [
"React",
"Hooks",
"Locale",
"I18N"
],
"author": {
"name": "Stone",
"email": "star2018@outlook.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/icesjs/react-locale/issues"
},
"homepage": "https://github.com/icesjs/react-locale#readme",
"files": [
"dist",
"lib",
"types"
]
}