mirror of
https://github.com/jeffvli/feishin.git
synced 2025-12-31 02:29:55 -06:00
87 lines
2.6 KiB
JSON
87 lines
2.6 KiB
JSON
{
|
|
"name": "sonixd-rewrite",
|
|
"productName": "sonixd-rewrite",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"description": "",
|
|
"author": "jeffvli",
|
|
"license": "GPL-3.0",
|
|
"main": "release/app/dist/main/index.js",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build && electron-builder",
|
|
"postinstall": "node post-install.js && electron-builder install-app-deps",
|
|
"prisma:init": "npx prisma migrate dev",
|
|
"prisma:dev": "npx prisma db push",
|
|
"prisma:migrate": ""
|
|
},
|
|
"engines": {
|
|
"node": "^14.18.0 || >=16.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@prisma/client": "^4.4.0",
|
|
"node-mpv": "^2.0.0-beta.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.0.21",
|
|
"@types/react-dom": "^18.0.6",
|
|
"@vitejs/plugin-react": "^2.1.0",
|
|
"electron": "^21.1.0",
|
|
"electron-builder": "^23.3.3",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"sass": "^1.55.0",
|
|
"typescript": "^4.8.4",
|
|
"vite": "^3.1.4",
|
|
"vite-electron-plugin": "^0.4.4",
|
|
"@emotion/react": "^11.10.4",
|
|
"@emotion/styled": "^11.10.4",
|
|
"@mantine/carousel": "^5.5.4",
|
|
"@mantine/core": "^5.5.4",
|
|
"@mantine/dates": "^5.5.4",
|
|
"@mantine/form": "^5.5.4",
|
|
"@mantine/hooks": "^5.5.4",
|
|
"@mantine/modals": "^5.5.4",
|
|
"@mantine/notifications": "^5.5.4",
|
|
"@mantine/spotlight": "^5.5.4",
|
|
"@tanstack/react-query": "^4.10.1",
|
|
"@typescript-eslint/eslint-plugin": "^5.39.0",
|
|
"@typescript-eslint/parser": "^5.39.0",
|
|
"ag-grid-community": "^28.2.0",
|
|
"ag-grid-react": "^28.2.0",
|
|
"axios": "^1.0.0",
|
|
"dayjs": "^1.11.5",
|
|
"electron-is-dev": "^2.0.0",
|
|
"electron-rebuild": "^3.2.9",
|
|
"embla-carousel-react": "^7.0.3",
|
|
"eslint": "^8.24.0",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-import-resolver-typescript": "^3.5.1",
|
|
"eslint-plugin-import": "^2.26.0",
|
|
"eslint-plugin-jsx-a11y": "^6.6.1",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"eslint-plugin-promise": "^6.0.1",
|
|
"eslint-plugin-react": "^7.31.8",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-plugin-sort-keys-fix": "^1.1.2",
|
|
"eslint-plugin-typescript-sort-keys": "^2.1.0",
|
|
"immer": "^9.0.15",
|
|
"nanoid": "^4.0.0",
|
|
"prettier": "^2.7.1",
|
|
"prisma": "^4.4.0",
|
|
"react-virtualized-auto-sizer": "^1.0.7",
|
|
"react-window": "^1.8.7",
|
|
"react-window-infinite-loader": "^1.0.8",
|
|
"replace-in-file": "^6.3.5",
|
|
"ts-node": "^10.9.1",
|
|
"vite-plugin-electron": "^0.9.2",
|
|
"vite-plugin-electron-renderer": "^0.9.3",
|
|
"zustand": "^4.1.1"
|
|
},
|
|
"debug": {
|
|
"env": {
|
|
"VITE_DEV_SERVER_URL": "http://127.0.0.1:7777"
|
|
}
|
|
}
|
|
}
|