This repository has been archived by the owner on Mar 27, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
64 lines (64 loc) · 2.06 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
{
"name": "anno-1800-calculator",
"productName": "Anno 1800 Calculator",
"version": "0.4.11",
"description": "Calculate your populations' demands and optimal production chains.",
"contributors": [
"Simon Uhrmann <suhrmann@posteo.de>",
"Tobias Fürst <tfuerst@posteo.de>"
],
"license": "MIT",
"main": "background.js",
"repository": {
"type": "git",
"url": "https://github.com/suhrmann/Anno-1800-Calculator.git"
},
"bugs": "https://github.com/suhrmann/Anno-1800-Calculator/issues",
"homepage": "https://suhrmann.github.io/Anno-1800-Calculator",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"release": "vue-cli-service electron:build",
"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"
},
"dependencies": {
"@mdi/font": "^3.6.95",
"core-js": "^3.6.5",
"roboto-fontface": "*",
"v-tooltip": "^2.0.0-rc.33",
"vue": "^2.6.11",
"vue-router": "^3.2.0",
"vue-tree-chart": "^1.2.4",
"vuetify": "^2.6.10",
"vuex": "^3.4.0",
"vuex-persistedstate": "^2.5.4"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-router": "~4.5.0",
"@vue/cli-plugin-vuex": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/eslint-config-standard": "^5.1.2",
"babel-eslint": "^10.1.0",
"electron": "^18.3.7",
"electron-devtools-installer": "^3.1.0",
"eslint": "^6.7.2",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^6.2.2",
"sass": "^1.32.0",
"sass-loader": "^10.0.0",
"vue-cli-plugin-electron-builder": "~2.0.0-rc.6",
"vue-cli-plugin-vuetify": "~2.2.2",
"vue-template-compiler": "^2.6.11",
"vuetify-loader": "^1.7.0"
}
}