|
31 | 31 | "react-dropzone": "^14.2.3", |
32 | 32 | "react-icons": "^5.2.1", |
33 | 33 | "react-is": "^18.3.1", |
34 | | - "react-quill": "^2.0.0", |
| 34 | + "react-quill": "^0.0.2", |
35 | 35 | "react-router-dom": "^6.25.1", |
36 | 36 | "react-scripts": "^5.0.1", |
37 | 37 | "sanitize-html": "^2.17.0", |
|
41 | 41 | "web-vitals": "^4.2.2" |
42 | 42 | }, |
43 | 43 | "scripts": { |
44 | | - "start": "craco start", |
45 | | - "build": "craco build", |
46 | | - "test": "craco test", |
47 | | - "test:ci": "craco test --coverage --watchAll=false --passWithNoTests", |
| 44 | + "start": "react-scripts start", |
| 45 | + "build": "react-scripts build", |
| 46 | + "test": "react-scripts test", |
| 47 | + "test:ci": "react-scripts test --coverage --watchAll=false --passWithNoTests", |
48 | 48 | "lint": "eslint src --ext .js,.jsx --max-warnings 0", |
49 | 49 | "lint:fix": "eslint src --ext .js,.jsx --fix", |
50 | 50 | "eject": "react-scripts eject", |
|
74 | 74 | ] |
75 | 75 | }, |
76 | 76 | "devDependencies": { |
| 77 | + "@babel/plugin-syntax-dynamic-import": "^7.8.3", |
| 78 | + "@craco/craco": "^5.9.0", |
77 | 79 | "anymatch": "^3.1.3", |
78 | 80 | "chokidar": "^3.6.0", |
79 | 81 | "gh-pages": "^6.1.1", |
80 | | - "micromatch": "^4.0.7", |
81 | | - "@craco/craco": "^7.1.0", |
82 | | - "@babel/plugin-syntax-dynamic-import": "^7.8.3" |
| 82 | + "micromatch": "^4.0.7" |
83 | 83 | } |
84 | 84 | } |
0 commit comments