{ "name": "ente-web", "version": "0.0.0", "private": true, "workspaces": [ "apps/*", "packages/*" ], "scripts": { "build": "yarn build:photos", "build:accounts": "yarn workspace accounts next build", "build:auth": "yarn workspace auth next build", "build:cast": "yarn workspace cast next build", "build:photos": "yarn workspace photos next build", "dev": "yarn dev:photos", "dev:accounts": "yarn workspace accounts next dev", "dev:auth": "yarn workspace auth next dev", "dev:cast": "yarn workspace cast next dev", "dev:photos": "yarn workspace photos next dev", "dev:albums": "yarn workspace photos next dev -p 3002", "lint": "yarn prettier --check . && yarn workspaces run eslint .", "lint-fix": "yarn prettier --write . && yarn workspaces run eslint --fix ." }, "dependencies": { "@ente/accounts": "*", "@ente/shared": "*", "axios": "^1.6.0", "is-electron": "^2.2.2", "next": "^14.1" }, "devDependencies": { "@ente/eslint-config": "*", "@typescript-eslint/eslint-plugin": "^7", "@typescript-eslint/parser": "^7", "eslint": "^8", "prettier": "^3", "typescript": "^5" }, "resolutions": { "@sentry/cli": "1.75.0", "libsodium": "0.7.9" } }