|
3 | 3 | "version": "0.1.0",
|
4 | 4 | "private": true,
|
5 | 5 | "dependencies": {
|
6 |
| - "@craco/craco": "^6.4.1", |
7 | 6 | "@testing-library/jest-dom": "^5.11.4",
|
8 | 7 | "@testing-library/react": "^11.1.0",
|
9 | 8 | "@testing-library/user-event": "^12.1.10",
|
10 | 9 | "framer-motion": "4.1.17",
|
11 |
| - "react": "^18.0.0", |
| 10 | + "react": "^18.1.0", |
12 | 11 | "react-countup": "^6.1.1",
|
13 |
| - "react-dom": "^18.0.0", |
| 12 | + "react-dom": "^18.1.0", |
14 | 13 | "react-icons": "^4.3.1",
|
15 | 14 | "react-router-dom": "^6.0.2",
|
16 | 15 | "react-scripts": "4.0.3",
|
|
19 | 18 | "web-vitals": "^1.0.1"
|
20 | 19 | },
|
21 | 20 | "scripts": {
|
22 |
| - "start": "craco start", |
23 |
| - "build": "craco build", |
24 |
| - "test": "craco test", |
25 |
| - "eject": "react-scripts eject" |
| 21 | + "start": "yarn run build:css && react-scripts start", |
| 22 | + "build": "yarn run react-scripts build", |
| 23 | + "test": "react-scripts test", |
| 24 | + "eject": "react-scripts eject", |
| 25 | + "build:css": "postcss src/css/tailwind.css -o src/css/main.css" |
26 | 26 | },
|
27 | 27 | "eslintConfig": {
|
28 | 28 | "extends": [
|
|
43 | 43 | ]
|
44 | 44 | },
|
45 | 45 | "devDependencies": {
|
46 |
| - "autoprefixer": "^9.8.8", |
47 |
| - "postcss": "^7.0.39", |
48 |
| - "tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.2.17" |
| 46 | + "@tailwindcss/forms": "^0.5.2", |
| 47 | + "autoprefixer": "^10.4.7", |
| 48 | + "postcss": "^8.4.14", |
| 49 | + "tailwindcss": "^3.0.24" |
49 | 50 | }
|
50 | 51 | }
|
0 commit comments