remove duplicate packages from cast app

This commit is contained in:
Abhinav 2023-11-27 10:16:29 +05:30
parent eaea801317
commit 13a70edd24
3 changed files with 17 additions and 999 deletions

View file

@ -9,18 +9,9 @@
"lint": "next lint"
},
"dependencies": {
"mime-types": "^2.1.35",
"next": "14.0.2",
"react": "^18",
"react-dom": "^18"
"mime-types": "^2.1.35"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.0.2",
"sass": "^1.69.5",
"typescript": "^5"
"sass": "^1.69.5"
}
}

View file

@ -9,6 +9,7 @@
"scripts": {
"build:photos": "turbo run build --filter=photos",
"build:auth": "turbo run build --filter=auth",
"build:cast": "turbo run build --filter=cast",
"dev:auth": "turbo run dev --filter=auth",
"dev:photos": "turbo run dev --filter=photos",
"dev:cast": "turbo run dev --filter=cast",

1002
yarn.lock

File diff suppressed because it is too large Load diff