This repository has been archived by the owner on Nov 29, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
112 lines (112 loc) · 3.58 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
{
"name": "splitterino",
"version": "0.2.1",
"main": "background.js",
"private": true,
"license": "MIT",
"author": {
"name": "PreFiXAUT",
"email": "[email protected]"
},
"contributors": [
{
"name": "SirChronus",
"email": "[email protected]"
}
],
"homepage": "https://github.com/prefixaut/splitterino",
"keywords": [
"splitterino",
"speedrun",
"splitter",
"timing",
"tool",
"multiplatform",
"vue",
"electron",
"typescript"
],
"description": "High-End customizable Splitting-App (Multiplatform)",
"repository": {
"type": "git",
"url": "https://github.com/prefixaut/splitterino"
},
"bugs": {
"url": "https://github.com/prefixaut/splitterino/issues"
},
"scripts": {
"serve": "vue-cli-service electron:serve",
"build": "vue-cli-service electron:build",
"lint": "vue-cli-service lint --no-fix ./src/**/*.vue ./src/**/*.ts",
"postinstall": "electron-builder install-app-deps",
"test:unit": "vue-cli-service test:unit",
"test:unit:coverage": "nyc vue-cli-service test:unit",
"test:integration": "ts-mocha --project tests/integration/tsconfig.json --no-package --recursive tests/integration/**/*.ts"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.25",
"@fortawesome/free-solid-svg-icons": "^5.11.2",
"@fortawesome/vue-fontawesome": "^0.1.8",
"aevum": "^2.0.3",
"ajv": "^6.10.2",
"dependency-graph": "^0.9.0",
"electron": "5.0.13",
"gunzip-maybe": "^1.4.1",
"iso-639-1": "^2.1.0",
"keycode": "^2.2.0",
"lightweight-di": "^0.6.0",
"lodash": "^4.17.15",
"optimist": "^0.6.1",
"pino": "^5.14.0",
"pino-pretty": "^3.4.0",
"rxjs": "^6.5.3",
"semver": "^7.3.2",
"tar-stream": "^2.1.0",
"tslib": "^1.10.0",
"uuid": "^3.3.3",
"v-runtime-template": "^1.10.0",
"vue": "^2.6.10",
"vue-class-component": "^7.0.2",
"vue-property-decorator": "^8.3.0",
"vue-router": "^3.1.3",
"vue-select": "^3.3.0",
"vuedraggable": "^2.23.2",
"vuex": "^3.1.2",
"vuex-class": "^0.3.1",
"zeromq": "^5.2.0"
},
"devDependencies": {
"@types/chai": "^4.2.5",
"@types/lodash": "^4.14.149",
"@types/mocha": "^5.2.4",
"@types/node": "^12.12.14",
"@types/optimist": "^0.0.29",
"@types/pino": "^6.0.1",
"@types/semver": "^7.2.0",
"@types/tar-stream": "^1.6.1",
"@types/uuid": "^3.4.6",
"@types/zeromq": "^4.6.3",
"@typescript-eslint/eslint-plugin": "^2.19.0",
"@typescript-eslint/parser": "^2.19.0",
"@vue/cli-plugin-babel": "^4.1.1",
"@vue/cli-plugin-eslint": "^4.1.2",
"@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.30",
"babel-plugin-istanbul": "^5.2.0",
"chai": "^4.2.0",
"eslint": "^6.8.0",
"eslint-plugin-vue": "^6.1.2",
"istanbul-instrumenter-loader": "^3.0.1",
"lint-staged": "^9.5.0",
"node-sass": "^4.13.0",
"nyc": "^14.1.1",
"sass-loader": "^8.0.0",
"sasspect": "^1.1.0",
"ts-mocha": "^7.0.0",
"typescript": "^3.7.2",
"vue-cli-plugin-electron-builder": "^1.4.2",
"vue-template-compiler": "^2.6.10"
}
}