-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.51 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.51 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
{
"name": "brypt-desktop",
"version": "0.0.0",
"private": true,
"description": "Desktop interface for the Brypt network.",
"author": "vpiscitello <v.piscitello@piscitellodesigns.com>",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"test:unit": "vue-cli-service test:unit",
"electron:build": "vue-cli-service electron:build",
"electron:serve": "vue-cli-service electron:serve",
"postinstall": "electron-builder install-app-deps",
"postuninstall": "electron-builder install-app-deps",
"rebuild": "relectron-rebuild -f -w brypt-crypto"
},
"main": "src/background/main.ts",
"dependencies": {
"bindings": "^1.5.0",
"core-js": "^3.6.5",
"nan": "^2.14.2",
"node-addon-api": "^3.1.0",
"vue": "^3.0.0",
"vue-router": "^4.0.0-0",
"vuex": "^4.0.0-0",
"vuex-electron": "^1.0.3"
},
"devDependencies": {
"@types/chai": "^4.2.11",
"@types/electron-devtools-installer": "^2.2.0",
"@types/mocha": "^5.2.4",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-router": "~4.5.0",
"@vue/cli-plugin-typescript": "~4.5.0",
"@vue/cli-plugin-unit-mocha": "~4.5.0",
"@vue/cli-plugin-vuex": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/compiler-sfc": "^3.0.0",
"@vue/test-utils": "^2.0.0-0",
"chai": "^4.1.2",
"electron": "^11.0.0",
"electron-builder": "^22.9.1",
"electron-devtools-installer": "^3.1.0",
"typescript": "~3.9.3",
"vue-cli-plugin-electron-builder": "~2.0.0-rc.6"
}
}