generated from yingpengsha/electron-vite-quick-start
-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
38 lines (38 loc) · 902 Bytes
/
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
{
"name": "hime-display",
"version": "1.1.0",
"description": "A universal desktop model displayer for Live2D, Spine, MMD and VRoid.",
"main": "./dist/main/main.cjs.js",
"repository": {
"type": "git",
"url": "https://github.com/TSKI433/hime-display"
},
"author": "TSKI433",
"license": "GPL-3.0",
"private": true,
"workspaces": {
"packages": [
"src/*"
]
},
"scripts": {
"start": "node ./scripts/dev-runner",
"build": "node ./scripts/build"
},
"dependencies": {
"electron-is": "^3.0.0",
"electron-log": "^4.4.7",
"lowdb": "1.0.0"
},
"devDependencies": {
"chalk": "^4.1.2",
"electron": "^19.0.4",
"electron-builder": "^23.0.3",
"eslint": "^8.17.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^9.1.1",
"listr": "^0.14.3",
"vite": "^2.9.12"
}
}