lume/package.json

70 lines
1.9 KiB
JSON
Raw Normal View History

2023-02-21 07:58:47 +00:00
{
"name": "lume",
"private": true,
2023-05-06 05:25:14 +00:00
"version": "1.0.0",
2023-02-21 07:58:47 +00:00
"scripts": {
2023-04-22 01:53:18 +00:00
"dev": "vite",
"build": "vite build",
2023-02-25 08:45:27 +00:00
"tauri": "tauri",
"add-migrate": "cd src-tauri/ && sqlx migrate add",
2023-02-25 08:45:27 +00:00
"prepare": "husky install"
},
"lint-staged": {
2023-05-14 10:05:53 +00:00
"**/*.{js,ts,jsx,tsx}": "rome check --apply"
2023-02-21 07:58:47 +00:00
},
"dependencies": {
2023-04-25 01:06:40 +00:00
"@floating-ui/react": "^0.23.1",
2023-06-03 12:40:36 +00:00
"@headlessui/react": "^1.7.15",
2023-06-09 11:26:24 +00:00
"@nostr-dev-kit/ndk": "^0.4.5",
2023-04-26 07:53:04 +00:00
"@tanstack/react-virtual": "3.0.0-beta.54",
2023-05-04 15:13:05 +00:00
"@tauri-apps/api": "^1.3.0",
2023-04-24 10:54:12 +00:00
"@vidstack/react": "^0.4.5",
2023-06-03 12:40:36 +00:00
"dayjs": "^1.11.8",
"destr": "^1.2.2",
2023-05-29 15:04:50 +00:00
"immer": "^10.0.2",
2023-05-14 13:01:24 +00:00
"light-bolt11-decoder": "^3.0.0",
2023-05-29 15:04:50 +00:00
"nostr-relaypool": "^0.6.28",
2023-06-09 11:26:24 +00:00
"nostr-tools": "^1.11.2",
2023-02-21 07:58:47 +00:00
"react": "^18.2.0",
"react-dom": "^18.2.0",
2023-06-03 12:40:36 +00:00
"react-hook-form": "^7.44.3",
2023-05-06 05:23:03 +00:00
"react-markdown": "^8.0.7",
2023-06-01 07:44:33 +00:00
"react-resizable-panels": "^0.0.48",
2023-06-08 11:09:36 +00:00
"react-virtuoso": "^4.3.9",
2023-05-06 05:23:03 +00:00
"remark-gfm": "^3.0.1",
2023-05-11 09:43:07 +00:00
"slate": "^0.94.1",
2023-05-12 01:34:08 +00:00
"slate-history": "^0.93.0",
2023-05-14 08:51:56 +00:00
"slate-react": "^0.94.2",
2023-04-26 07:53:04 +00:00
"swr": "^2.1.5",
2023-06-09 11:26:24 +00:00
"tailwind-merge": "^1.13.1",
2023-04-24 10:54:12 +00:00
"tauri-plugin-sql-api": "github:tauri-apps/tauri-plugin-sql",
2023-05-26 07:45:12 +00:00
"vidstack": "^0.4.5",
"zustand": "^4.3.8"
2023-02-21 07:58:47 +00:00
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",
2023-05-14 08:51:56 +00:00
"@tauri-apps/cli": "^1.3.1",
2023-05-29 15:04:50 +00:00
"@types/node": "^18.16.16",
2023-06-08 11:09:36 +00:00
"@types/react": "^18.2.9",
2023-05-06 05:29:16 +00:00
"@types/react-dom": "^18.2.4",
2023-04-24 10:54:12 +00:00
"@types/youtube-player": "^5.5.7",
"@vitejs/plugin-react-swc": "^3.3.2",
2023-03-10 02:30:13 +00:00
"autoprefixer": "^10.4.14",
2023-04-20 06:34:46 +00:00
"cross-env": "^7.0.3",
2023-04-05 03:00:16 +00:00
"csstype": "^3.1.2",
2023-04-15 02:06:29 +00:00
"encoding": "^0.1.13",
2023-02-26 02:01:19 +00:00
"husky": "^8.0.3",
2023-04-28 07:36:16 +00:00
"lint-staged": "^13.2.2",
2023-05-29 15:04:50 +00:00
"postcss": "^8.4.24",
2023-02-21 07:58:47 +00:00
"prop-types": "^15.8.1",
2023-05-14 10:05:53 +00:00
"rome": "12.1.0",
2023-04-26 07:53:04 +00:00
"tailwindcss": "^3.3.2",
2023-04-21 06:58:46 +00:00
"typescript": "^4.9.5",
2023-05-29 15:04:50 +00:00
"vite": "^4.3.9",
2023-06-01 07:44:33 +00:00
"vite-plugin-ssr": "^0.4.131",
2023-05-22 07:04:35 +00:00
"vite-plugin-top-level-await": "^1.3.1",
2023-04-22 01:53:18 +00:00
"vite-tsconfig-paths": "^4.2.0",
2023-04-21 06:58:46 +00:00
"ws": "^8.13.0"
2023-02-21 07:58:47 +00:00
}
}