-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.77 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.77 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
{
"name": "biogrid-ace",
"version": "0.0.1",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"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",
"test:e2e": "vue-cli-service test:e2e",
"test:unit": "vue-cli-service test:unit"
},
"main": "background.js",
"dependencies": {
"@types/lodash": "^4.14.150",
"@types/uuid": "^7.0.2",
"axios": "^0.19.0",
"bodybuilder": "^2.2.20",
"chai-as-promised": "^7.1.1",
"core-js": "^3.4.8",
"custom-electron-titlebar": "^3.2.2",
"lodash": "^4.17.15",
"uuid": "^7.0.3",
"vue": "^2.6.10",
"vue-class-component": "^7.1.0",
"vue-native-websocket": "^2.0.13",
"vue-property-decorator": "^8.3.0",
"vue-router": "^3.1.3",
"vuelidate": "^0.7.4",
"vuetify": "^2.2.27",
"vuex": "^3.1.2",
"vuex-class": "^0.3.2"
},
"devDependencies": {
"@mdi/font": "^4.7.95",
"@types/chai": "^4.2.6",
"@types/mocha": "^5.2.7",
"@types/vuelidate": "^0.7.9",
"@vue/cli-plugin-babel": "^4.1.1",
"@vue/cli-plugin-e2e-cypress": "^4.1.1",
"@vue/cli-plugin-typescript": "^4.1.1",
"@vue/cli-plugin-unit-mocha": "^4.1.1",
"@vue/cli-service": "^4.1.1",
"@vue/test-utils": "1.0.0-beta.29",
"chai": "^4.2.0",
"electron": "^7.1.4",
"node-sass": "^4.13.1",
"sass": "^1.23.7",
"sass-loader": "^8.0.0",
"typescript": "^3.7.3",
"vue-cli-plugin-electron-builder": "^1.4.3",
"vue-cli-plugin-vuetify": "^2.0.2",
"vue-template-compiler": "^2.6.10",
"vuetify-loader": "^1.4.3"
}
}