lume/package.json

127 lines
4.3 KiB
JSON
Raw Permalink Normal View History

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-10-18 14:59:33 +07:00
"version": "2.0.0",
2023-07-04 13:24:42 +07:00
"scripts": {
"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",
"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-10-18 08:43:31 +07:00
"@getalby/sdk": "^2.5.0",
"@nostr-dev-kit/ndk": "^2.0.3",
"@nostr-dev-kit/ndk-cache-dexie": "^2.0.3",
"@nostr-fetch/adapter-ndk": "^0.13.0",
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-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",
"@tanstack/react-query": "4.36.1",
2023-10-06 09:08:37 +07:00
"@tauri-apps/api": "2.0.0-alpha.8",
2023-10-11 13:45:56 +07:00
"@tauri-apps/cli": "2.0.0-alpha.15",
2023-10-06 08:30:59 +07:00
"@tauri-apps/plugin-app": "2.0.0-alpha.1",
"@tauri-apps/plugin-clipboard-manager": "2.0.0-alpha.1",
"@tauri-apps/plugin-dialog": "2.0.0-alpha.1",
"@tauri-apps/plugin-fs": "2.0.0-alpha.1",
"@tauri-apps/plugin-http": "2.0.0-alpha.1",
"@tauri-apps/plugin-notification": "2.0.0-alpha.1",
"@tauri-apps/plugin-os": "2.0.0-alpha.2",
"@tauri-apps/plugin-process": "2.0.0-alpha.1",
"@tauri-apps/plugin-shell": "2.0.0-alpha.1",
2023-10-06 09:08:37 +07:00
"@tauri-apps/plugin-sql": "2.0.0-alpha.1",
2023-10-06 08:30:59 +07:00
"@tauri-apps/plugin-updater": "2.0.0-alpha.1",
2023-10-06 09:08:37 +07:00
"@tauri-apps/plugin-upload": "2.0.0-alpha.1",
2023-10-06 08:30:59 +07:00
"@tauri-apps/plugin-window": "2.0.0-alpha.1",
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-08-16 11:43:04 +07:00
"destr": "^2.0.1",
2023-10-15 16:10:16 +07:00
"framer-motion": "^10.16.4",
2023-07-22 15:32:34 +07:00
"html-to-text": "^9.0.5",
2023-07-04 13:24:42 +07:00
"light-bolt11-decoder": "^3.0.0",
2023-08-12 11:18:10 +07:00
"lru-cache": "^10.0.1",
2023-10-18 08:43:31 +07:00
"media-chrome": "^1.4.4",
2023-10-10 11:51:01 +07:00
"million": "^2.6.4",
2023-08-19 11:18:27 +07:00
"minidenticons": "^4.2.0",
2023-09-02 08:50:54 +07:00
"nostr-fetch": "^0.13.0",
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-09-10 16:25:35 +07:00
"react-currency-input-field": "^3.6.11",
2023-07-04 13:24:42 +07:00
"react-dom": "^18.2.0",
2023-10-03 07:38:23 +07:00
"react-hook-form": "^7.47.0",
2023-10-18 08:43:31 +07:00
"react-hotkeys-hook": "^4.4.1",
2023-07-15 16:03:31 +07:00
"react-markdown": "^8.0.7",
2023-10-18 08:43:31 +07:00
"react-router-dom": "^6.17.0",
2023-10-07 09:06:33 +07:00
"react-string-replace": "^1.1.1",
2023-10-18 08:43:31 +07:00
"reactflow": "^11.9.4",
2023-07-15 16:03:31 +07:00
"remark-gfm": "^3.0.1",
2023-10-15 16:10:16 +07:00
"sonner": "^1.0.3",
2023-10-09 15:17:15 +07:00
"tailwind-scrollbar": "^3.0.5",
2023-10-07 09:06:33 +07:00
"tauri-controls": "^0.2.0",
2023-09-26 09:05:39 +07:00
"tippy.js": "^6.3.7",
2023-10-21 15:58:39 +07:00
"tiptap-markdown": "^0.8.2",
2023-10-25 09:23:20 +07:00
"virtua": "^0.15.0",
2023-10-09 15:17:15 +07:00
"zustand": "^4.4.3"
2023-07-04 13:24:42 +07:00
},
"devDependencies": {
2023-09-06 07:46:31 +07:00
"@tailwindcss/typography": "^0.5.10",
2023-07-21 18:07:17 +07:00
"@trivago/prettier-plugin-sort-imports": "^4.2.0",
2023-10-19 08:59:50 +07:00
"@types/html-to-text": "^9.0.3",
"@types/node": "^20.8.7",
"@types/react": "^18.2.29",
"@types/react-dom": "^18.2.14",
"@types/youtube-player": "^5.5.9",
2023-10-18 08:43:31 +07:00
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
2023-09-26 09:05:39 +07:00
"@vitejs/plugin-react-swc": "^3.4.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-10-09 15:17:15 +07:00
"eslint": "^8.51.0",
2023-08-16 11:43:04 +07:00
"eslint-config-prettier": "^9.0.0",
2023-07-04 13:24:42 +07:00
"eslint-plugin-jsx-a11y": "^6.7.1",
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-08-22 16:34:47 +07:00
"lint-staged": "^14.0.1",
2023-09-29 09:19:40 +07:00
"postcss": "^8.4.31",
2023-09-02 08:50:54 +07:00
"prettier": "^3.0.3",
2023-10-14 15:19:49 +07:00
"prettier-plugin-tailwindcss": "^0.5.6",
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-07-15 12:20:09 +07:00
"tailwindcss": "^3.3.3",
2023-08-25 09:50:04 +07:00
"typescript": "^5.2.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
}