-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 857 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
39
40
41
{
"name": "h5auto",
"version": "1.0.0",
"description": "Psd to html",
"repository": {},
"main": "main.js",
"scripts": {
"start": "electron main.js",
"dist": "electron-builder"
},
"keywords": [
"h5",
"auto"
],
"author": "Wangyaqi",
"license": "CC0-1.0",
"devDependencies": {
"electron": "^5.0.12",
"electron-builder": "^21.2.0"
},
"dependencies": {
"autoprefixer": "^9.7.1",
"html2canvas": "^1.0.0-rc.5",
"imagemin": "^7.0.1",
"imagemin-pngquant": "^8.0.0",
"jquery": "^3.4.1",
"lodash": "^4.17.15",
"mousetrap": "^1.6.3",
"postcss": "^7.0.21",
"postcss-js": "^2.0.2",
"psd": "^3.2.0",
"sweetalert2": "^8.19.0",
"vue": "^2.6.10"
},
"build": {
"appId": "cn.redconsole.h5auto-gui",
"mac": {
"category": "cn.redconsole.h5auto-gui"
}
}
}