Remove next references in package.json

This commit is contained in:
Zoe Roux 2024-05-10 16:08:57 +02:00
parent b2b09c58db
commit d21e33df32
No known key found for this signature in database

View File

@ -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"
}
}