| 1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- {
- "name": "cookbook",
- "version": "0.1.0",
- "private": true,
- "dependencies": {
- "@craco/craco": "^6.0.0",
- "@tailwindcss/postcss7-compat": "^2.0.2",
- "@testing-library/jest-dom": "^5.11.4",
- "@testing-library/react": "^11.1.0",
- "@testing-library/user-event": "^12.1.10",
- "autoprefixer": "^9",
- "postcss": "^7",
- "react": "^17.0.1",
- "react-dom": "^17.0.1",
- "react-scripts": "4.0.1",
- "tailwind": "^4.0.0",
- "tailwindcss": "npm:@tailwindcss/postcss7-compat",
- "web-vitals": "^0.2.4"
- },
- "scripts": {
- "start": "craco start",
- "build": "craco build",
- "test": "craco test",
- "eject": "react-scripts eject"
- },
- "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"
- ]
- }
- }
|