-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 2.34 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 2.34 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
73
{
"name": "ROM",
"version": "2.6.2",
"description": "core_management",
"author": "Miguel Rodriguez",
"private": true,
"repository": "git@github.com:VIXI0/ROM_soft.git",
"nsis": {
"createStartMenuShortcut": true,
"include": "build/installer.nsh",
"license": "build/LISENCE.txt"
},
"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",
"publish": " vue-cli-service electron:build -p always",
"electron:generate-icons": "electron-icon-builder --input=./public/sun.jpg --output=build --flatten"
},
"main": "background.js",
"dependencies": {
"@mdi/font": "^3.6.95",
"@types/apollo-upload-client": "^8.1.2",
"@types/graphql": "^14.2.3",
"apollo-cache-inmemory": "^1.6.3",
"apollo-client": "^2.6.4",
"apollo-upload-client": "^11.0.0",
"axios": "^0.19.0",
"chai-as-promised": "^7.1.1",
"core-js": "^2.6.5",
"date-fns": "^1.30.1",
"electron-icon-builder": "^1.0.1",
"electron-updater": "^4.1.2",
"graphql": "^14.4.2",
"graphql-tag": "^2.10.1",
"register-service-worker": "^1.6.2",
"roboto-fontface": "*",
"vue": "^2.6.10",
"vue-apollo": "^3.0.0-rc.2",
"vue-class-component": "^7.0.2",
"vue-property-decorator": "^8.1.0",
"vue-router": "^3.0.3",
"vue-the-mask": "^0.11.1",
"vuetify": "^2.0.10",
"vuex": "^3.0.1"
},
"devDependencies": {
"@types/chai": "^4.1.0",
"@types/mocha": "^5.2.4",
"@vue/cli-plugin-babel": "^3.9.0",
"@vue/cli-plugin-e2e-cypress": "^3.9.0",
"@vue/cli-plugin-pwa": "^3.9.0",
"@vue/cli-plugin-typescript": "^3.9.0",
"@vue/cli-plugin-unit-mocha": "^3.9.0",
"@vue/cli-service": "^3.9.0",
"@vue/test-utils": "1.0.0-beta.29",
"chai": "^4.1.2",
"electron": "^5.0.0",
"sass": "^1.18.0",
"sass-loader": "^7.1.0",
"typescript": "^3.4.3",
"vue-cli-plugin-electron-builder": "^1.3.6",
"vue-cli-plugin-vuetify": "^0.6.1",
"vue-template-compiler": "^2.6.10",
"vuetify-loader": "^1.2.2"
}
}