-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.32 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
44
{
"name": "electron-react-template",
"productName": "electron-react-template",
"version": "1.0.0",
"description": "electron template",
"main": "dist/main/index.js",
"license": "MIT",
"scripts": {
"dev": "node scripts/cfg.js && node scripts/dev.js",
"erf": "electron-rebuild -f",
"updcfg": "node scripts/cfg.js",
"build": "node scripts/cfg.js && node scripts/build.js",
"postinstall": "electron-builder install-app-deps"
},
"devDependencies": {
"@emotion/css": "^11.7.1",
"@rollup/plugin-alias": "^3.1.9",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-image": "^2.1.1",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.1.3",
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.11",
"@vitejs/plugin-react": "^1.2.0",
"asarmor": "^2.0.0",
"electron": "^18.0.0",
"electron-builder": "^22.14.13",
"electron-rebuild": "^3.2.7",
"esbuild": "^0.14.23",
"javascript-obfuscator": "^4.0.0",
"prettier": "^2.5.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"rollup": "^2.67.3",
"rollup-plugin-esbuild": "^4.8.2",
"rollup-plugin-obfuscator": "^0.2.1",
"typescript": "^4.5.5",
"vite": "^2.8.4",
"vite-plugin-babel-macros": "^1.0.6"
},
"dependencies": {
"electron-updater": "^4.6.5"
}
}