feishin/package.json

176 lines
6.9 KiB
JSON
Raw Normal View History

2022-12-19 15:59:14 -08:00
{
2023-07-01 19:10:05 -07:00
"name": "feishin",
"version": "0.12.7",
2025-05-20 19:23:36 -07:00
"description": "A modern self-hosted music player.",
2025-05-22 03:42:25 -07:00
"keywords": [
"subsonic",
"navidrome",
"jellyfin",
"react",
"electron"
],
"homepage": "https://github.com/jeffvli/feishin",
2025-05-22 03:42:25 -07:00
"bugs": {
"url": "https://github.com/jeffvli/feishin/issues"
},
"license": "GPL-3.0",
"author": {
"name": "jeffvli",
"url": "https://github.com/jeffvli/"
},
2025-05-22 23:03:08 -07:00
"main": "./out/main/index.js",
2023-07-01 19:10:05 -07:00
"scripts": {
2025-05-24 03:47:14 -07:00
"build": "pnpm run typecheck && pnpm run build:electron && pnpm run build:remote",
"build:electron": "electron-vite build",
2025-05-24 00:04:41 -07:00
"build:remote": "vite build --config remote.vite.config.ts",
2025-05-24 03:47:14 -07:00
"build:web": "vite build --config web.vite.config.ts",
"dev": "electron-vite dev",
"dev:watch": "electron-vite dev --watch",
2025-05-22 03:42:25 -07:00
"format": "prettier --write .",
"i18next": "i18next -c src/i18n/i18next-parser.config.js",
"postinstall": "electron-builder install-app-deps",
2025-05-22 03:42:25 -07:00
"lint": "eslint --cache --fix .",
2025-05-22 23:03:08 -07:00
"lint:fix": "eslint --cache --fix .",
2025-05-22 21:19:05 -07:00
"package": "pnpm run build && electron-builder",
"package:dev": "pnpm run build && electron-builder --dir",
2025-05-22 23:03:08 -07:00
"package:linux": "pnpm run build && electron-builder --linux",
"package:linux-arm64:pr": "pnpm run build && electron-builder --linux --arm64 --publish never",
"package:linux:pr": "pnpm run build && electron-builder --linux --publish never",
"package:mac": "pnpm run build && electron-builder --mac",
"package:mac:pr": "pnpm run build && electron-builder --mac --publish never",
2025-05-22 21:19:05 -07:00
"package:win": "pnpm run build && electron-builder --win",
2025-05-22 23:03:08 -07:00
"package:win:pr": "pnpm run build && electron-builder --win --publish never",
"publish:linux": "electron-builder --publish always --linux",
"publish:linux-arm64": "electron-builder --publish always --linux --arm64",
"publish:mac": "electron-builder --publish always --mac",
"publish:win": "electron-builder --publish always --win",
2025-05-22 03:42:25 -07:00
"start": "electron-vite preview",
2025-05-22 21:19:05 -07:00
"typecheck": "pnpm run typecheck:node && pnpm run typecheck:web",
2025-05-22 03:42:25 -07:00
"typecheck:node": "tsc --noEmit -p tsconfig.node.json --composite false",
"typecheck:web": "tsc --noEmit -p tsconfig.web.json --composite false"
2023-07-01 19:10:05 -07:00
},
"dependencies": {
"@ag-grid-community/client-side-row-model": "^28.2.1",
"@ag-grid-community/core": "^28.2.1",
"@ag-grid-community/infinite-row-model": "^28.2.1",
"@ag-grid-community/react": "^28.2.1",
"@ag-grid-community/styles": "^28.2.1",
"@electron-toolkit/preload": "^3.0.1",
"@electron-toolkit/utils": "^4.0.0",
"@emotion/react": "^11.10.4",
2025-05-22 03:42:25 -07:00
"@mantine/core": "^6.0.22",
"@mantine/dates": "^6.0.22",
"@mantine/form": "^6.0.22",
"@mantine/hooks": "^6.0.22",
"@mantine/modals": "^6.0.22",
"@mantine/notifications": "^6.0.22",
"@mantine/utils": "^6.0.22",
"@tanstack/react-query": "^4.32.1",
"@tanstack/react-query-devtools": "^4.32.1",
"@tanstack/react-query-persist-client": "^4.32.1",
"@ts-rest/core": "^3.23.0",
"@xhayper/discord-rpc": "^1.0.24",
"audiomotion-analyzer": "^4.5.0",
"auto-text-size": "^0.2.3",
"axios": "^1.6.0",
"cheerio": "^1.0.0",
"clsx": "^2.0.0",
"cmdk": "^0.2.0",
"dayjs": "^1.11.6",
"dompurify": "^3.1.6",
"electron-debug": "^3.2.0",
"electron-localshortcut": "^3.2.1",
"electron-log": "^5.1.1",
"electron-store": "^8.1.0",
"electron-updater": "^6.3.9",
"fast-average-color": "^9.3.0",
"format-duration": "^2.0.0",
"framer-motion": "^11.0.0",
"fuse.js": "^6.6.2",
"i18next": "^21.10.0",
"idb-keyval": "^6.2.1",
"immer": "^9.0.21",
"is-electron": "^2.2.2",
"lodash": "^4.17.21",
"md5": "^2.3.0",
"memoize-one": "^6.0.0",
"mpris-service": "^2.1.2",
"nanoid": "^3.3.3",
"node-mpv": "github:jeffvli/Node-MPV#32b4d64395289ad710c41d481d2707a7acfc228f",
"overlayscrollbars": "^2.11.1",
"overlayscrollbars-react": "^0.5.6",
2025-05-22 03:42:25 -07:00
"qs": "^6.14.0",
"react-error-boundary": "^3.1.4",
"react-i18next": "^11.18.6",
"react-icons": "^4.10.1",
"react-player": "^2.11.0",
"react-router": "^6.16.0",
"react-router-dom": "^6.16.0",
"react-simple-img": "^3.0.0",
"react-virtualized-auto-sizer": "^1.0.17",
"react-window": "^1.8.9",
"react-window-infinite-loader": "^1.0.9",
"semver": "^7.5.4",
"styled-components": "^6.0.8",
"swiper": "^9.3.1",
"ws": "^8.18.2",
"zod": "^3.22.3",
"zustand": "^4.3.9"
2022-12-19 15:59:14 -08:00
},
2023-07-01 19:10:05 -07:00
"devDependencies": {
"@electron-toolkit/eslint-config-prettier": "^3.0.0",
"@electron-toolkit/eslint-config-ts": "^3.0.0",
"@electron-toolkit/tsconfig": "^1.0.1",
2023-07-01 19:10:05 -07:00
"@types/electron-localshortcut": "^3.1.0",
"@types/lodash": "^4.14.188",
"@types/md5": "^2.3.2",
"@types/node": "^22.14.1",
2025-05-22 03:42:25 -07:00
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.1",
2023-07-01 19:10:05 -07:00
"@types/react-window": "^1.8.5",
"@types/react-window-infinite-loader": "^1.0.6",
2025-05-20 19:23:36 -07:00
"@types/source-map-support": "^0.5.10",
2023-07-01 19:10:05 -07:00
"@types/styled-components": "^5.1.26",
2025-05-22 03:42:25 -07:00
"@types/ws": "^8.18.1",
"@vitejs/plugin-react": "^4.3.4",
2023-07-01 19:10:05 -07:00
"concurrently": "^7.1.0",
"cross-env": "^7.0.3",
"electron": "^35.1.5",
2025-05-20 19:23:36 -07:00
"electron-builder": "^26.0.12",
2023-07-01 19:10:05 -07:00
"electron-devtools-installer": "^3.2.0",
"electron-vite": "^3.1.0",
"eslint": "^9.24.0",
"eslint-plugin-perfectionist": "^4.13.0",
"eslint-plugin-prettier": "^5.4.0",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19",
2024-08-23 08:00:59 -07:00
"i18next-parser": "^9.0.2",
"postcss-styled-syntax": "^0.5.0",
"prettier": "^3.5.3",
2025-05-22 03:42:25 -07:00
"prettier-plugin-packagejson": "^2.5.14",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sass-embedded": "^1.89.0",
"stylelint": "^15.10.3",
"stylelint-config-css-modules": "^4.3.0",
"stylelint-config-recess-order": "^4.3.0",
"stylelint-config-standard": "^34.0.0",
2023-07-01 19:10:05 -07:00
"stylelint-config-standard-scss": "^4.0.0",
"stylelint-config-styled-components": "^0.1.1",
"typescript": "^5.8.3",
"typescript-plugin-styled-components": "^3.0.0",
2025-05-22 03:42:25 -07:00
"vite": "^6.3.5",
2025-05-20 19:23:36 -07:00
"vite-plugin-conditional-import": "^0.1.7",
2025-05-24 00:04:41 -07:00
"vite-plugin-dynamic-import": "^1.6.0",
"vite-plugin-ejs": "^1.7.0"
2025-05-20 19:23:36 -07:00
},
2025-05-25 18:55:26 -07:00
"pnpm": {
"onlyBuiltDependencies": [
"electron",
"esbuild"
]
},
2025-05-23 13:27:57 -07:00
"productName": "feishin"
2022-12-19 15:59:14 -08:00
}