-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
84 lines (84 loc) · 2.4 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
75
76
77
78
79
80
81
82
83
84
{
"name": "fantools",
"version": "1.2.1",
"homepage": ".",
"description": "fantools for KPN",
"author": "Bryan",
"repository": "https://github.com/raizdev/fantools",
"publish": {
"provider": "github",
"releaseType": "release"
},
"scripts": {
"dev": "vite",
"electron:start": "electron .",
"vite:build": "vite build",
"build:prod": "vite build && electron-builder --win",
"build:publish": "set GH_TOKEN=%TOKEN% && vite build && electron-builder --win --publish always"
},
"build": {
"appId": "com.autoupdater.fantools",
"productName": "FANTools",
"directories": {
"output": "electron-build",
"buildResources": "build-assets"
},
"win": {
"icon": "dist/kpn.favicon.png",
"target": "nsis"
}
},
"main": "electron-loader/electron.js",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.2.1",
"@fortawesome/free-regular-svg-icons": "^6.2.1",
"@fortawesome/free-solid-svg-icons": "^6.2.1",
"@fortawesome/vue-fontawesome": "^3.0.2",
"@popperjs/core": "^2.11.5",
"@soerenmartius/vue3-clipboard": "^0.1.2",
"@vee-validate/i18n": "^4.5.11",
"@vee-validate/rules": "^4.5.11",
"@vue/compat": "^3.2.45",
"axios": "^0.27.2",
"bootstrap": "^5.2.3",
"bootstrap-vue": "^2.23.1",
"bootstrap-vue-3": "^0.1.13",
"csv-parser": "^3.0.0",
"electron-is-dev": "^2.0.0",
"electron-updater": "^5.3.0",
"install": "^0.13.0",
"mitt": "^3.0.0",
"notyf": "^3.10.0",
"nprogress": "^0.2.0",
"pinia": "^2.0.29",
"pinia-plugin-persistedstate": "^3.0.2",
"pocketbase": "^0.10.1",
"simple-ldap-search": "^3.1.2",
"vee-validate": "4.2.2",
"vue": "^3.2.45",
"vue-awesomplete": "^0.1.8",
"vue-bootstrap-typeahead": "^0.2.6",
"vue-bs-modal": "^0.7.9",
"vue-gates": "^2.1.2",
"vue-i18n": "^9.0.0-beta.18",
"vue-json-viewer": "3",
"vue-moment": "^4.1.0",
"vue-router": "^4.0.15",
"vue-select": "^4.0.0-beta.6",
"vue-simple-password-meter": "^1.1.2",
"vue-underscore": "^0.1.4"
},
"devDependencies": {
"@vitejs/plugin-vue": "^2.3.3",
"@vue/compiler-sfc": "^3.1.0",
"electron": "^22.0.2",
"electron-builder": "^23.6.0",
"papaparse": "^5.4.1",
"sass": "^1.52.3",
"sass-loader": "^13.0.0",
"vite": "^2.9.9",
"vite-plugin-rewrite-all": "^1.0.1",
"vue-zo": "^0.1.19"
},
"license": "BSD-3-Clause"
}