ente/package.json

62 lines
1.7 KiB
JSON
Raw Normal View History

2020-09-09 21:09:51 +00:00
{
"name": "bada-frame",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
2020-09-13 08:41:01 +00:00
"postbuild": "next-on-netlify",
2020-09-09 21:09:51 +00:00
"start": "next start"
},
"dependencies": {
2021-03-08 11:59:14 +00:00
"@sentry/browser": "^5.21.3",
"@sentry/integrations": "^5.21.3",
"@sentry/node": "^5.21.3",
"@sentry/webpack-plugin": "^1.12.1",
"axios": "^0.20.0",
"bootstrap": "^4.5.2",
2020-09-27 17:18:57 +00:00
"comlink": "^4.3.0",
2021-01-12 10:18:50 +00:00
"exif-js": "^2.3.0",
"formik": "^2.1.5",
2021-02-23 08:20:27 +00:00
"heic2any": "^0.0.3",
"http-proxy-middleware": "^1.0.5",
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",
2020-09-09 21:09:51 +00:00
"next": "9.5.3",
"node-forge": "^0.10.0",
"photoswipe": "file:./thirdparty/photoswipe",
2020-09-09 21:09:51 +00:00
"react": "16.13.1",
"react-bootstrap": "^1.3.0",
2021-03-11 16:03:07 +00:00
"react-burger-menu": "^3.0.4",
2020-09-09 21:09:51 +00:00
"react-dom": "16.13.1",
"react-dropzone": "^11.2.4",
"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",
2020-11-07 15:43:00 +00:00
"react-window-infinite-loader": "^1.0.5",
2020-09-09 21:09:51 +00:00
"scrypt-js": "^3.0.1",
"styled-components": "^5.2.0",
2021-03-04 16:52:15 +00:00
"xml-js": "^1.6.11",
"yup": "^0.29.3"
2020-09-09 21:09:51 +00:00
},
"devDependencies": {
2020-10-03 14:21:56 +00:00
"@next/bundle-analyzer": "^9.5.3",
"@types/libsodium-wrappers": "^0.7.8",
"@types/localforage": "^0.0.34",
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",
2020-11-07 15:43:00 +00:00
"@types/react-window": "^1.8.2",
"@types/react-window-infinite-loader": "^1.0.3",
2020-09-09 21:09:51 +00:00
"@types/styled-components": "^5.1.3",
"@types/yup": "^0.29.7",
2020-09-09 21:09:51 +00:00
"babel-plugin-styled-components": "^1.11.1",
2020-09-13 08:41:01 +00:00
"next-on-netlify": "^2.4.0",
2021-02-07 14:54:31 +00:00
"typescript": "^4.1.3",
"worker-plugin": "^5.0.0"
2020-09-26 12:36:02 +00:00
},
"standard": {
"parser": "babel-eslint"
2020-09-09 21:09:51 +00:00
}
}