lume/package.json

113 lines
4.2 KiB
JSON
Raw Normal View History

2023-02-21 07:58:47 +00:00
{
2023-07-04 06:24:42 +00:00
"name": "lume",
"private": true,
2023-08-09 12:04:32 +00:00
"version": "1.2.0",
2023-07-04 06:24:42 +00:00
"scripts": {
"dev": "vite",
"build": "vite build",
"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-08-09 02:04:16 +00:00
"@ctrl/magnet-link": "^3.1.2",
2023-08-22 09:34:47 +00:00
"@nostr-dev-kit/ndk": "^0.8.21",
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",
2023-08-20 08:59:07 +00:00
"@tanstack/react-query": "^4.33.0",
2023-07-04 06:24:42 +00:00
"@tanstack/react-virtual": "3.0.0-beta.54",
2023-08-15 14:13:58 +00:00
"@tauri-apps/api": "2.0.0-alpha.6",
2023-08-16 04:43:04 +00:00
"@tauri-apps/cli": "2.0.0-alpha.11",
2023-07-29 02:28:15 +00:00
"@tauri-apps/plugin-app": "github:tauri-apps/tauri-plugin-app#v2",
"@tauri-apps/plugin-autostart": "github:tauri-apps/tauri-plugin-autostart#v2",
"@tauri-apps/plugin-clipboard-manager": "github:tauri-apps/tauri-plugin-clipboard-manager#v2",
"@tauri-apps/plugin-dialog": "github:tauri-apps/tauri-plugin-dialog#v2",
"@tauri-apps/plugin-fs": "github:tauri-apps/tauri-plugin-fs#v2",
"@tauri-apps/plugin-http": "github:tauri-apps/tauri-plugin-http#v2",
"@tauri-apps/plugin-notification": "github:tauri-apps/tauri-plugin-notification#v2",
"@tauri-apps/plugin-os": "github:tauri-apps/tauri-plugin-os#v2",
"@tauri-apps/plugin-process": "github:tauri-apps/tauri-plugin-process#v2",
"@tauri-apps/plugin-shell": "github:tauri-apps/tauri-plugin-shell#v2",
2023-07-29 02:28:15 +00:00
"@tauri-apps/plugin-sql": "github:tauri-apps/tauri-plugin-sql#v2",
2023-07-30 01:13:24 +00:00
"@tauri-apps/plugin-store": "github:tauri-apps/tauri-plugin-store#v2",
2023-07-29 02:28:15 +00:00
"@tauri-apps/plugin-stronghold": "github:tauri-apps/tauri-plugin-stronghold#v2",
"@tauri-apps/plugin-upload": "github:tauri-apps/tauri-plugin-upload#v2",
2023-08-16 04:43:04 +00:00
"@tauri-apps/plugin-window": "github:tauri-apps/tauri-plugin-window#v2",
"@tiptap/extension-image": "^2.1.7",
"@tiptap/extension-mention": "^2.1.7",
"@tiptap/extension-placeholder": "^2.1.7",
"@tiptap/pm": "^2.1.7",
"@tiptap/react": "^2.1.7",
"@tiptap/starter-kit": "^2.1.7",
"@tiptap/suggestion": "^2.1.7",
2023-08-09 02:04:16 +00:00
"@void-cat/api": "^1.0.7",
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-08-17 08:11:40 +00:00
"nostr-fetch": "^0.12.2",
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",
"react-dom": "^18.2.0",
2023-08-06 08:11:58 +00:00
"react-hook-form": "^7.45.4",
2023-07-05 01:12:57 +00:00
"react-hotkeys-hook": "^4.4.1",
2023-07-15 09:03:31 +00:00
"react-markdown": "^8.0.7",
2023-07-04 06:24:42 +00:00
"react-player": "^2.12.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",
"react-virtuoso": "^4.5.0",
2023-07-15 09:03:31 +00:00
"remark-gfm": "^3.0.1",
2023-07-21 09:16:41 +00:00
"tippy.js": "^6.3.7",
2023-08-08 11:52:46 +00:00
"zustand": "^4.4.1"
2023-07-04 06:24:42 +00:00
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",
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-08-25 02:50:04 +00:00
"@types/node": "^20.5.6",
"@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-08-22 09:34:47 +00:00
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",
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-08-26 07:52:02 +00:00
"eslint": "^8.48.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-08-16 04:43:04 +00:00
"postcss": "^8.4.28",
"prettier": "^3.0.2",
"prettier-plugin-tailwindcss": "^0.5.3",
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-07-04 06:24:42 +00:00
"vite-tsconfig-paths": "^4.2.0"
}
2023-02-21 07:58:47 +00:00
}