-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
146 lines (146 loc) · 4.98 KB
/
package.json
File metadata and controls
146 lines (146 loc) · 4.98 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
{
"name": "coomerlabs-desktop",
"productName": "coomerlabs-desktop",
"version": "1.0.0",
"description": "Electron Forge with shadcn-ui (Vite + Typescript)",
"main": ".vite/build/main.js",
"private": true,
"scripts": {
"start": "electron-forge start",
"package": "electron-forge package",
"make": "electron-forge make",
"publish": "electron-forge publish",
"lint": "eslint .",
"format": "prettier --check .",
"format:write": "prettier --write .",
"test": "vitest run",
"test:watch": "vitest watch",
"test:unit": "vitest",
"test:e2e": "playwright test",
"test:all": "vitest run && playwright test",
"build:rollup": "rollup -c rollup.config.cjs"
},
"author": "ROG <luan.roger.2003@gmail.com>",
"license": "MIT",
"devDependencies": {
"@electron-forge/cli": "^7.10.2",
"@electron-forge/maker-deb": "^7.10.2",
"@electron-forge/maker-rpm": "^7.10.2",
"@electron-forge/maker-squirrel": "^7.10.2",
"@electron-forge/maker-zip": "^7.10.2",
"@electron-forge/plugin-auto-unpack-natives": "^7.10.2",
"@electron-forge/plugin-fuses": "^7.10.2",
"@electron-forge/plugin-vite": "^7.10.2",
"@electron-forge/shared-types": "^7.10.2",
"@electron/fuses": "~1.0.1",
"@eslint/compat": "^1.4.1",
"@eslint/js": "^9.39.2",
"@playwright/test": "^1.57.0",
"@rollup/plugin-commonjs": "^29.0.0",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^16.0.3",
"@tanstack/router-plugin": "^1.141.2",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"@types/electron-squirrel-startup": "^1.0.2",
"@types/eslint-config-prettier": "^6.11.3",
"@types/form-data": "^2.2.1",
"@types/jsdom": "^27.0.0",
"@types/node": "^24.10.4",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.2",
"babel-plugin-react-compiler": "^19.1.0-rc.1-rc-af1b7da-20250421",
"bun": "^1.3.6",
"electron": "^38.7.2",
"electron-devtools-installer": "^4.0.0",
"electron-playwright-helpers": "^1.8.2",
"eslint": "^9.39.2",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-compiler": "^19.1.0-rc.2",
"globals": "^16.5.0",
"jsdom": "^27.4.0",
"prettier": "^3.7.4",
"prettier-plugin-tailwindcss": "^0.7.2",
"rollup": "^4.53.3",
"tailwindcss": "^4.1.18",
"ts-node": "^10.9.2",
"typescript": "^5.9.3",
"typescript-eslint": "^8.49.0",
"vite": "^7.2.7",
"vitest": "^4.0.15"
},
"dependencies": {
"@babel/preset-react": "^7.28.5",
"@babel/preset-typescript": "^7.28.5",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@icons-pack/react-simple-icons": "^13.8.0",
"@mui/icons-material": "^7.3.6",
"@mui/material": "^7.3.6",
"@radix-ui/react-avatar": "^1.1.11",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-navigation-menu": "^1.2.14",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-progress": "^1.1.8",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slider": "^1.3.6",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-switch": "^1.2.6",
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-toggle": "^1.1.10",
"@radix-ui/react-toggle-group": "^1.1.11",
"@radix-ui/react-tooltip": "^1.2.8",
"@rollup/plugin-babel": "^6.1.0",
"@rollup/plugin-typescript": "^12.3.0",
"@tailwindcss/vite": "^4.1.18",
"@tanstack/react-query": "^5.90.12",
"@tanstack/react-router": "^1.141.2",
"@tanstack/react-virtual": "^3.13.13",
"@types/better-sqlite3": "^7.6.13",
"artplayer": "^5.3.0",
"axios": "^1.13.2",
"better-sqlite3": "^12.5.0",
"buffer": "^6.0.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cross-fetch": "^4.1.0",
"cycletls": "^2.0.5",
"date-fns": "^4.1.0",
"electron-squirrel-startup": "^1.0.1",
"form-data": "^4.0.5",
"framer-motion": "^12.23.26",
"i18next": "^25.7.2",
"idb-keyval": "^6.2.2",
"lucide-react": "^0.552.0",
"ofetch": "^1.5.1",
"perfect-debounce": "^2.0.0",
"plyr-react": "^5.3.0",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-hot-toast": "^2.6.0",
"react-i18next": "^16.5.0",
"react-infinite-scroll-component": "^6.1.1",
"react-intersection-observer": "^9.16.0",
"react-masonry-css": "^1.0.16",
"react-player": "^3.4.0",
"react-virtualized-auto-sizer": "^1.0.26",
"react-window": "^2.2.3",
"react-window-infinite-loader": "^2.0.0",
"sonner": "^2.0.7",
"tailwind-merge": "^3.4.0",
"tailwindcss-animate": "^1.0.7",
"unstorage": "^1.17.3",
"vaul": "^1.1.2",
"webtorrent": "^2.8.5",
"zod": "^4.1.13",
"zustand": "^5.0.9"
}
}