cra-template-pdr
Version:
Great CRA template with typescript
41 lines (40 loc) • 1.12 kB
JSON
{
"name": "cra-template-pdr",
"version": "0.1.1",
"description": "Great CRA template with typescript",
"keywords": ["react", "typescript", "organized", "styled-components"],
"repository": {
"type": "git",
"url": "https://github.com/pedrosandes/pdr-template",
"directory": "packages/cra-template-pdr"
},
"bugs": {
"url": "https://github.com/pedrosandes/pdr-template/issues"
},
"license": "MIT",
"dependencies": {
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.4.0",
"@types/node": "^16.11.19",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"@types/styled-components": "^5.1.19",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-icons": "^4.3.1",
"react-router-dom": "6",
"react-scripts": "5.0.0",
"styled-components": "^5.3.3",
"typescript": "^4.5.4",
"web-vitals": "^2.1.2"
},
"files": [
"template",
"template.json"
],
"engines": {
"node": ">=14"
}
}