-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
133 lines (133 loc) · 3.89 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
{
"name": "eriengine",
"version": "1.0.0-alpha.33",
"private": true,
"scripts": {
"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"
},
"main": "background.js",
"dependencies": {
"@eriengine/plugin-actor": "^1.6.0",
"@eriengine/plugin-dialogue": "^1.4.3",
"@eriengine/plugin-feeling": "^1.0.1",
"@eriengine/plugin-fog-of-war": "^1.3.1",
"@eriengine/plugin-inventory": "^1.2.1",
"@eriengine/plugin-isometric-cursor": "^1.2.4",
"@eriengine/plugin-isometric-scene": "^1.4.0",
"@eriengine/plugin-optimization": "^1.0.0",
"@eriengine/plugin-particle": "^1.0.3",
"@eriengine/plugin-spatial-audio": "^1.0.2",
"@vue/composition-api": "^1.4.1",
"add-filename-increment": "^1.0.0",
"an-array-of-english-words": "2.0.0",
"animejs": "^3.2.1",
"ansi-to-html": "^0.6.14",
"archiver": "^5.3.0",
"betterbacks": "0.0.0-beta.1",
"chokidar": "^3.5.2",
"command-exists": "^1.2.9",
"compare-versions": "^3.6.0",
"core-js": "^3.6.5",
"cross-spawn": "^7.0.3",
"crypto-js": "^4.0.0",
"deepmerge": "^4.2.2",
"del": "^6.0.0",
"electron-updater": "^4.3.9",
"extract-zip": "^2.0.1",
"fast-glob": "^3.2.4",
"fs-extra": "^9.0.1",
"get-folder-size": "^2.0.0",
"js-base64": "^3.6.0",
"keycode-js": "^3.1.0",
"kill-port-process": "^2.3.0",
"nanoid": "^3.1.20",
"node-fetch": "^2.6.1",
"node-relation": "^3.3.1",
"normalize-path": "^3.0.0",
"particles-bg-vue": "^1.3.5",
"phaser": "^3.55.0",
"pid-from-port": "^1.1.3",
"sanitize-filename": "^1.6.3",
"scrollmonitor": "^1.2.4",
"string-similarity": "^4.0.4",
"tiny-typed-emitter": "^2.0.3",
"trash": "^7.0.0",
"tree-kill": "^1.2.2",
"valid-filename": "^3.1.0",
"vue": "^2.6.12",
"vue-class-component": "^7.2.6",
"vue-nonreactivity-decorator": "^1.0.1",
"vue-property-decorator": "^9.1.2",
"vue-router": "^3.2.0",
"vuetify": "^2.4.6",
"vuex": "^3.6.2"
},
"devDependencies": {
"@mdi/font": "^5.8.55",
"@types/animejs": "^3.1.2",
"@types/archiver": "^5.1.1",
"@types/cross-spawn": "^6.0.2",
"@types/crypto-js": "^4.0.1",
"@types/deepmerge": "^2.2.0",
"@types/electron-devtools-installer": "^2.2.0",
"@types/get-folder-size": "^2.0.0",
"@types/node-fetch": "^2.5.8",
"@types/normalize-path": "^3.0.0",
"@types/pid-from-port": "^1.1.0",
"@types/string-similarity": "^4.0.0",
"@typescript-eslint/eslint-plugin": "^4.12.0",
"@typescript-eslint/parser": "^4.12.0",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-router": "^4.5.9",
"@vue/cli-plugin-typescript": "^4.5.9",
"@vue/cli-plugin-vuex": "^4.5.9",
"@vue/cli-service": "~4.5.0",
"@vue/eslint-config-typescript": "^7.0.0",
"babel-eslint": "^10.1.0",
"electron": "^13.1.6",
"electron-devtools-installer": "^3.2.0",
"eslint": "^7.18.0",
"eslint-plugin-vue": "^7.4.1",
"raw-loader": "^4.0.2",
"sass": "^1.32.4",
"sass-loader": "^8.0.0",
"typescript": "^4.3.5",
"vue-cli-plugin-electron-builder": "~2.0.0-rc.5",
"vue-cli-plugin-vuetify": "~2.0.9",
"vue-template-compiler": "^2.6.11",
"vuetify-loader": "^1.7.2"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended",
"@vue/typescript"
],
"parserOptions": {
"parser": "@typescript-eslint/parser"
},
"rules": {
"no-unused-vars": [
"error",
{
"argsIgnorePattern": "^_"
}
],
"no-undef": "off"
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}