ente/package.json

120 lines
3.6 KiB
JSON
Raw Normal View History

2020-09-09 21:09:51 +00:00
{
"name": "bada-frame",
2022-07-08 07:15:20 +00:00
"version": "1.0.0",
2020-09-09 21:09:51 +00:00
"private": true,
"scripts": {
"dev": "next dev",
2022-01-25 09:00:28 +00:00
"albums": "next dev -p 3002",
2023-04-14 03:53:59 +00:00
"auth": "next dev -p 3004",
2023-01-14 16:11:35 +00:00
"lint": "next lint",
2020-09-09 21:09:51 +00:00
"build": "next build",
2021-06-09 10:27:11 +00:00
"postbuild": "next export",
"build-analyze": "ANALYZE=true next build",
2021-08-13 02:23:04 +00:00
"start": "next start",
"prepare": "husky install"
2020-09-09 21:09:51 +00:00
},
"dependencies": {
2022-06-14 08:25:02 +00:00
"@date-io/date-fns": "^2.14.0",
"@emotion/cache": "^11.10.5",
"@emotion/react": "^11.10.6",
"@emotion/server": "^11.10.0",
"@emotion/styled": "^11.10.6",
2022-04-23 17:11:27 +00:00
"@mui/icons-material": "^5.6.2",
2022-06-13 14:23:26 +00:00
"@mui/material": "^5.6.2",
2022-06-14 08:25:02 +00:00
"@mui/x-date-pickers": "^5.0.0-alpha.6",
2021-06-21 06:28:24 +00:00
"@sentry/nextjs": "^6.7.1",
2021-04-06 13:41:57 +00:00
"@stripe/stripe-js": "^1.13.2",
2022-02-22 05:59:58 +00:00
"@tensorflow-models/coco-ssd": "^2.2.2",
2022-02-22 05:59:31 +00:00
"@tensorflow/tfjs-backend-cpu": "^3.13.0",
2021-11-04 10:30:52 +00:00
"@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",
"@zip.js/zip.js": "^2.4.2",
"axios": "^0.21.3",
"bip39": "^3.0.4",
2022-01-24 05:23:37 +00:00
"blazeface-back": "^0.0.8",
"bootstrap": "^4.5.2",
2022-02-20 07:56:52 +00:00
"bs58": "^4.0.1",
2021-05-18 13:45:40 +00:00
"chrono-node": "^2.2.6",
2020-09-27 17:18:57 +00:00
"comlink": "^4.3.0",
2021-05-24 12:04:37 +00:00
"debounce-promise": "^3.1.2",
2021-11-04 11:31:00 +00:00
"density-clustering": "^1.3.0",
"eventemitter3": "^4.0.7",
"exifr": "^7.1.3",
2022-03-07 10:17:33 +00:00
"ffmpeg-wasm": "file:./thirdparty/ffmpeg-wasm",
"file-type": "^16.5.4",
"formik": "^2.1.5",
2023-03-01 12:58:26 +00:00
"get-user-locale": "^2.1.3",
"hdbscan": "0.0.1-alpha.5",
"heic-convert": "^1.2.4",
"http-proxy-middleware": "^1.0.5",
2023-03-13 15:03:07 +00:00
"i18next": "^22.4.11",
"i18next-http-backend": "^2.1.1",
"idb": "^7.0.0",
2021-03-27 13:51:52 +00:00
"is-electron": "^2.2.0",
"jszip": "3.8.0",
2020-09-26 17:15:39 +00:00
"libsodium-wrappers": "^0.7.8",
2020-11-20 08:47:20 +00:00
"localforage": "^1.9.0",
"ml-matrix": "^6.8.2",
2023-01-17 06:53:42 +00:00
"next": "^13.1.2",
2023-01-14 16:11:35 +00:00
"next-transpile-modules": "^10.0.0",
2023-03-19 10:30:00 +00:00
"otpauth": "^9.0.2",
2022-07-30 08:20:41 +00:00
"p-queue": "^7.1.0",
"photoswipe": "file:./thirdparty/photoswipe",
2021-11-10 12:31:32 +00:00
"piexifjs": "^1.0.6",
2023-01-14 16:11:35 +00:00
"react": "^18.2.0",
2020-09-09 21:09:51 +00:00
"react-bootstrap": "^1.3.0",
2021-11-01 12:32:50 +00:00
"react-datepicker": "^4.3.0",
2023-01-14 16:11:35 +00:00
"react-dom": "^18.2.0",
"react-dropzone": "^11.2.4",
2023-03-13 15:03:07 +00:00
"react-i18next": "^12.2.0",
2021-06-17 12:49:45 +00:00
"react-otp-input": "^2.3.1",
2021-05-20 11:57:13 +00:00
"react-select": "^4.3.1",
"react-simple-code-editor": "^0.11.0",
"react-top-loading-bar": "^2.0.1",
2020-11-20 17:24:21 +00:00
"react-virtualized-auto-sizer": "^1.0.2",
"react-window": "^1.8.6",
2023-01-14 16:11:35 +00:00
"sanitize-filename": "^1.6.3",
"similarity-transformation": "^0.0.1",
"transformation-matrix": "^2.10.0",
2023-03-19 10:30:00 +00:00
"vscode-uri": "^3.0.7",
2021-05-23 14:25:48 +00:00
"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",
2021-03-04 16:52:15 +00:00
"xml-js": "^1.6.11",
2023-02-28 10:12:30 +00:00
"yup": "^0.29.3",
"zxcvbn": "^4.4.2"
2020-09-09 21:09:51 +00:00
},
"devDependencies": {
2023-02-10 17:03:31 +00:00
"@next/bundle-analyzer": "^13.1.6",
2023-01-14 16:11:35 +00:00
"@types/bs58": "^4.0.1",
2021-05-24 12:04:37 +00:00
"@types/debounce-promise": "^3.1.3",
2020-10-03 14:21:56 +00:00
"@types/libsodium-wrappers": "^0.7.8",
2020-09-09 21:09:51 +00:00
"@types/node": "^14.6.4",
"@types/photoswipe": "^4.1.1",
2020-09-09 21:09:51 +00:00
"@types/react": "^16.9.49",
2021-08-17 08:19:14 +00:00
"@types/react-collapse": "^5.0.1",
2021-11-01 12:32:50 +00:00
"@types/react-datepicker": "^4.1.7",
2021-05-20 11:57:13 +00:00
"@types/react-select": "^4.0.15",
2020-11-07 15:43:00 +00:00
"@types/react-window": "^1.8.2",
"@types/react-window-infinite-loader": "^1.0.3",
2022-07-30 08:20:41 +00:00
"@types/wicg-file-system-access": "^2020.9.5",
"@types/yup": "^0.29.7",
2023-02-28 10:12:30 +00:00
"@types/zxcvbn": "^4.4.1",
2023-01-14 16:11:35 +00:00
"@typescript-eslint/eslint-plugin": "^5.43.0",
"eslint": "^8.28.0",
"eslint-config-next": "^13.0.6",
"eslint-config-prettier": "^8.5.0",
2021-08-13 02:23:04 +00:00
"husky": "^7.0.1",
"lint-staged": "^11.1.2",
2021-08-12 16:12:23 +00:00
"prettier": "2.3.2",
2021-06-07 08:51:20 +00:00
"typescript": "^4.1.3"
2020-09-26 12:36:02 +00:00
},
"standard": {
"parser": "babel-eslint"
2020-09-09 21:09:51 +00:00
}
2023-04-06 05:35:56 +00:00
}