-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
59 lines (59 loc) · 1.36 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "@umijs/plugin-electron",
"version": "0.2.4",
"description": "@umijs/plugin-electron",
"main": "dist/cjs/index.js",
"types": "./typing.d.ts",
"scripts": {
"build": "father build",
"dev": "father dev"
},
"files": [
"dist",
"src",
"typing.d.ts"
],
"repository": {
"type": "git",
"url": "https://github.com/xiefengnian/umijs-electron-plugin.git"
},
"keywords": [
"umi",
"electron",
"umi plugin"
],
"authors": [
"xiefengnian <[email protected]> (https://github.com/xiefengnian)"
],
"license": "MIT",
"bugs": "https://github.com/xiefengnian/issues",
"homepage": "https://github.com/xiefengnian/umijs-electron-plugin.git",
"peerDependencies": {
"electron": "*",
"electron-builder": "*",
"electron-updater": "*",
"umi": ">=3"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"dependencies": {
"@babel/core": "^7.20.2",
"@babel/preset-env": "^7.20.2",
"@babel/preset-typescript": "^7.18.6",
"chokidar": "^3.5.3",
"clear-module": "^4.1.2",
"electron": "^21.2.3",
"electron-builder": "^23.6.0",
"glob": "^8.0.3",
"lodash": "^4.17.21",
"rimraf": "^3.0.2"
},
"devDependencies": {
"@types/lodash": "^4.14.188",
"@types/rimraf": "^3.0.2",
"father": "^4.1.0",
"umi": "^4.0.30"
}
}