-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 1.96 KB
/
Copy pathpackage.json
File metadata and controls
72 lines (72 loc) · 1.96 KB
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
{
"name": "weview-software-ldap",
"version": "0.0.19",
"description": "Weview LDAP sync tool",
"main": "./dist/main/index.js",
"scripts": {
"dev": "node .electron-nuxt/dev.js",
"build": "node .electron-nuxt/build.js",
"test": "",
"preinstall": "node .electron-nuxt/check-engines.js",
"postinstall": "electron-builder install-app-deps "
},
"build": {
"appId": "io.weview.ldap",
"productName": "Weview LDAP Sync",
"copyright": "Copyright © 2020 Weview",
"extraMetadata": {
"main": "src/main/index.js"
},
"extends": null,
"asar": false
},
"repository": {
"type": "git",
"url": "https://github.com/weview/ldap-sync-software.git"
},
"keywords": [],
"author": "Weview <contact@weview.io>",
"license": "MIT",
"homepage": "https://github.com/michalzaq12/electron-nuxt/blob/master/README.md",
"engines": {
"node": ">=12.13.0"
},
"resolutions": {
"@types/node": "12.12.6"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "5.13.1",
"@nuxt/types": "^2.14.0",
"@nuxtjs/dotenv": "^1.4.1",
"@xpda-dev/core": "^0.1.5",
"@xpda-dev/electron-builder": "^0.2.1",
"@xpda-dev/electron-launcher": "^0.2.1",
"@xpda-dev/webpack-step": "^0.1.2",
"browser-env": "3.3.0",
"cross-env": "7.0.2",
"deepmerge": "4.2.2",
"electron": "8.3.0",
"electron-builder": "22.7.0",
"electron-debug": "3.0.1",
"electron-winstaller": "^4.0.1",
"element-ui": "2.13.2",
"native-ext-loader": "2.3.0",
"node-sass": "4.14.1",
"nuxt": "2.12.2",
"sass-loader": "8.0.2",
"vue-devtools": "5.1.3",
"webpack": "4.43.0",
"webpack-node-externals": "1.7.2"
},
"dependencies": {
"@nuxtjs/axios": "^5.12.0",
"@sentry/node": "5.20.1",
"@trodi/electron-splashscreen": "^1.0.0",
"auto-launch": "^5.0.5",
"dotenv": "^8.2.0",
"electron-updater": "^4.3.4",
"ldapjs": "^2.0.0",
"lodash": "^4.17.19",
"moment-timezone": "^0.5.31"
}
}