{ "name": "bada-frame", "version": "1.0.0", "private": true, "scripts": { "dev": "next dev", "albums": "next dev -p 3002", "prebuild": "eslint \"src/**/*.{js,jsx,ts,tsx}\"", "build": "next build", "build-analyze": "ANALYZE=true next build", "postbuild": "next export", "start": "next start", "prepare": "husky install" }, "dependencies": { "@date-io/date-fns": "^2.14.0", "@ente-io/next-with-workbox": "^1.0.3", "@mui/icons-material": "^5.6.2", "@mui/material": "^5.6.2", "@mui/styled-engine": "npm:@mui/styled-engine-sc@latest", "@mui/styled-engine-sc": "^5.6.1", "@mui/x-date-pickers": "^5.0.0-alpha.6", "@sentry/nextjs": "^6.7.1", "@stripe/stripe-js": "^1.13.2", "@tensorflow-models/coco-ssd": "^2.2.2", "@tensorflow/tfjs-backend-cpu": "^3.13.0", "@tensorflow/tfjs-backend-webgl": "^3.11.0", "@tensorflow/tfjs-converter": "^3.11.0", "@tensorflow/tfjs-core": "^3.11.0", "@tensorflow/tfjs-tflite": "^0.0.1-alpha.7", "@typescript-eslint/eslint-plugin": "^4.25.0", "@typescript-eslint/parser": "^4.25.0", "@zip.js/zip.js": "^2.4.2", "axios": "^0.21.3", "bip39": "^3.0.4", "blazeface-back": "^0.0.8", "bootstrap": "^4.5.2", "bs58": "^4.0.1", "chrono-node": "^2.2.6", "comlink": "^4.3.0", "debounce-promise": "^3.1.2", "density-clustering": "^1.3.0", "eslint-config-airbnb": "^18.2.1", "eslint-plugin-import": "^2.23.3", "eslint-plugin-jsx-a11y": "^6.4.1", "eslint-plugin-react-hooks": "^4.2.0", "eventemitter3": "^4.0.7", "exifr": "^7.1.3", "ffmpeg-wasm": "file:./thirdparty/ffmpeg-wasm", "file-type": "^16.5.4", "formik": "^2.1.5", "hdbscan": "0.0.1-alpha.5", "heic-convert": "^1.2.4", "http-proxy-middleware": "^1.0.5", "idb": "^7.0.0", "is-electron": "^2.2.0", "jszip": "3.7.1", "libsodium-wrappers": "^0.7.8", "localforage": "^1.9.0", "ml-matrix": "^6.8.2", "p-queue": "^7.1.0", "next": "^12.1.0", "next-transpile-modules": "^9.0.0", "photoswipe": "file:./thirdparty/photoswipe", "piexifjs": "^1.0.6", "react": "^17.0.2", "react-bootstrap": "^1.3.0", "react-d3-tree": "^3.1.1", "react-datepicker": "^4.3.0", "react-dom": "^17.0.2", "react-dropzone": "^11.2.4", "react-otp-input": "^2.3.1", "react-select": "^4.3.1", "react-simple-code-editor": "^0.11.0", "react-top-loading-bar": "^2.0.1", "react-virtualized-auto-sizer": "^1.0.2", "react-window": "^1.8.6", "scrypt-js": "^3.0.1", "similarity-transformation": "^0.0.1", "tesseract.js": "file:./thirdparty/tesseract", "transformation-matrix": "^2.10.0", "tsne-js": "^1.0.3", "styled-components": "^5.3.5", "workbox-precaching": "^6.1.5", "workbox-recipes": "^6.1.5", "workbox-routing": "^6.1.5", "workbox-strategies": "^6.1.5", "workbox-window": "^6.1.5", "xml-js": "^1.6.11", "yup": "^0.29.3" }, "devDependencies": { "@next/bundle-analyzer": "^9.5.3", "@types/debounce-promise": "^3.1.3", "@types/libsodium-wrappers": "^0.7.8", "@types/node": "^14.6.4", "@types/photoswipe": "^4.1.1", "@types/react": "^16.9.49", "@types/react-collapse": "^5.0.1", "@types/react-datepicker": "^4.1.7", "@types/react-select": "^4.0.15", "@types/react-window": "^1.8.2", "@types/react-window-infinite-loader": "^1.0.3", "@types/wicg-file-system-access": "^2020.9.5", "@types/styled-components": "^5.1.25", "@types/yup": "^0.29.7", "@typescript-eslint/eslint-plugin": "^4.25.0", "@typescript-eslint/parser": "^4.25.0", "babel-plugin-styled-components": "^1.11.1", "eslint": "^7.27.0", "eslint-config-airbnb": "^18.2.1", "eslint-config-google": "^0.14.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-import": "^2.23.3", "eslint-plugin-jsx-a11y": "^6.4.1", "eslint-plugin-react": "^7.23.2", "eslint-plugin-react-hooks": "^4.2.0", "husky": "^7.0.1", "lint-staged": "^11.1.2", "prettier": "2.3.2", "typescript": "^4.1.3" }, "standard": { "parser": "babel-eslint" }, "lint-staged": { "src/**/*.{js,jsx,ts,tsx}": [ "eslint --fix", "prettier --write --ignore-unknown" ] }, "resolutions": { "@mui/styled-engine": "npm:@mui/styled-engine-sc@latest" } }