react-meter
Version:
### This is a small customizable meter for React (Types Included)
57 lines (56 loc) • 1.14 kB
JSON
{
"name": "react-meter",
"version": "1.0.13",
"types": "./index.d.ts",
"dependencies": {
"html-react-parser": "^1.4.5",
"react": "^17.0.2"
},
"repository": {
"type": "git",
"url": "https://github.com/DarbyBurbidge/react-meter.git"
},
"keywords": [
"UI",
"TypeScript",
"Meter",
"React",
"Component",
"React-Component",
"SVG"
],
"scripts": {
"build": "rm -rf ./lib && tsc",
"test": "jest",
"lint": "tslint -c tslint.json './src/**/*.{ts,tsx}'",
"prepare": "yarn lint && yarn build"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"main": "lib/index.js",
"license": "MIT",
"devDependencies": {
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"react-dom": "^17.0.2",
"tslint": "^6.1.3",
"tslint-react": "^5.0.0",
"typescript": "^4.5.4"
}
}