Skip to content

Commit c60719a

Browse files
import moving border
Co-authored-by: Cooperzilla <[email protected]>
1 parent 82776cb commit c60719a

File tree

6 files changed

+151
-414
lines changed

6 files changed

+151
-414
lines changed

frontend/package.json

+3-9
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,12 @@
1010
"serve": "vite preview",
1111
"build": "vite build",
1212
"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"
1514
},
1615
"dependencies": {
1716
"@chakra-ui/react": "^2.8.2",
1817
"@directus/sdk": "^16.1.1",
1918
"@emailjs/browser": "^4.3.3",
20-
"@emotion/react": "^11.11.4",
21-
"@emotion/styled": "^11.11.5",
2219
"@react-oauth/google": "^0.12.1",
2320
"@tabler/icons-react": "^3.8.0",
2421
"@tanstack/react-router": "^1.40.0",
@@ -30,7 +27,6 @@
3027
"framer-motion": "^11.2.12",
3128
"locomotive-aos": "^1.0.7",
3229
"locomotive-scroll": "^4.1.4",
33-
"pnpm": "^9.4.0",
3430
"prop-types": "^15.8.1",
3531
"react": "^18.3.1",
3632
"react-dom": "^18.3.1",
@@ -46,17 +42,15 @@
4642
"@types/react-dom": "^18.3.0",
4743
"@vitejs/plugin-react": "^4.3.1",
4844
"autoprefixer": "^10.4.19",
49-
"babel-plugin-react-compiler": "^0.0.0",
5045
"eslint": "^9.6.0",
5146
"eslint-plugin-react": "^7.34.3",
52-
"eslint-plugin-react-compiler": "0.0.0-experimental-51a85ea-20240601",
5347
"eslint-plugin-react-hooks": "^4.6.2",
5448
"eslint-plugin-react-refresh": "^0.4.7",
55-
"gh-pages": "^6.1.1",
5649
"postcss": "^8.4.38",
5750
"sass": "^1.77.6",
5851
"tailwindcss": "^3.4.4",
59-
"vite": "^5.3.2"
52+
"vite": "^5.3.2",
53+
"pnpm": "^9.4.0"
6054
},
6155
"browserslist": {
6256
"production": [

0 commit comments

Comments
 (0)