react-chevron
Version:
The chevron component that works as inline character in React
32 lines (31 loc) • 792 B
JSON
{
"name": "react-chevron",
"version": "1.1.1",
"description": "The chevron component that works as inline character in React",
"main": "index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/blueStragglr/react-chevron.git"
},
"keywords": [
"Chevron",
"Simple",
"Icon"
],
"author": "blueStragglr <oortcloud1599@gmail.com> (https://bluestragglr.com)",
"license": "CPL-1.0",
"bugs": {
"url": "https://github.com/blueStragglr/react-chevron/issues"
},
"homepage": "https://github.com/blueStragglr/react-chevron#readme",
"devDependencies": {
"typescript": "^4.2.4"
},
"dependencies": {
"@types/react": "^17.0.5"
}
}