-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
57 lines (57 loc) · 1.71 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
{
"name": "quantum",
"version": "1.0.0-beta.0",
"private": true,
"description": "An app that replaces the default Huawei router interface",
"author": {
"name": "Sipho Mateke",
"email": "[email protected]"
},
"scripts": {
"lint": "vue-cli-service lint",
"build": "vue-cli-service electron:build",
"serve": "vue-cli-service electron:serve",
"debug": "vue-cli-service electron:serve --debug",
"postinstall": "electron-builder install-app-deps"
},
"main": "background.js",
"dependencies": {
"@mdi/font": "^2.7.94",
"buefy": "^0.7.3",
"bulma-badge": "^2.0.0",
"chart.js": "^2.7.2",
"dotty": "^0.1.0",
"electron": "^9.1.0",
"electron-store": "^5.2.0",
"font-awesome": "^4.7.0",
"huawei-router-api": "file:../../NPM packages/huawei-router-api",
"i18next": "^19.6.2",
"i18next-electron-language-detector": "^0.0.10",
"i18next-fs-backend": "^1.0.7",
"moment": "^2.22.2",
"vue": "^2.5.17",
"vue-chartjs": "^3.5.0",
"vue-cli-plugin-electron-builder": "~2.0.0-rc.4",
"vue-resource": "^1.5.1",
"vue-router": "^3.0.1",
"vue-virtual-collection": "^1.3.0",
"vuex": "^3.0.1"
},
"devDependencies": {
"@vue/cli-plugin-eslint": "~4.4.6",
"@vue/cli-service": "~4.4.6",
"@vue/eslint-config-airbnb": "^5.0.2",
"babel-eslint": "^8.2.5",
"electron-devtools-installer": "^3.1.1",
"eslint": "^6.7.2",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-vue": "^6.2.2",
"imports-loader": "^1.1.0",
"js-yaml": "^3.12.0",
"node-fetch": "^2.2.0",
"sass": "^1.26.10",
"sass-loader": "^9.0.2",
"vue-template-compiler": "^2.5.17"
},
"homepage": "https://github.com/siphomateke/quantum-router/"
}