switch to parcel building

This commit is contained in:
WillJeynes
2026-06-23 12:25:37 +01:00
parent 77c2c3acdf
commit 5bb94d4714
10 changed files with 2870 additions and 951 deletions
+5 -7
View File
@@ -3,10 +3,8 @@
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
"dev": "cp -r public/* dist && parcel src/index.html",
"build": "parcel build src/index.html"
},
"dependencies": {
"class-variance-authority": "^0.7.1",
@@ -16,10 +14,9 @@
"framer-motion": "^12.34.3",
"i18next": "^25.8.13",
"lucide-react": "^0.575.0",
"next": "16.1.6",
"radix-ui": "^1.4.3",
"react": "19.2.3",
"react-dom": "19.2.3",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-i18next": "^16.5.4",
"tailwind-merge": "^3.5.0"
},
@@ -30,6 +27,7 @@
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.1.6",
"parcel": "^2.16.4",
"shadcn": "^3.8.5",
"tailwindcss": "^4",
"tw-animate-css": "^1.4.0",