|
10 | 10 | "serve": "vite preview",
|
11 | 11 | "build": "vite build",
|
12 | 12 | "lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
|
13 |
| - "preview": "vite preview", |
14 |
| - "deploy": "gh-pages -d build" |
| 13 | + "preview": "vite preview" |
15 | 14 | },
|
16 | 15 | "dependencies": {
|
17 | 16 | "@chakra-ui/react": "^2.8.2",
|
18 | 17 | "@directus/sdk": "^16.1.1",
|
19 | 18 | "@emailjs/browser": "^4.3.3",
|
20 |
| - "@emotion/react": "^11.11.4", |
21 |
| - "@emotion/styled": "^11.11.5", |
22 | 19 | "@react-oauth/google": "^0.12.1",
|
23 | 20 | "@tabler/icons-react": "^3.8.0",
|
24 | 21 | "@tanstack/react-router": "^1.40.0",
|
|
30 | 27 | "framer-motion": "^11.2.12",
|
31 | 28 | "locomotive-aos": "^1.0.7",
|
32 | 29 | "locomotive-scroll": "^4.1.4",
|
33 |
| - "pnpm": "^9.4.0", |
34 | 30 | "prop-types": "^15.8.1",
|
35 | 31 | "react": "^18.3.1",
|
36 | 32 | "react-dom": "^18.3.1",
|
|
46 | 42 | "@types/react-dom": "^18.3.0",
|
47 | 43 | "@vitejs/plugin-react": "^4.3.1",
|
48 | 44 | "autoprefixer": "^10.4.19",
|
49 |
| - "babel-plugin-react-compiler": "^0.0.0", |
50 | 45 | "eslint": "^9.6.0",
|
51 | 46 | "eslint-plugin-react": "^7.34.3",
|
52 |
| - "eslint-plugin-react-compiler": "0.0.0-experimental-51a85ea-20240601", |
53 | 47 | "eslint-plugin-react-hooks": "^4.6.2",
|
54 | 48 | "eslint-plugin-react-refresh": "^0.4.7",
|
55 |
| - "gh-pages": "^6.1.1", |
56 | 49 | "postcss": "^8.4.38",
|
57 | 50 | "sass": "^1.77.6",
|
58 | 51 | "tailwindcss": "^3.4.4",
|
59 |
| - "vite": "^5.3.2" |
| 52 | + "vite": "^5.3.2", |
| 53 | + "pnpm": "^9.4.0" |
60 | 54 | },
|
61 | 55 | "browserslist": {
|
62 | 56 | "production": [
|
|
0 commit comments