kleckrelay/package.json
2022-12-28 18:50:29 +01:00

107 lines
2.8 KiB
JSON
Executable File

{
"name": "kleckrelay-website",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"test": "jest"
},
"dependencies": {
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@mdi/js": "^7.0.96",
"@mdi/react": "^1.6.1",
"@mui/lab": "^5.0.0-alpha.103",
"@mui/material": "^5.10.9",
"@tanstack/react-query": "^4.12.0",
"axios": "^1.1.2",
"axios-case-converter": "^0.11.1",
"camelcase-keys": "^8.0.2",
"crypto-js": "^4.1.1",
"date-fns": "^2.29.3",
"deep-equal": "^2.0.5",
"fast-hash-code": "^2.1.0",
"formik": "^2.2.9",
"group-array": "^1.0.0",
"i18next": "^22.0.4",
"i18next-browser-languagedetector": "^7.0.0",
"i18next-http-backend": "^2.0.0",
"i18next-localstorage-cache": "^1.1.1",
"immutability-helper": "^3.1.1",
"in-milliseconds": "^1.2.0",
"in-seconds": "^1.2.0",
"notistack": "^2.0.8",
"openpgp": "^5.5.0",
"react": "^18.2.0",
"react-country-flag": "^3.0.2",
"react-dom": "^18.2.0",
"react-i18next": "^12.0.0",
"react-icons": "^4.4.0",
"react-router-dom": "^6.4.2",
"react-use": "^17.4.0",
"secure-random-password": "^0.2.3",
"sort-array": "^4.1.5",
"ua-parser-js": "^1.0.2",
"use-system-theme": "^0.1.1",
"yup": "^0.32.11",
"yup-locales": "^1.2.10"
},
"devDependencies": {
"@peculiar/webcrypto": "^1.4.1",
"@types/crypto-js": "^4.1.1",
"@types/date-fns": "^2.6.0",
"@types/deep-equal": "^1.0.1",
"@types/group-array": "^1.0.1",
"@types/jest": "^29.2.4",
"@types/node": "^18.11.18",
"@types/openpgp": "^4.4.18",
"@types/react-icons": "^3.0.0",
"@types/react-router": "^5.1.19",
"@types/react-router-dom": "^5.3.3",
"@types/secure-random-password": "^0.2.1",
"@types/sort-array": "^4.1.0",
"@types/ua-parser-js": "^0.7.36",
"@types/yup": "^0.32.0",
"@typescript-eslint/eslint-plugin": "^5.40.0",
"@typescript-eslint/parser": "^5.40.0",
"@vitejs/plugin-react": "^2.1.0",
"eslint": "8.22.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-compat": "^4.0.2",
"eslint-plugin-ordered-imports": "^0.6.0",
"eslint-plugin-react": "^7.31.10",
"eslint-plugin-react-i18n": "^1.0.3",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"prettier": "^2.7.1",
"ts-jest": "^29.0.3",
"typescript": "^4.6.4",
"vite": "^3.1.0"
},
"browserslist": [
"defaults",
"not op_mini all"
],
"jest": {
"preset": "ts-jest",
"testEnvironment": "jsdom",
"transform": {
"^.+\\.tsx?$": "ts-jest"
},
"testMatch": [
"**/__tests__/**/*.test.ts?(x)"
],
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
]
}
}