From d21e33df321fb354dcd975c6e8976c5f8f6e3233 Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Fri, 10 May 2024 16:08:57 +0200 Subject: [PATCH] Remove next references in package.json --- front/apps/web/package.json | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/front/apps/web/package.json b/front/apps/web/package.json index 8388d969..db9b3930 100644 --- a/front/apps/web/package.json +++ b/front/apps/web/package.json @@ -4,12 +4,9 @@ "private": true, "sideEffects": ["./src/polyfill.ts"], "scripts": { - "dev": "next dev", - "build": "next build", - "start": "next start", - "lint": "next lint", - "format": "prettier --check --ignore-path .gitignore '!src/utils/jotai-utils.tsx' .", - "format:fix": "prettier --write --ignore-path .gitignore '!src/utils/jotai-utils.tsx' ." + "dev": "vite", + "build": "vite build", + "start": "vite preview" }, "dependencies": { "@gorhom/portal": "^1.0.14", @@ -30,8 +27,6 @@ "jassub": "^1.7.15", "jotai": "^2.6.3", "moti": "^0.27.2", - "next": "14.1.0", - "next-translate": "^2.6.2", "raf": "^3.4.1", "react": "18.2.0", "react-dom": "18.2.0", @@ -41,7 +36,6 @@ "react-native-video": "^6.0.0-beta.4", "react-native-web": "0.19.10", "react-tooltip": "^5.26.0", - "solito": "^4.2.0", "srt-webvtt": "zoriya/srt-webvtt#build", "superjson": "^2.2.1", "sweetalert2": "^11.10.4", @@ -49,13 +43,10 @@ "zod": "^3.22.4" }, "devDependencies": { - "@svgr/webpack": "^8.1.0", "@types/node": "20.11.7", "@types/react": "18.2.48", "@types/react-dom": "18.2.18", - "copy-webpack-plugin": "^12.0.2", "react-native": "0.73.2", - "typescript": "^5.3.3", - "webpack": "^5.90.0" + "typescript": "^5.3.3" } }