-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 872 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
{
"name": "vue-nodegui-starter",
"version": "1.0.0",
"description": "",
"main": "webpack.config.js",
"scripts": {
"dev": "webpack && qode --inspect ./dist/index.js",
"initialize": "nodegui-packer --init App",
"build": "rimraf dist && webpack && nodegui-packer --pack ./dist"
},
"dependencies": {
"@nodegui/vue-nodegui": "0.0.3",
"@types/node": "^17.0.32",
"@vue/compiler-sfc": "^3.0.1",
"css-loader": "^3.6.0",
"file-loader": "^5.0.2",
"mini-css-extract-plugin": "^2.6.0",
"node-loader": "^2.0.0",
"url-loader": "^3.0.0",
"vue": "^3.2.33",
"vue-loader": "16.0.0-beta.7",
"webpack": "^5.72.1",
"webpack-cli": "^4.9.2"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@nodegui/packer": "^1.5.0",
"rimraf": "^2.7.1",
"ts-loader": "^9.3.0",
"typescript": "^4.6.4"
}
}