-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.79 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
60
61
62
63
{
"name": "intel-fun-app",
"productName": "intel-fun-app",
"version": "1.0.1",
"repository": {
"type": "git",
"url": "https://github.com/dongluyang/intel-desktop-app.git"
},
"description": "My Electron application description",
"main": ".vite/build/main.js",
"scripts": {
"start": "electron-forge start",
"package": "electron-forge package",
"make": "electron-forge make",
"publish": "electron-forge publish",
"lint": "echo \"No linting configured\""
},
"keywords": [],
"author": {
"name": "dongluyang",
"email": "dongluyang2005@126.com"
},
"license": "MIT",
"devDependencies": {
"@electron-forge/cli": "^6.2.1",
"@electron-forge/maker-deb": "^6.2.1",
"@electron-forge/maker-rpm": "^6.2.1",
"@electron-forge/maker-squirrel": "^6.2.1",
"@electron-forge/maker-zip": "^6.2.1",
"@electron-forge/plugin-auto-unpack-natives": "^6.2.1",
"@electron-forge/plugin-vite": "^6.2.1",
"@electron-forge/publisher-github": "^6.2.1",
"@vicons/ionicons5": "^0.12.0",
"@vitejs/plugin-vue": "^4.2.3",
"electron": "25.3.2",
"electron-rebuild": "^3.2.9"
},
"dependencies": {
"@arco-design/web-vue": "^2.49.2",
"axios": "^1.4.0",
"child_process": "^1.0.2",
"electron-log": "^4.4.8",
"electron-squirrel-startup": "^1.0.0",
"electron-store": "^8.1.0",
"fabric": "^5.2.4",
"html2canvas": "^1.4.1",
"marked": "^2.1.3",
"moment": "^2.29.4",
"moment-timezone": "^0.5.39",
"node-cron": "^3.0.2",
"sanitize-html": "^2.7.3",
"sass": "^1.55.0",
"update-electron-app": "^2.0.1",
"uuid": "^9.0.0",
"vicons": "^0.0.1",
"vue": "^3.3.4",
"vue-feather-icons": "^5.1.0",
"vue-i18n": "^9.2.2",
"vue-router": "^4.2.4",
"winreg": "^1.2.4",
"yauzl": "^2.10.0"
}
}