@chakra-ui/cra-template-typescript
Version:
The official Chakra+TypeScript template for Create React App.
42 lines • 935 B
JSON
{
"name": "@chakra-ui/cra-template-typescript",
"version": "2.0.6",
"main": "template.json",
"keywords": [
"chakra",
"chakra-ui",
"Chakra UI",
"react",
"create-react-app",
"template",
"typescript"
],
"publishConfig": {
"access": "public"
},
"description": "The official Chakra+TypeScript template for Create React App.",
"repository": {
"type": "git",
"url": "https://github.com/chakra-ui/chakra-ui.git",
"directory": "tooling/cra-template-typescript"
},
"license": "MIT",
"engines": {
"node": ">=10"
},
"bugs": {
"url": "https://github.com/chakra-ui/chakra-ui/issues"
},
"files": [
"template",
"template.json"
],
"devDependencies": {
"web-vitals": "^2.1.4"
},
"scripts": {
"lint": "concurrently yarn:lint:*",
"lint:src": "eslint template/src --ext .ts,.tsx --config ../../.eslintrc",
"lint:types": "tsc --noEmit"
}
}