We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b06e77 commit a834cb3Copy full SHA for a834cb3
1 file changed
package.json
@@ -7,9 +7,7 @@
7
"dev": "vite",
8
"build": "tsc -b && vite build",
9
"lint": "eslint .",
10
- "preview": "vite preview",
11
- "predeploy": "pnpm build",
12
- "deploy": "gh-pages -d dist"
+ "preview": "vite preview"
13
},
14
"dependencies": {
15
"react": "^19.1.1",
@@ -27,7 +25,6 @@
27
25
"eslint": "^9.36.0",
28
26
"eslint-plugin-react-hooks": "^5.2.0",
29
"eslint-plugin-react-refresh": "^0.4.22",
30
- "gh-pages": "^6.3.0",
31
"globals": "^16.4.0",
32
"postcss": "^8.5.6",
33
"tailwindcss": "^4.1.16",
0 commit comments