2023-02-21 14:58:47 +07:00
|
|
|
{
|
2023-07-04 13:24:42 +07:00
|
|
|
"name": "lume",
|
2023-08-27 10:38:32 +07:00
|
|
|
"description": "the communication app",
|
2023-07-04 13:24:42 +07:00
|
|
|
"private": true,
|
2023-11-28 09:00:46 +07:00
|
|
|
"version": "2.1.7",
|
2023-07-04 13:24:42 +07:00
|
|
|
"scripts": {
|
2023-09-19 15:56:33 +07:00
|
|
|
"dev": "vite",
|
|
|
|
"build": "vite build",
|
2023-07-04 13:24:42 +07:00
|
|
|
"tauri": "tauri",
|
|
|
|
"add-migrate": "cd src-tauri/ && sqlx migrate add",
|
|
|
|
"prepare": "husky install",
|
|
|
|
"lint": "eslint ./src --fix",
|
2023-07-23 09:16:29 +07:00
|
|
|
"format": "prettier ./src --write",
|
2023-09-19 15:56:33 +07:00
|
|
|
"dep-update": "pnpm update && cd src-tauri/ && cargo update"
|
2023-07-04 13:24:42 +07:00
|
|
|
},
|
|
|
|
"lint-staged": {
|
2023-07-04 15:40:18 +07:00
|
|
|
"**/*.{ts, tsx}": "eslint --fix",
|
|
|
|
"**/*.{ts, tsx, css, md, html, json}": "prettier --cache --write"
|
2023-07-04 13:24:42 +07:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-10-09 19:05:50 +07:00
|
|
|
"@evilmartians/harmony": "^1.1.0",
|
2023-11-25 09:22:15 +07:00
|
|
|
"@getalby/sdk": "^2.7.0",
|
|
|
|
"@nostr-dev-kit/ndk": "^2.1.1",
|
2023-11-02 13:09:52 +07:00
|
|
|
"@nostr-fetch/adapter-ndk": "^0.13.1",
|
2023-09-26 09:05:39 +07:00
|
|
|
"@radix-ui/react-alert-dialog": "^1.0.5",
|
2023-09-28 16:18:04 +07:00
|
|
|
"@radix-ui/react-avatar": "^1.0.4",
|
2023-08-01 14:26:16 +07:00
|
|
|
"@radix-ui/react-collapsible": "^1.0.3",
|
2023-09-26 09:05:39 +07:00
|
|
|
"@radix-ui/react-dialog": "^1.0.5",
|
|
|
|
"@radix-ui/react-dropdown-menu": "^2.0.6",
|
|
|
|
"@radix-ui/react-hover-card": "^1.0.7",
|
|
|
|
"@radix-ui/react-popover": "^1.0.7",
|
2023-11-16 17:48:29 +07:00
|
|
|
"@radix-ui/react-switch": "^1.0.3",
|
2023-10-22 15:48:06 +07:00
|
|
|
"@radix-ui/react-toolbar": "^1.0.4",
|
2023-09-26 09:05:39 +07:00
|
|
|
"@radix-ui/react-tooltip": "^1.0.7",
|
2023-11-25 09:22:15 +07:00
|
|
|
"@tanstack/react-query": "^5.8.7",
|
2023-11-02 13:09:52 +07:00
|
|
|
"@tauri-apps/api": "2.0.0-alpha.11",
|
|
|
|
"@tauri-apps/cli": "2.0.0-alpha.17",
|
2023-11-19 08:48:01 +07:00
|
|
|
"@tauri-apps/plugin-autostart": "2.0.0-alpha.3",
|
2023-11-02 13:09:52 +07:00
|
|
|
"@tauri-apps/plugin-clipboard-manager": "2.0.0-alpha.3",
|
|
|
|
"@tauri-apps/plugin-dialog": "2.0.0-alpha.3",
|
|
|
|
"@tauri-apps/plugin-fs": "2.0.0-alpha.3",
|
|
|
|
"@tauri-apps/plugin-http": "2.0.0-alpha.3",
|
|
|
|
"@tauri-apps/plugin-notification": "2.0.0-alpha.3",
|
|
|
|
"@tauri-apps/plugin-os": "2.0.0-alpha.4",
|
|
|
|
"@tauri-apps/plugin-process": "2.0.0-alpha.3",
|
|
|
|
"@tauri-apps/plugin-shell": "2.0.0-alpha.3",
|
|
|
|
"@tauri-apps/plugin-sql": "2.0.0-alpha.3",
|
|
|
|
"@tauri-apps/plugin-updater": "2.0.0-alpha.3",
|
|
|
|
"@tauri-apps/plugin-upload": "2.0.0-alpha.3",
|
2023-10-22 15:48:06 +07:00
|
|
|
"@tiptap/extension-character-count": "^2.1.12",
|
2023-10-24 13:11:10 +07:00
|
|
|
"@tiptap/extension-document": "^2.1.12",
|
2023-10-12 09:13:06 +07:00
|
|
|
"@tiptap/extension-image": "^2.1.12",
|
|
|
|
"@tiptap/extension-mention": "^2.1.12",
|
2023-10-24 13:11:10 +07:00
|
|
|
"@tiptap/extension-paragraph": "^2.1.12",
|
2023-10-12 09:13:06 +07:00
|
|
|
"@tiptap/extension-placeholder": "^2.1.12",
|
2023-10-24 13:11:10 +07:00
|
|
|
"@tiptap/extension-text": "^2.1.12",
|
2023-10-12 09:13:06 +07:00
|
|
|
"@tiptap/pm": "^2.1.12",
|
|
|
|
"@tiptap/react": "^2.1.12",
|
|
|
|
"@tiptap/starter-kit": "^2.1.12",
|
|
|
|
"@tiptap/suggestion": "^2.1.12",
|
2023-09-20 08:22:02 +07:00
|
|
|
"dayjs": "^1.11.10",
|
2023-11-17 08:16:25 +07:00
|
|
|
"framer-motion": "^10.16.5",
|
2023-07-22 15:32:34 +07:00
|
|
|
"html-to-text": "^9.0.5",
|
2023-11-05 15:19:51 +07:00
|
|
|
"idb-keyval": "^6.2.1",
|
2023-07-04 13:24:42 +07:00
|
|
|
"light-bolt11-decoder": "^3.0.0",
|
2023-11-23 08:49:05 +07:00
|
|
|
"lru-cache": "^10.1.0",
|
2023-11-01 10:05:08 +07:00
|
|
|
"markdown-to-jsx": "^7.3.2",
|
2023-11-17 08:16:25 +07:00
|
|
|
"media-chrome": "^1.5.3",
|
2023-08-19 11:18:27 +07:00
|
|
|
"minidenticons": "^4.2.0",
|
2023-11-13 15:44:58 +07:00
|
|
|
"nanoid": "^5.0.3",
|
2023-11-02 13:09:52 +07:00
|
|
|
"nostr-fetch": "^0.13.1",
|
2023-10-18 08:43:31 +07:00
|
|
|
"nostr-tools": "^1.17.0",
|
2023-07-24 09:30:57 +07:00
|
|
|
"qrcode.react": "^3.1.0",
|
2023-09-20 14:31:14 +07:00
|
|
|
"re-resizable": "^6.9.11",
|
2023-07-04 13:24:42 +07:00
|
|
|
"react": "^18.2.0",
|
2023-11-11 16:12:50 +07:00
|
|
|
"react-currency-input-field": "^3.6.12",
|
2023-07-04 13:24:42 +07:00
|
|
|
"react-dom": "^18.2.0",
|
2023-11-11 16:12:50 +07:00
|
|
|
"react-hook-form": "^7.48.2",
|
2023-10-18 08:43:31 +07:00
|
|
|
"react-hotkeys-hook": "^4.4.1",
|
2023-11-23 08:49:05 +07:00
|
|
|
"react-router-dom": "^6.20.0",
|
2023-11-04 14:18:29 +07:00
|
|
|
"react-string-replace": "^1.1.1",
|
2023-11-11 16:12:50 +07:00
|
|
|
"reactflow": "^11.10.1",
|
2023-11-25 09:22:15 +07:00
|
|
|
"sonner": "^1.2.3",
|
2023-10-09 15:17:15 +07:00
|
|
|
"tailwind-scrollbar": "^3.0.5",
|
2023-11-15 09:26:59 +07:00
|
|
|
"tauri-controls": "github:reyamir/tauri-controls",
|
2023-09-26 09:05:39 +07:00
|
|
|
"tippy.js": "^6.3.7",
|
2023-11-11 16:12:50 +07:00
|
|
|
"tiptap-markdown": "^0.8.4",
|
2023-11-25 09:22:15 +07:00
|
|
|
"virtua": "^0.16.7",
|
2023-11-05 15:19:51 +07:00
|
|
|
"zustand": "^4.4.6"
|
2023-07-04 13:24:42 +07:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-09-06 07:46:31 +07:00
|
|
|
"@tailwindcss/typography": "^0.5.10",
|
2023-11-11 16:12:50 +07:00
|
|
|
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
|
|
|
|
"@types/html-to-text": "^9.0.4",
|
2023-11-25 09:22:15 +07:00
|
|
|
"@types/node": "^20.10.0",
|
2023-11-22 15:27:19 +07:00
|
|
|
"@types/react": "^18.2.38",
|
|
|
|
"@types/react-dom": "^18.2.17",
|
|
|
|
"@types/youtube-player": "^5.5.11",
|
|
|
|
"@typescript-eslint/eslint-plugin": "^6.12.0",
|
|
|
|
"@typescript-eslint/parser": "^6.12.0",
|
2023-11-17 08:16:25 +07:00
|
|
|
"@vitejs/plugin-react-swc": "^3.5.0",
|
2023-09-21 15:28:01 +07:00
|
|
|
"autoprefixer": "^10.4.16",
|
2023-07-29 15:42:44 +07:00
|
|
|
"clsx": "^2.0.0",
|
2023-07-04 13:24:42 +07:00
|
|
|
"cross-env": "^7.0.3",
|
|
|
|
"csstype": "^3.1.2",
|
|
|
|
"encoding": "^0.1.13",
|
2023-11-20 08:02:09 +07:00
|
|
|
"eslint": "^8.54.0",
|
2023-08-16 11:43:04 +07:00
|
|
|
"eslint-config-prettier": "^9.0.0",
|
2023-11-02 13:09:52 +07:00
|
|
|
"eslint-plugin-jsx-a11y": "^6.8.0",
|
2023-08-17 15:11:40 +07:00
|
|
|
"eslint-plugin-react": "^7.33.2",
|
2023-07-04 13:24:42 +07:00
|
|
|
"eslint-plugin-simple-import-sort": "^10.0.0",
|
|
|
|
"husky": "^8.0.3",
|
2023-11-17 08:16:25 +07:00
|
|
|
"lint-staged": "^15.1.0",
|
2023-09-29 09:19:40 +07:00
|
|
|
"postcss": "^8.4.31",
|
2023-11-17 08:16:25 +07:00
|
|
|
"prettier": "^3.1.0",
|
2023-11-11 16:12:50 +07:00
|
|
|
"prettier-plugin-tailwindcss": "^0.5.7",
|
2023-07-04 13:24:42 +07:00
|
|
|
"prop-types": "^15.8.1",
|
2023-07-29 15:42:44 +07:00
|
|
|
"tailwind-merge": "^1.14.0",
|
2023-10-27 17:45:08 +07:00
|
|
|
"tailwindcss": "^3.3.5",
|
2023-11-22 15:27:19 +07:00
|
|
|
"typescript": "^5.3.2",
|
2023-10-19 08:59:50 +07:00
|
|
|
"vite": "^4.5.0",
|
2023-09-10 16:25:35 +07:00
|
|
|
"vite-tsconfig-paths": "^4.2.1"
|
2023-07-04 13:24:42 +07:00
|
|
|
}
|
2023-02-21 14:58:47 +07:00
|
|
|
}
|