@chakra-xui/cra-template
Version:
The official Chakra+JavaScript template for Create React App
34 lines (33 loc) • 680 B
JSON
{
"name": "@chakra-xui/cra-template",
"version": "1.0.2",
"main": "template.json",
"keywords": [
"chakra",
"chakra-xui",
"Chakra xui",
"react",
"create-react-app",
"template"
],
"description": "The official Chakra+JavaScript template for Create React App",
"repository": {
"type": "git",
"url": "https://github.com/chakra-xui/chakra-xui.git",
"directory": "tooling/cra-template"
},
"license": "MIT",
"engines": {
"node": ">=10"
},
"bugs": {
"url": "https://github.com/chakra-xui/chakra-xui/issues"
},
"files": [
"template",
"template.json"
],
"scripts": {
"lint": "eslint template/src"
}
}