mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-05-22 17:46:59 +00:00
124 lines
3.9 KiB
JSON
124 lines
3.9 KiB
JSON
{
|
|
"name": "ext-one",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"format": "prettier --write .",
|
|
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
"preview": "vite preview",
|
|
"test": "vitest",
|
|
"coverage": "vitest run --coverage"
|
|
},
|
|
"dependencies": {
|
|
"@capacitor-community/electron": "^5.0.1",
|
|
"@capacitor/android": "^6.1.2",
|
|
"@capacitor/browser": "^6.0.3",
|
|
"@capacitor/cli": "^6.1.2",
|
|
"@capacitor/core": "^6.1.2",
|
|
"@capacitor/filesystem": "^6.0.1",
|
|
"@capacitor/local-notifications": "^6.1.0",
|
|
"@dnd-kit/core": "^6.3.0",
|
|
"@dnd-kit/sortable": "^10.0.0",
|
|
"@electron/packager": "^18.3.6",
|
|
"@emotion/react": "^11.11.4",
|
|
"@emotion/styled": "^11.11.0",
|
|
"@evva/capacitor-secure-storage-plugin": "^3.0.1",
|
|
"@mui/icons-material": "^7.0.1",
|
|
"@mui/lab": "^7.0.0-beta.11",
|
|
"@mui/material": "^7.0.1",
|
|
"@tanstack/react-virtual": "^3.13.6",
|
|
"@testing-library/jest-dom": "^6.4.6",
|
|
"@testing-library/user-event": "^14.6.1",
|
|
"@tiptap/extension-color": "^2.11.7",
|
|
"@tiptap/extension-highlight": "^2.11.7",
|
|
"@tiptap/extension-image": "^2.11.7",
|
|
"@tiptap/extension-mention": "^2.11.7",
|
|
"@tiptap/extension-placeholder": "^2.11.7",
|
|
"@tiptap/extension-text-style": "^2.11.7",
|
|
"@tiptap/extension-underline": "^2.11.7",
|
|
"@tiptap/pm": "^2.11.7",
|
|
"@tiptap/react": "^2.11.7",
|
|
"@tiptap/starter-kit": "^2.11.7",
|
|
"@transistorsoft/capacitor-background-fetch": "^6.0.1",
|
|
"@types/chrome": "^0.0.263",
|
|
"@uiw/react-color": "^2.5.1",
|
|
"adm-zip": "^0.5.16",
|
|
"asmcrypto.js": "2.3.2",
|
|
"axios": "^1.7.7",
|
|
"bcryptjs": "2.4.3",
|
|
"buffer": "6.0.3",
|
|
"chokidar": "^3.6.0",
|
|
"compressorjs": "^1.2.1",
|
|
"cordova-plugin-android-permissions": "^1.1.5",
|
|
"cordova-plugin-file": "^8.1.1",
|
|
"dompurify": "^3.1.6",
|
|
"electron": "^32.3.1",
|
|
"electron-builder": "^25.1.8",
|
|
"emoji-picker-react": "^4.12.0",
|
|
"file-saver": "^2.0.5",
|
|
"html-to-text": "^9.0.5",
|
|
"i18next": "^25.0.1",
|
|
"i18next-browser-languagedetector": "^8.0.5",
|
|
"i18next-http-backend": "^3.0.2",
|
|
"i18next-localstorage-backend": "^4.2.0",
|
|
"jotai": "^2.12.3",
|
|
"jssha": "3.3.1",
|
|
"lit": "^3.2.1",
|
|
"lodash": "^4.17.21",
|
|
"mime": "^4.0.4",
|
|
"moment": "^2.30.1",
|
|
"npm": "^10.8.3",
|
|
"react": "^19.1.0",
|
|
"react-countdown-circle-timer": "^3.2.1",
|
|
"react-dom": "^19.1.0",
|
|
"react-dropzone": "^14.2.3",
|
|
"react-frame-component": "^5.2.7",
|
|
"react-i18next": "^15.4.1",
|
|
"react-intersection-observer": "^9.16.0",
|
|
"react-json-view-lite": "^2.4.1",
|
|
"react-loader-spinner": "^6.1.6",
|
|
"react-qr-code": "^2.0.15",
|
|
"react-virtualized": "^9.22.6",
|
|
"react-virtuoso": "^4.10.4",
|
|
"short-unique-id": "^5.2.0",
|
|
"slate": "^0.103.0",
|
|
"slate-react": "^0.109.0",
|
|
"tippy.js": "^6.3.7",
|
|
"tiptap-extension-resize-image": "^1.1.8",
|
|
"ts-key-enum": "^2.0.12",
|
|
"vite-plugin-pwa": "^0.21.1",
|
|
"vite-plugin-top-level-await": "^1.4.4",
|
|
"vite-plugin-wasm": "^3.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@testing-library/dom": "^10.4.0",
|
|
"@testing-library/react": "^16.3.0",
|
|
"@types/dompurify": "^3.0.5",
|
|
"@types/lodash": "^4.17.7",
|
|
"@types/react": "^19.1.0",
|
|
"@types/react-dom": "^19.1.0",
|
|
"@types/react-virtualized": "^9.21.30",
|
|
"@typescript-eslint/eslint-plugin": "^7.1.1",
|
|
"@typescript-eslint/parser": "^7.1.1",
|
|
"@vitejs/plugin-react": "^4.2.1",
|
|
"esbuild-plugin-react-virtualized": "^1.0.4",
|
|
"eslint": "^8.57.0",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-plugin-react-refresh": "^0.4.5",
|
|
"prettier": "^3.5.3",
|
|
"rename-cli": "^6.2.1",
|
|
"typescript": "^5.2.2",
|
|
"vite": "^5.1.6",
|
|
"vitest": "^1.6.1"
|
|
},
|
|
"overrides": {
|
|
"react-loader-spinner": {
|
|
"react": "^18 || ^19",
|
|
"react-dom": "^18 || ^19"
|
|
}
|
|
}
|
|
}
|