cra-template-jam
Version:
A quick start Create React App template with React Router, Redux Toolkit, TypeScript, Styled Components and custom ESlint configurations
27 lines (26 loc) • 733 B
JSON
{
"name": "cra-template-jam",
"version": "0.1.4",
"main": "template.json",
"description": "A quick start Create React App template with React Router, Redux Toolkit, TypeScript, Styled Components and custom ESlint configurations",
"keywords": [
"react",
"create-react-app",
"cra-template",
"template",
"styled-components",
"eslint",
"@reduxjs/toolkit",
"react-redux",
"react-router",
"react-router-dom",
"typescript"
],
"files": ["template", "template.json"],
"repository": {
"type": "git",
"url": "https://github.com/platonlukyanov/cra-template-jam.git"
},
"author": "Platon Lukyanov",
"license": "Apache License 2.0 (Apache-2.0)"
}