-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.33 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
{
"name": "electron-webpack-ts-vue-boilerplate",
"version": "0.5.0",
"license": "MIT",
"author": {
"name": "Patrick Berger",
"email": "[email protected]",
"url": "https://github.com/patrickberger"
},
"homepage": "https://github.com/patrickberger/electron-webpack-ts-vue-boilerplate",
"repository": {
"type": "git",
"url": "https://github.com/patrickberger/electron-webpack-ts-vue-boilerplate.git"
},
"scripts": {
"clean": "rimraf dist installer",
"compile": "electron-webpack",
"dev": "electron-webpack dev",
"dist": "yarn compile && electron-builder"
},
"dependencies": {
"source-map-support": "^0.5.3"
},
"devDependencies": {
"css-loader": "^0.28.9",
"electron": "1.8.4",
"electron-builder": "^20.5.1",
"electron-webpack": "2.0.1",
"electron-webpack-ts": "^2.0.0",
"electron-webpack-vue": "^2.1.0",
"eslint-plugin-html": "^4.0.2",
"less": "^3.0.1",
"less-loader": "^4.1.0",
"rimraf": "^2.6.2",
"style-loader": "^0.20.1",
"tslint": "^5.9.1",
"tslint-loader": "^3.6.0",
"typescript": "^2.7.2",
"vue": "^2.5.16",
"webpack": "^4.5.0"
},
"resolutions": {
"webpack-sources": "1.0.1"
}
}