|
| 1 | +{ |
| 2 | + "name": "project-xz", |
| 3 | + "version": "0.1.0", |
| 4 | + "private": true, |
| 5 | + "dependencies": { |
| 6 | + "@craco/craco": "^6.0.0", |
| 7 | + "@tailwindcss/postcss7-compat": "^2.0.2", |
| 8 | + "@testing-library/jest-dom": "^5.11.5", |
| 9 | + "@testing-library/react": "^11.1.1", |
| 10 | + "@testing-library/user-event": "^12.2.0", |
| 11 | + "autoprefixer": "^9", |
| 12 | + "postcss": "^7", |
| 13 | + "react": "^17.0.1", |
| 14 | + "react-dom": "^17.0.1", |
| 15 | + "react-router-dom": "^5.2.0", |
| 16 | + "react-scripts": "4.0.0", |
| 17 | + "tailwindcss": "npm:@tailwindcss/postcss7-compat", |
| 18 | + "web-vitals": "^0.2.4" |
| 19 | + }, |
| 20 | + "scripts": { |
| 21 | + "start": "craco start", |
| 22 | + "build": "craco build", |
| 23 | + "test": "craco test", |
| 24 | + "eject": "react-scripts eject", |
| 25 | + "lint": "eslint .", |
| 26 | + "lint:fix": "eslint . --fix" |
| 27 | + }, |
| 28 | + "eslintConfig": { |
| 29 | + "extends": [ |
| 30 | + "react-app", |
| 31 | + "react-app/jest" |
| 32 | + ] |
| 33 | + }, |
| 34 | + "browserslist": { |
| 35 | + "production": [ |
| 36 | + ">0.2%", |
| 37 | + "not dead", |
| 38 | + "not op_mini all" |
| 39 | + ], |
| 40 | + "development": [ |
| 41 | + "last 1 chrome version", |
| 42 | + "last 1 firefox version", |
| 43 | + "last 1 safari version" |
| 44 | + ] |
| 45 | + }, |
| 46 | + "devDependencies": { |
| 47 | + "eslint-config-airbnb-base": "^14.2.1", |
| 48 | + "eslint-config-prettier": "^7.0.0", |
| 49 | + "eslint-plugin-import": "^2.22.1", |
| 50 | + "eslint-plugin-jsx-a11y": "^6.4.1", |
| 51 | + "eslint-plugin-prettier": "^3.2.0", |
| 52 | + "eslint-plugin-react": "^7.21.5", |
| 53 | + "eslint-plugin-react-hooks": "^4.2.0", |
| 54 | + "prettier": "^2.2.1", |
| 55 | + "test": "^0.6.0" |
| 56 | + } |
| 57 | +} |
0 commit comments