-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 2.27 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
64
65
66
67
68
69
70
71
72
73
74
{
"name": "electron_boilerplate",
"version": "0.0.1",
"description": "Набор для разработки проектов с использованием Electron",
"main": "index.js",
"scripts": {
"dev": "node ./config/dev-runner.js",
"build": "webpack --config ./config/webpack.prod.js"
},
"keywords": [],
"author": {
"name": "Maksim Mukharev",
"email": "[email protected]"
},
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.14.8",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-transform-runtime": "^7.14.5",
"@babel/preset-env": "^7.14.9",
"@babel/register": "^7.14.5",
"@vue/eslint-config-standard": "^6.1.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
"babel-plugin-component": "^1.1.1",
"cfonts": "^2.9.3",
"chalk": "^4.1.2",
"copy-webpack-plugin": "^9.0.1",
"electron": "^13.1.7",
"electron-devtools-installer": "^3.2.0",
"electron-is": "^3.0.0",
"electron-log": "^4.4.1",
"electron-store": "^8.0.0",
"eslint": "^7.32.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-vue": "^7.15.1",
"eslint-webpack-plugin": "^3.0.1",
"html-webpack-plugin": "^5.3.2",
"lodash": "^4.17.21",
"mini-css-extract-plugin": "^2.1.0",
"nodemon-webpack-plugin": "^4.5.2",
"optimize-css-assets-webpack-plugin": "^6.0.1",
"sass": "^1.37.0",
"sass-loader": "^12.1.0",
"style-loader": "^3.2.1",
"vue-loader": "^15.9.7",
"vue-style-loader": "^4.1.3",
"vue-template-compiler": "^2.6.14",
"webpack": "^5.47.1",
"webpack-bundle-analyzer": "^4.4.2",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^3.11.2",
"webpack-hot-middleware": "^2.25.0",
"webpack-merge": "^5.8.0",
"webpack-node-externals": "^3.0.0"
},
"dependencies": {
"@babel/runtime": "^7.14.8",
"app-root-path": "^3.0.0",
"axios": "^0.24.0",
"electron-debug": "^3.2.0",
"electron-updater": "^4.3.9",
"element-ui": "^2.15.6",
"path": "^0.12.7",
"vue": "^2.6.14",
"vue-electron": "^1.0.6",
"vue-router": "^3.5.2",
"vuex": "^3.6.2",
"vuex-router-sync": "^5.0.0"
}
}