cra-template-rightpair
Version:
The template is made by rightpair for Create React App.
77 lines • 2.54 kB
JSON
{
"package": {
"dependencies": {
"@babel/core": "^7.11.6",
"@reduxjs/toolkit": "^1.4.0",
"@storybook/addon-actions": "^6.0.26",
"@storybook/addon-essentials": "^6.0.26",
"@storybook/addon-links": "^6.0.26",
"@storybook/node-logger": "^6.0.26",
"@storybook/preset-create-react-app": "^3.1.4",
"@storybook/react": "^6.0.26",
"@svgr/cli": "^5.4.0",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.0.4",
"@testing-library/user-event": "^12.1.7",
"@types/jest": "^26.0.14",
"@types/node": "^14.11.2",
"@types/react": "^16.9.49",
"@types/react-dom": "^16.9.8",
"@types/react-redux": "^7.1.9",
"@types/react-router-dom": "^5.1.5",
"@types/styled-components": "^5.1.3",
"@typescript-eslint/eslint-plugin": "^4.2.0",
"@typescript-eslint/parser": "^4.2.0",
"babel-loader": "^8.1.0",
"eslint-config-airbnb-typescript": "^11.0.0",
"eslint-config-prettier": "^6.11.0",
"eslint-import-resolver-typescript": "^2.3.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jest": "^24.0.2",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.21.2",
"eslint-plugin-react-hooks": "^4.1.2",
"husky": "^4.3.0",
"jest": "^26.4.2",
"jest-chain": "^1.1.5",
"jest-extended": "^0.11.5",
"prettier": "^2.1.2",
"pretty-quick": "^3.1.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-helmet-async": "^1.0.7",
"react-is": "^16.13.1",
"react-redux": "^7.2.1",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.3",
"redux": "^4.0.5",
"redux-persist": "^6.0.0",
"styled-components": "^5.2.0",
"styled-normalize": "^8.0.7",
"styled-theming": "^2.2.0",
"typescript": "^4.0.3",
"web-vitals": "^0.2.4"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"license": "MIT",
"scripts": {
"build-storybook": "build-storybook -s public",
"clean": "rimraf build",
"lint": "eslint -f table ./src/ --ext .ts --ext .tsx",
"lint:fix": "eslint --fix -f table ./src/ --ext .ts --ext .tsx",
"storybook": "start-storybook -p 6006 -s public",
"svgr": "npx @svgr/cli ./assets --out-dir ./src/Svgs"
}
}
}