mirror of
https://github.com/lumehq/lume.git
synced 2025-03-24 08:41:42 +01:00
75 lines
2.2 KiB
JSON
75 lines
2.2 KiB
JSON
{
|
|
"name": "lume",
|
|
"private": true,
|
|
"version": "0.2.0",
|
|
"scripts": {
|
|
"dev": "next dev -p 1420",
|
|
"build": "next build && next export -o dist",
|
|
"tauri": "tauri",
|
|
"prepare": "husky install"
|
|
},
|
|
"lint-staged": {
|
|
"**/*": "prettier --write --ignore-unknown"
|
|
},
|
|
"dependencies": {
|
|
"@emoji-mart/data": "^1.1.2",
|
|
"@emoji-mart/react": "^1.1.1",
|
|
"@radix-ui/react-collapsible": "^1.0.2",
|
|
"@radix-ui/react-dialog": "^1.0.3",
|
|
"@radix-ui/react-dropdown-menu": "^2.0.4",
|
|
"@radix-ui/react-icons": "^1.3.0",
|
|
"@radix-ui/react-popover": "^1.0.5",
|
|
"@radix-ui/react-tabs": "^1.0.3",
|
|
"@supabase/supabase-js": "^2.12.1",
|
|
"@tanstack/query-core": "^4.27.0",
|
|
"@tanstack/react-query": "^4.28.0",
|
|
"@tanstack/react-virtual": "3.0.0-beta.54",
|
|
"@tauri-apps/api": "^1.2.0",
|
|
"boring-avatars": "^1.7.0",
|
|
"dayjs": "^1.11.7",
|
|
"destr": "^1.2.2",
|
|
"emoji-mart": "^5.5.2",
|
|
"framer-motion": "^9.1.7",
|
|
"jotai": "^2.0.3",
|
|
"jotai-cache": "^0.3.0",
|
|
"jotai-tanstack-query": "^0.6.0",
|
|
"next": "^13.2.4",
|
|
"next-remove-imports": "^1.0.10",
|
|
"nostr-relaypool": "^0.5.18",
|
|
"nostr-tools": "^1.7.5",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-hook-form": "^7.43.8",
|
|
"react-player": "^2.12.0",
|
|
"react-string-replace": "^1.1.0",
|
|
"tauri-plugin-sql-api": "github:tauri-apps/tauri-plugin-sql",
|
|
"unique-names-generator": "^4.7.1",
|
|
"ws": "^8.13.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/typography": "^0.5.9",
|
|
"@tauri-apps/cli": "^1.2.3",
|
|
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
|
|
"@types/node": "^18.15.9",
|
|
"@types/react": "^18.0.29",
|
|
"@types/react-dom": "^18.0.11",
|
|
"@typescript-eslint/eslint-plugin": "^5.56.0",
|
|
"@typescript-eslint/parser": "^5.56.0",
|
|
"autoprefixer": "^10.4.14",
|
|
"csstype": "^3.1.1",
|
|
"eslint": "^8.36.0",
|
|
"eslint-config-next": "^13.2.4",
|
|
"eslint-config-prettier": "^8.8.0",
|
|
"eslint-plugin-react": "^7.32.2",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"husky": "^8.0.3",
|
|
"lint-staged": "^13.2.0",
|
|
"postcss": "^8.4.21",
|
|
"prettier": "^2.8.7",
|
|
"prettier-plugin-tailwindcss": "^0.2.5",
|
|
"prop-types": "^15.8.1",
|
|
"tailwindcss": "^3.2.7",
|
|
"typescript": "^4.9.5"
|
|
}
|
|
}
|