-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 759 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 759 Bytes
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
{
"name": "file-manager",
"version": "1.0.0",
"description": "Windows file organizer with customizable rules, backup and restore",
"main": "electron/main.js",
"author": "",
"license": "MIT",
"scripts": {
"dev": "concurrently -k \"vite\" \"wait-on http-get://localhost:5174 && electron .\"",
"build": "vite build",
"preview": "vite preview",
"start": "electron ."
},
"dependencies": {
"antd": "^5.28.0",
"dayjs": "^1.11.13",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.4.1",
"concurrently": "^9.1.2",
"electron": "^33.2.1",
"vite": "^6.0.5",
"wait-on": "^8.0.1"
}
}