mirror of
https://github.com/lumehq/lume.git
synced 2025-03-24 08:41:42 +01:00
76 lines
2.3 KiB
JSON
76 lines
2.3 KiB
JSON
{
|
|
"name": "lume",
|
|
"private": true,
|
|
"version": "0.2.5",
|
|
"scripts": {
|
|
"dev": "next dev -p 1420",
|
|
"build": "next build",
|
|
"tauri": "tauri",
|
|
"add-migrate": "cd src-tauri/ && sqlx migrate add",
|
|
"prepare": "husky install"
|
|
},
|
|
"lint-staged": {
|
|
"**/*": "prettier --write --ignore-unknown",
|
|
"**/*.{js,ts,jsx,tsx}": "eslint --fix"
|
|
},
|
|
"dependencies": {
|
|
"@radix-ui/react-alert-dialog": "^1.0.3",
|
|
"@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-popover": "^1.0.5",
|
|
"@radix-ui/react-tabs": "^1.0.3",
|
|
"@radix-ui/react-tooltip": "^1.0.5",
|
|
"@rehooks/local-storage": "^2.4.4",
|
|
"@supabase/supabase-js": "^2.21.0",
|
|
"@tauri-apps/api": "^1.2.0",
|
|
"dayjs": "^1.11.7",
|
|
"destr": "^1.2.2",
|
|
"framer-motion": "^9.1.7",
|
|
"iconoir-react": "^6.6.0",
|
|
"jotai": "^2.0.4",
|
|
"next": "13.3.1-canary.16",
|
|
"nostr-relaypool": "^0.5.18",
|
|
"nostr-tools": "^1.10.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-hook-form": "^7.43.9",
|
|
"react-loading-skeleton": "^3.2.1",
|
|
"react-player": "^2.12.0",
|
|
"react-string-replace": "^1.1.0",
|
|
"react-virtuoso": "^4.2.2",
|
|
"swr": "^2.1.3",
|
|
"tauri-plugin-sql-api": "github:tauri-apps/tauri-plugin-sql",
|
|
"unique-names-generator": "^4.7.1"
|
|
},
|
|
"devDependencies": {
|
|
"@next/bundle-analyzer": "^13.3.0",
|
|
"@tailwindcss/typography": "^0.5.9",
|
|
"@tauri-apps/cli": "^1.2.3",
|
|
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
|
|
"@types/node": "^18.15.13",
|
|
"@types/react": "^18.0.37",
|
|
"@types/react-dom": "^18.0.11",
|
|
"@typescript-eslint/eslint-plugin": "^5.59.0",
|
|
"@typescript-eslint/parser": "^5.59.0",
|
|
"autoprefixer": "^10.4.14",
|
|
"cross-env": "^7.0.3",
|
|
"csstype": "^3.1.2",
|
|
"encoding": "^0.1.13",
|
|
"eslint": "^8.38.0",
|
|
"eslint-config-next": "^13.3.0",
|
|
"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.1",
|
|
"postcss": "^8.4.23",
|
|
"prettier": "^2.8.7",
|
|
"prettier-plugin-tailwindcss": "^0.2.7",
|
|
"prop-types": "^15.8.1",
|
|
"tailwindcss": "^3.3.1",
|
|
"typescript": "^4.9.5",
|
|
"ws": "^8.13.0"
|
|
}
|
|
}
|