lume/package.json

101 lines
3.3 KiB
JSON
Raw Normal View History

2023-02-21 07:58:47 +00:00
{
2023-07-04 06:24:42 +00:00
"name": "lume",
2023-08-27 03:38:32 +00:00
"description": "the communication app",
2023-07-04 06:24:42 +00:00
"private": true,
2023-09-19 04:20:15 +00:00
"version": "1.2.5",
2023-07-04 06:24:42 +00:00
"scripts": {
"dev": "vite",
"build": "vite build",
2023-07-04 06:24:42 +00:00
"tauri": "tauri",
"add-migrate": "cd src-tauri/ && sqlx migrate add",
"prepare": "husky install",
"lint": "eslint ./src --fix",
2023-07-23 02:16:29 +00:00
"format": "prettier ./src --write",
"dep-update": "pnpm update && cd src-tauri/ && cargo update"
2023-07-04 06:24:42 +00:00
},
"lint-staged": {
2023-07-04 08:40:18 +00:00
"**/*.{ts, tsx}": "eslint --fix",
"**/*.{ts, tsx, css, md, html, json}": "prettier --cache --write"
2023-07-04 06:24:42 +00:00
},
"dependencies": {
2023-09-05 01:50:13 +00:00
"@getalby/sdk": "^2.4.0",
"@nostr-dev-kit/ndk": "^1.0.0",
2023-08-17 08:11:40 +00:00
"@nostr-fetch/adapter-ndk": "^0.12.2",
2023-08-12 08:43:50 +00:00
"@radix-ui/react-alert-dialog": "^1.0.4",
2023-08-01 07:26:16 +00:00
"@radix-ui/react-collapsible": "^1.0.3",
2023-07-23 02:16:29 +00:00
"@radix-ui/react-dialog": "^1.0.4",
2023-08-22 02:10:04 +00:00
"@radix-ui/react-dropdown-menu": "^2.0.5",
2023-07-04 06:24:42 +00:00
"@radix-ui/react-popover": "^1.0.6",
"@radix-ui/react-tooltip": "^1.0.6",
"@tanstack/react-query": "^4.35.0",
2023-07-04 06:24:42 +00:00
"@tanstack/react-virtual": "3.0.0-beta.54",
2023-09-02 05:15:48 +00:00
"@tauri-apps/api": "^1.4.0",
2023-09-05 01:50:13 +00:00
"@tiptap/extension-image": "^2.1.8",
"@tiptap/extension-mention": "^2.1.8",
"@tiptap/extension-placeholder": "^2.1.8",
"@tiptap/pm": "^2.1.8",
"@tiptap/react": "^2.1.8",
"@tiptap/starter-kit": "^2.1.8",
"@tiptap/suggestion": "^2.1.8",
2023-07-05 01:12:57 +00:00
"dayjs": "^1.11.9",
2023-08-16 04:43:04 +00:00
"destr": "^2.0.1",
"get-urls": "^12.1.0",
2023-07-22 08:32:34 +00:00
"html-to-text": "^9.0.5",
2023-07-04 06:24:42 +00:00
"light-bolt11-decoder": "^3.0.0",
2023-08-12 04:18:10 +00:00
"lru-cache": "^10.0.1",
2023-08-19 04:18:27 +00:00
"minidenticons": "^4.2.0",
2023-09-02 01:50:54 +00:00
"nostr-fetch": "^0.13.0",
2023-08-22 09:34:47 +00:00
"nostr-tools": "^1.14.2",
2023-07-24 02:30:57 +00:00
"qrcode.react": "^3.1.0",
2023-07-04 06:24:42 +00:00
"react": "^18.2.0",
2023-09-10 09:25:35 +00:00
"react-currency-input-field": "^3.6.11",
2023-07-04 06:24:42 +00:00
"react-dom": "^18.2.0",
2023-09-05 01:50:13 +00:00
"react-hook-form": "^7.46.1",
2023-07-15 09:03:31 +00:00
"react-markdown": "^8.0.7",
2023-09-06 00:46:31 +00:00
"react-player": "^2.13.0",
2023-08-12 04:18:10 +00:00
"react-router-dom": "^6.15.0",
2023-08-24 04:20:27 +00:00
"react-textarea-autosize": "^8.5.3",
2023-09-07 04:34:26 +00:00
"react-virtuoso": "^4.5.1",
2023-07-15 09:03:31 +00:00
"remark-gfm": "^3.0.1",
2023-09-02 05:15:48 +00:00
"tauri-plugin-sql-api": "github:tauri-apps/tauri-plugin-sql#v1",
"tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store#v1",
"tauri-plugin-stronghold-api": "github:tauri-apps/tauri-plugin-stronghold#v1",
"tauri-plugin-upload-api": "github:tauri-apps/tauri-plugin-upload#v1",
2023-08-08 11:52:46 +00:00
"zustand": "^4.4.1"
2023-07-04 06:24:42 +00:00
},
"devDependencies": {
2023-09-06 00:46:31 +00:00
"@tailwindcss/typography": "^0.5.10",
2023-09-02 05:15:48 +00:00
"@tauri-apps/cli": "^1.4.0",
2023-07-21 11:07:17 +00:00
"@trivago/prettier-plugin-sort-imports": "^4.2.0",
2023-07-27 02:02:04 +00:00
"@types/html-to-text": "^9.0.1",
2023-09-10 09:25:35 +00:00
"@types/node": "^20.6.0",
"@types/react": "^18.2.21",
2023-07-15 05:20:09 +00:00
"@types/react-dom": "^18.2.7",
2023-07-04 06:24:42 +00:00
"@types/youtube-player": "^5.5.7",
2023-09-05 01:50:13 +00:00
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
2023-07-04 06:24:42 +00:00
"@vitejs/plugin-react-swc": "^3.3.2",
2023-08-14 07:12:54 +00:00
"autoprefixer": "^10.4.15",
2023-07-29 08:42:44 +00:00
"clsx": "^2.0.0",
2023-07-04 06:24:42 +00:00
"cross-env": "^7.0.3",
"csstype": "^3.1.2",
"encoding": "^0.1.13",
2023-09-10 09:25:35 +00:00
"eslint": "^8.49.0",
2023-08-16 04:43:04 +00:00
"eslint-config-prettier": "^9.0.0",
2023-07-04 06:24:42 +00:00
"eslint-plugin-jsx-a11y": "^6.7.1",
2023-08-17 08:11:40 +00:00
"eslint-plugin-react": "^7.33.2",
2023-07-04 06:24:42 +00:00
"eslint-plugin-simple-import-sort": "^10.0.0",
"husky": "^8.0.3",
2023-08-22 09:34:47 +00:00
"lint-staged": "^14.0.1",
2023-09-02 01:50:54 +00:00
"postcss": "^8.4.29",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.4",
2023-07-04 06:24:42 +00:00
"prop-types": "^15.8.1",
2023-07-29 08:42:44 +00:00
"tailwind-merge": "^1.14.0",
2023-07-15 05:20:09 +00:00
"tailwindcss": "^3.3.3",
2023-08-25 02:50:04 +00:00
"typescript": "^5.2.2",
2023-08-08 11:52:46 +00:00
"vite": "^4.4.9",
2023-09-10 09:25:35 +00:00
"vite-tsconfig-paths": "^4.2.1"
2023-07-04 06:24:42 +00:00
}
2023-02-21 07:58:47 +00:00
}