ente/web/apps/photos/package.json

68 lines
2.2 KiB
JSON
Raw Normal View History

{
"name": "photos",
"version": "0.0.0",
"private": true,
"dependencies": {
2024-04-17 04:19:59 +00:00
"@/media": "*",
"@/next": "*",
2023-04-19 23:57:06 +00:00
"@date-io/date-fns": "^2.14.0",
"@ente/accounts": "*",
2024-02-24 05:42:42 +00:00
"@ente/eslint-config": "*",
"@ente/shared": "*",
2023-04-19 23:57:06 +00:00
"@mui/x-date-pickers": "^5.0.0-alpha.6",
"@stripe/stripe-js": "^1.13.2",
"bip39": "^3.0.4",
"bs58": "^5.0.0",
2023-04-19 23:57:06 +00:00
"chrono-node": "^2.2.6",
"date-fns": "^2",
2023-11-29 06:21:05 +00:00
"debounce": "^2.0.0",
2023-04-19 23:57:06 +00:00
"density-clustering": "^1.3.0",
"eventemitter3": "^4.0.7",
"exifr": "^7.1.3",
2023-06-07 11:04:51 +00:00
"fast-srp-hap": "^2.0.4",
2023-04-19 23:57:06 +00:00
"ffmpeg-wasm": "file:./thirdparty/ffmpeg-wasm",
"formik": "^2.1.5",
"hdbscan": "0.0.1-alpha.5",
2023-11-24 18:17:06 +00:00
"heic-convert": "^2.0.0",
"idb": "^7.1.1",
"leaflet": "^1.9.4",
"leaflet-defaulticon-compatibility": "^0.1.1",
2023-04-19 23:57:06 +00:00
"localforage": "^1.9.0",
2023-05-23 05:58:03 +00:00
"memoize-one": "^6.0.0",
2024-04-24 15:16:36 +00:00
"mime-types": "^2.1.35",
"ml-matrix": "^6.10.4",
2023-04-19 23:57:06 +00:00
"otpauth": "^9.0.2",
"p-debounce": "^4.0.0",
2023-04-19 23:57:06 +00:00
"p-queue": "^7.1.0",
"photoswipe": "file:./thirdparty/photoswipe",
"piexifjs": "^1.0.6",
"pure-react-carousel": "^1.30.1",
2023-04-19 23:57:06 +00:00
"react-dropzone": "^11.2.4",
"react-otp-input": "^2.3.1",
"react-select": "^4.3.1",
"react-top-loading-bar": "^2.0.1",
"react-virtualized-auto-sizer": "^1.0.2",
"react-window": "^1.8.6",
"sanitize-filename": "^1.6.3",
"similarity-transformation": "^0.0.1",
"transformation-matrix": "^2.15.0",
"uuid": "^9.0.1",
2023-04-19 23:57:06 +00:00
"vscode-uri": "^3.0.7",
"xml-js": "^1.6.11",
2023-04-27 02:00:07 +00:00
"zxcvbn": "^4.4.2"
},
"devDependencies": {
2024-02-24 05:42:42 +00:00
"@ente/eslint-config": "*",
"@next/bundle-analyzer": "^14.1",
2023-04-19 23:57:06 +00:00
"@types/bs58": "^4.0.1",
2023-06-27 09:37:21 +00:00
"@types/leaflet": "^1.9.3",
2023-04-19 23:57:06 +00:00
"@types/photoswipe": "^4.1.1",
"@types/react-select": "^4.0.15",
2023-05-23 06:01:04 +00:00
"@types/react-virtualized-auto-sizer": "^1.0.1",
2023-04-19 23:57:06 +00:00
"@types/react-window": "^1.8.2",
"@types/react-window-infinite-loader": "^1.0.3",
2023-07-19 13:03:37 +00:00
"@types/uuid": "^9.0.2",
2023-11-08 05:24:12 +00:00
"@types/zxcvbn": "^4.4.1"
}
2023-04-29 16:49:28 +00:00
}