-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.09 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
{
"name": "web-dev-box",
"version": "1.0.6",
"license": "",
"config": {
"arch": "ia32",
"registry": "https://registry.npm.taobao.org",
"electron_mirror": "https://npm.taobao.org/mirrors/electron/"
},
"scripts": {
"start": "npm run dev",
"dev": "electron-webpack dev",
"compile": "electron-webpack",
"dist": "yarn compile && electron-builder --publish=never",
"dist:dir": "yarn dist --dir -c.compression=store -c.mac.identity=null"
},
"build": {
"productName": "Web Dev Box",
"win": {
"artifactName": "${productName}_${version}.${ext}"
}
},
"dependencies": {
"source-map-support": "0.5.16"
},
"devDependencies": {
"acorn": "8.4.1",
"electron": "5.0.8",
"electron-builder": "22.7.0",
"electron-webpack": "2.7.4",
"electron-webpack-vue": "2.3.0",
"element-ui": "2.13.2",
"fast-glob": "3.2.7",
"fs-extra": "8.1.0",
"html-loader": "1.0.0-alpha.0",
"sass": "1.26.2",
"sass-loader": "8.0.2",
"vue": "2.6.11",
"vue-template-compiler": "2.6.11",
"webpack": "4.35.3",
"yarn": "1.21.0"
}
}