cra-template-react-ts
Version:
react-ts template for Create React App.
53 lines (52 loc) • 1.29 kB
JSON
{
"name": "cra-template-react-ts",
"version": "1.3.1",
"keywords": [
"react",
"create-react-app",
"template",
"typescript",
"react-ts"
],
"description": "react-ts template for Create React App.",
"repository": {
"type": "git",
"url": "https://github.com/chqfly/cra-template-react-ts.git"
},
"main": "template.json",
"author": "chqfly",
"license": "MIT",
"engines": {
"node": ">=10"
},
"bugs": {
"url": "https://github.com/chqfly/cra-template-react-ts/issues"
},
"files": [
"template",
"template.json"
],
"dependencies": {
"@types/node": "^12.0.0",
"@types/react": "^16.9.0",
"@types/react-dom": "^16.9.0",
"react-dom": "^16.13.1"
},
"devDependencies": {
"react-scripts": "3.4.1",
"typescript": "^3.9.5",
"@commitlint/cli": "^9.0.1",
"@commitlint/config-conventional": "^9.0.1",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.4",
"husky": "^4.2.5",
"lint-staged": "^10.2.11",
"prettier": "^2.0.5",
"stylelint": "^13.6.1",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-standard": "^20.0.0",
"stylelint-order": "^4.1.0",
"stylelint-prettier": "^1.1.2"
}
}