{ "name": "commercel-ui", "version": "0.1.0", "private": true, "dependencies": { "@craco/craco": "^6.1.1", "axios": "^0.21.1", "formik": "^2.2.6", "lodash": "^4.17.21", "moment": "^2.29.1", "react": "^17.0.1", "react-dom": "^17.0.1", "react-router-dom": "^5.2.0", "react-scripts": "4.0.3", "swr": "^0.5.3", "tailwindcss": "npm:@tailwindcss/postcss7-compat", "typescript": "^4.1.2", "yup": "^0.32.9" }, "scripts": { "start": "craco start", "build": "craco build", "lint": "eslint . --ext=ts,tsx" }, "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" ] }, "devDependencies": { "@tailwindcss/postcss7-compat": "^2.0.3", "@types/lodash": "^4.14.168", "@types/moment": "^2.13.0", "@types/node": "^12.0.0", "@types/react": "^17.0.0", "@types/react-dom": "^17.0.0", "@types/react-router-dom": "^5.1.7", "@types/yup": "^0.29.11", "@typescript-eslint/eslint-plugin": "^3.1.0", "@typescript-eslint/parser": "^3.1.0", "autoprefixer": "^9", "eslint-config-airbnb": "^18.1.0", "eslint-config-airbnb-typescript": "^8.0.2", "eslint-plugin-import": "^2.20.2", "eslint-plugin-jsx-a11y": "^6.2.3", "eslint-plugin-react": "^7.20.0", "eslint-plugin-react-hooks": "^2.5.1", "postcss": "^7" } }