-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
93 lines (93 loc) · 3.47 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
{
"name": "freyja",
"version": "0.4.0",
"author": "arition, ReventonC",
"description": "freyja subtitle OCR extractor",
"license": "GPL-3.0-or-later",
"repository": {
"type": "git",
"url": "git+https://github.com/freyjaSubOCR/freyja-sub-ocr-electron.git"
},
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"test:unit": "vue-cli-service test:unit unit",
"test:integration": "vue-cli-service test:unit integration",
"test:time": "tsc --outDir dist_timetest --target es6 --module commonjs && tspath -f && cross-env ELECTRON_RUN_AS_NODE=true ./node_modules/.bin/electron dist_timetest/tests/TorchOCR.time.js",
"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": {
"beamcoder": "https://github.com/arition/beamcoder#refs/heads/master",
"core-js": "^3.8.1",
"d3": "^6.3.1",
"js-levenshtein": "^1.1.6",
"lodash": "^4.17.20",
"normalize.css": "^8.0.1",
"segfault-handler": "^1.3.0",
"simplebar-vue": "^1.6.0",
"threads": "^1.6.3",
"torch-js": "npm:@arition/torch-js@^0.11.0",
"uuid": "^8.3.2",
"vue": "^2.6.11",
"vue-class-component": "^7.2.6",
"vue-property-decorator": "^9.1.2",
"vue-router": "^3.4.9",
"winston": "^3.3.3"
},
"devDependencies": {
"@jest-runner/electron": "^3.0.0",
"@types/d3": "^6.2.0",
"@types/electron-devtools-installer": "^2.2.0",
"@types/jest": "^26.0.19",
"@types/js-levenshtein": "^1.1.0",
"@types/lodash": "^4.14.167",
"@types/uuid": "^8.3.0",
"@typescript-eslint/eslint-plugin": "^4.11.1",
"@typescript-eslint/parser": "^4.11.1",
"@vue/cli-plugin-babel": "~4.5.9",
"@vue/cli-plugin-eslint": "~4.5.9",
"@vue/cli-plugin-router": "~4.5.9",
"@vue/cli-plugin-typescript": "~4.5.9",
"@vue/cli-plugin-unit-jest": "~4.5.9",
"@vue/cli-service": "~4.5.9",
"@vue/eslint-config-standard": "^6.0.0",
"@vue/eslint-config-typescript": "^7.0.0",
"@vue/test-utils": "^1.1.2",
"cross-env": "^7.0.3",
"electron": "11.1.1",
"electron-devtools-installer": "^3.1.0",
"eslint": "^7.17.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^5.0.0",
"eslint-plugin-vue": "^7.4.0",
"node-sass": "^5.0.0",
"sass-loader": "^10.1.0",
"spectron": "^13.0.0",
"stylelint": "^13.8.0",
"stylelint-config-standard": "^20.0.0",
"stylelint-webpack-plugin": "^2.1.1",
"threads-plugin": "^1.4.0",
"ts-loader": "^8.0.4",
"tspath": "^1.3.7",
"typescript": "^4.1.2",
"vue-cli-plugin-electron-builder": "^2.0.0-rc.5",
"vue-template-compiler": "^2.6.11",
"webpack": "^4"
},
"resolutions": {
"@vue/cli-plugin-typescript/ts-loader": "^8.0.4",
"@vue/cli-plugin-eslint/eslint-loader": "^4.0.2"
},
"cmake-js": {
"runtime": "electron",
"runtimeVersion": "11.1.1"
}
}