mirror of
https://gitlab.com/psono/psono-client
synced 2025-04-19 03:22:16 +03:00
104 lines
3.3 KiB
JSON
104 lines
3.3 KiB
JSON
{
|
|
"name": "psono-client",
|
|
"version": "0.1.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"private": true,
|
|
"repository": "git@gitlab.com:psono/psono-client.git",
|
|
"author": "Sascha Pfeiffer",
|
|
"scripts": {
|
|
"dev": "webpack serve --config webpack.environment.dev.js",
|
|
"buildchrome": "webpack --config webpack.environment.prod.chrome.js",
|
|
"buildfirefox": "webpack --config webpack.environment.prod.firefox.js",
|
|
"buildwebclient": "webpack --config webpack.environment.prod.webclient.js",
|
|
"buildelectron": "webpack --config webpack.environment.prod.electron.js",
|
|
"deployfirefox": "node ./var/firefox_deploy.js",
|
|
"deploychrome": "node ./var/chrome_deploy.js",
|
|
"buildsw": "node ./src/build-service-worker.js",
|
|
"test": "jest --detectOpenHandles --forceExit"
|
|
},
|
|
"keywords": [],
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.23.9",
|
|
"@date-io/date-fns": "^1.3.13",
|
|
"@emotion/react": "^11.11.4",
|
|
"@emotion/styled": "^11.11.5",
|
|
"@mui/icons-material": "^5.15.19",
|
|
"@mui/lab": "^5.0.0-alpha.170",
|
|
"@mui/material": "^5.15.19",
|
|
"@mui/styles": "^5.15.19",
|
|
"@mui/x-date-pickers": "^7.6.2",
|
|
"@noble/hashes": "^1.7.1",
|
|
"@openpgp/hkp-client": "^0.0.2",
|
|
"@sentry/react": "^9.5.0",
|
|
"chart.js": "^3.7.0",
|
|
"classnames": "^2.3.2",
|
|
"core-js": "^3.19.1",
|
|
"date-fns": "^2.26.0",
|
|
"dompurify": "^3.2.4",
|
|
"ecma-nacl": "^2.4.2",
|
|
"ed25519-keygen": "^0.4.1",
|
|
"fast-xml-parser": "^4.4.1",
|
|
"file-saver": "^2.0.5",
|
|
"font-awesome": "^4.7.0",
|
|
"i18next": "^21.4.0",
|
|
"i18next-browser-languagedetector": "^6.1.2",
|
|
"i18next-http-backend": "^1.3.2",
|
|
"js-sha1": "^0.6.0",
|
|
"js-sha256": "^0.9.0",
|
|
"js-sha512": "^0.8.0",
|
|
"kdbxweb": "^2.1.1",
|
|
"localforage": "^1.10.0",
|
|
"mui-datatables": "^4.3.0",
|
|
"openpgp": "^5.11.0",
|
|
"otpauth": "^7.0.7",
|
|
"papaparse": "^5.3.1",
|
|
"qrcode": "^1.5.0",
|
|
"react": "^17.0.2",
|
|
"react-chartjs-2": "^4.0.0",
|
|
"react-dom": "^17.0.2",
|
|
"react-fontawesome": "^1.6.1",
|
|
"react-hotkeys-hook": "^4.4.1",
|
|
"react-i18next": "^11.13.0",
|
|
"react-number-format": "^4.9.4",
|
|
"react-redux": "^7.2.6",
|
|
"react-router-dom": "^5.3.4",
|
|
"react-spinners": "^0.11.0",
|
|
"react-virtualized-auto-sizer": "^1.0.7",
|
|
"react-window": "^1.8.8",
|
|
"redux": "^4.1.2",
|
|
"redux-logger": "^3.0.6",
|
|
"redux-persist": "^6.0.0",
|
|
"redux-state-sync": "^3.1.2",
|
|
"redux-thunk": "^2.4.0",
|
|
"ua-parser-js": "^1.0.37",
|
|
"uuid-js": "^0.7.5",
|
|
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.23.9",
|
|
"@babel/core": "^7.23.9",
|
|
"@babel/plugin-transform-runtime": "^7.23.9",
|
|
"@babel/preset-env": "^7.23.9",
|
|
"@babel/preset-react": "^7.23.3",
|
|
"babel-jest": "^27.3.1",
|
|
"babel-loader": "^8.3.0",
|
|
"babel-preset-react-app": "^10.0.1",
|
|
"copy-webpack-plugin": "^9.0.1",
|
|
"jest": "^27.3.1",
|
|
"jest-environment-jsdom": "^27.3.1",
|
|
"json-post-process-webpack-plugin": "^2.0.4",
|
|
"jsonwebtoken": "^8.2.0",
|
|
"prettier": "^2.6.2",
|
|
"react-test-renderer": "^17.0.2",
|
|
"replace-in-file-webpack-plugin": "^1.0.6",
|
|
"text-encoding-utf-8": "^1.0.2",
|
|
"webpack": "^5.90.3",
|
|
"webpack-cli": "^5.1.4",
|
|
"webpack-dev-server": "^4.15.1",
|
|
"webstore-upload": "0.0.7",
|
|
"workbox-webpack-plugin": "^6.6.0"
|
|
}
|
|
}
|