-
-
Notifications
You must be signed in to change notification settings - Fork 613
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.03 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.03 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
{
"name": "@electron-forge/plugin-vite",
"version": "7.10.2",
"description": "Vite plugin for Electron Forge, lets you use Vite directly in your tooling",
"repository": {
"type": "git",
"url": "https://github.com/electron/forge",
"directory": "packages/plugin/vite"
},
"author": "caoxiemeihao",
"license": "MIT",
"main": "dist/VitePlugin.js",
"typings": "dist/VitePlugin.d.ts",
"dependencies": {
"@electron-forge/plugin-base": "7.10.2",
"@electron-forge/shared-types": "7.10.2",
"chalk": "^4.0.0",
"debug": "^4.3.1",
"flora-colossus": "^2.0.0",
"fs-extra": "^10.0.0",
"listr2": "^7.0.2"
},
"devDependencies": {
"@electron/packager": "^18.3.5",
"@malept/cross-spawn-promise": "^2.0.0",
"@types/node": "^18.0.3",
"vite": "^5.0.12",
"vitest": "^3.1.3",
"which": "^2.0.2",
"xvfb-maybe": "^0.2.1"
},
"engines": {
"node": ">= 16.4.0"
},
"publishConfig": {
"access": "public"
},
"files": [
"dist",
"src",
"forge-vite-env.d.ts"
]
}