-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.08 KB
/
package.json
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
{
"name": "desktop-dial",
"productName": "Electron",
"private": true,
"version": "2.0.0",
"description": "Vite React Electron boilerplate.",
"author": "NguyenHaiNam24082000 <nghainam2000@gmail.com>",
"license": "MIT",
"main": "dist/electron/main/index.js",
"scripts": {
"dev": "vite",
"build": "tsc && vite build && electron-builder"
},
"engines": {
"node": ">=14.17.0"
},
"dependencies": {
"electron-store": "^8.0.1",
"robotjs": "^0.6.0"
},
"devDependencies": {
"@types/node": "^18.0.0",
"@types/react": "^18.0.14",
"@types/react-dom": "^18.0.5",
"@vitejs/plugin-react": "^1.3.2",
"autoprefixer": "^10.4.7",
"electron": "^19.0.3",
"electron-builder": "^23.0.3",
"postcss": "^8.4.14",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.52.2",
"tailwindcss": "^3.1.2",
"typescript": "^4.7.3",
"vite": "^2.9.13",
"vite-plugin-electron": "^0.6.1",
"vite-plugin-electron-renderer": "^0.5.0"
},
"env": {
"VITE_DEV_SERVER_HOST": "127.0.0.1",
"VITE_DEV_SERVER_PORT": 7777
}
}