UNPKG

@thetc/cra-template-typescript

Version:
33 lines (32 loc) 1.03 kB
{ "package": { "dependencies": { "@testing-library/jest-dom": "^5.11.4", "@testing-library/react": "^12.1.2", "@testing-library/user-event": "^13.5.0", "@types/jest": "^26.0.24", "@types/node": "^16.11.21", "@types/react": "^17.0.0", "@types/react-dom": "^17.0.0", "@typescript-eslint/eslint-plugin": "^5.10.0", "@typescript-eslint/parser": "^5.10.0", "classnames": "^2.2.6", "eslint": "^8.7.0", "eslint-config-airbnb-typescript": "^16.1.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-import": "^2.22.1", "eslint-plugin-jsx-a11y": "^6.4.1", "eslint-plugin-react": "^7.22.0", "eslint-plugin-react-hooks": "^4.2.0", "prettier": "^2.5.1", "typescript": "^4.1.2", "web-vitals": "^2.1.4" }, "scripts": { "format": "eslint src --fix && prettier --write --ignore-unknown --ignore-path=.gitignore ." }, "eslintConfig": { "extends": ["react-app", "react-app/jest"] } } }