UNPKG

create-rivas-react

Version:

Boilerplate for create react with atomic design

79 lines (78 loc) 2.25 kB
{ "name": "create-rivas-react", "description": "Project for creating a create-rivas-react", "version": "0.1.0", "private": true, "scripts": { "dev": "react-app-rewired start", "start": "react-app-rewired start", "build": "react-app-rewired build", "test": "react-app-rewired test", "eject": "react-scripts eject", "lint": "eslint .", "lint:fix": "eslint . --fix", "format:check": "prettier --check .", "format": "prettier --write .", "fix-all": "yarn format && yarn lint:fix", "test-all": "yarn format:check && yarn lint" }, "dependencies": { "@ant-design/icons": "^4.7.0", "@testing-library/jest-dom": "^5.16.4", "@testing-library/react": "^13.3.0", "@testing-library/user-event": "^13.5.0", "@types/jest": "^27.5.2", "@types/node": "^16.11.39", "@types/react": "^18.0.12", "@types/react-dom": "^18.0.5", "classnames": "^2.3.1", "rc-field-form": "^1.26.7", "rc-util": "^5.21.5", "react": "^18.2.0", "react-app-rewired": "^2.2.1", "react-dom": "^18.2.0", "react-scripts": "5.0.1", "react-router-dom": "6.x", "web-vitals": "^2.1.4", "styled-components": "^5.3.5" }, "devDependencies": { "@types/node": "^17.0.42", "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "@types/styled-components": "^5.1.25", "@typescript-eslint/eslint-plugin": "^5.27.1", "@typescript-eslint/parser": "^5.27.1", "babel-plugin-styled-components": "^2.0.7", "customize-cra": "^1.0.0", "eslint": "^8.17.0", "eslint-config-airbnb": "^19.0.4", "eslint-config-airbnb-typescript": "^17.0.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-jsx-a11y": "^6.5.1", "eslint-plugin-react": "^7.30.0", "eslint-plugin-react-hooks": "^4.5.0", "prettier": "^2.6.2", "rivas-cli": "^0.0.6", "typescript": "^4.6.3" }, "eslintConfig": { "extends": [ "react-app", "react-app/jest" ] }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] } }