-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
81 lines (81 loc) · 2.77 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
{
"name": "C-3PO",
"productName": "C-3PO",
"version": "3.6.1",
"description": "A language utility tray app for quick text translation, spell-checking, Wikipedia lookups, contextual translation, synonym finding, and part-of-speech identification. Boost your language tasks with simple hotkey commands.",
"main": ".webpack/main",
"repository": "https://github.com/StekolschikovV/C-3PO-releases",
"publish": {
"provider": "github",
"releaseType": "release"
},
"scripts": {
"app:dir": "electron-builder --dir",
"app:dist": "electron-builder",
"app:all": "electron-builder -mwl",
"start": "ELECTRON_DISABLE_SECURITY_WARNINGS=true electron-forge start",
"package": "electron-forge package",
"make": "npx electron-forge make --arch=\"universal\"",
"make3": "npx electron-forge make",
"make2": "npx electron-forge make --arch=\"universal\" --targets=\"@electron-forge/maker-zip\"",
"publish": "electron-forge publish",
"lint": "eslint --ext .ts,.tsx ."
},
"keywords": [],
"author": {
"name": "mk",
"email": "[email protected]"
},
"license": "MIT",
"devDependencies": {
"@electron-forge/cli": "^6.4.2",
"@electron-forge/maker-deb": "^6.4.2",
"@electron-forge/maker-rpm": "^6.4.2",
"@electron-forge/maker-squirrel": "^6.4.2",
"@electron-forge/maker-zip": "^6.4.2",
"@electron-forge/plugin-auto-unpack-natives": "^6.4.2",
"@electron-forge/plugin-webpack": "^6.4.2",
"@types/auto-launch": "^5.0.3",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"@vercel/webpack-asset-relocator-loader": "1.7.3",
"ajv": "^7.2.4",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.0.0",
"electron": "26.2.1",
"electron-builder": "^24.6.4",
"eslint": "^8.0.1",
"eslint-plugin-import": "^2.25.0",
"fork-ts-checker-webpack-plugin": "^7.2.13",
"node-loader": "^2.0.0",
"style-loader": "^3.0.0",
"tailwindcss": "^3.3.6",
"ts-loader": "^9.2.2",
"ts-node": "^10.0.0",
"typescript": "~4.5.4"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@reduxjs/toolkit": "^1.9.5",
"@types/react": "^18.2.22",
"@types/react-dom": "^18.2.7",
"ajv-keywords": "^5.1.0",
"auto-launch": "^5.0.6",
"axios": "^1.5.0",
"electron-squirrel-startup": "^1.0.0",
"electron-store": "^8.1.0",
"google-tts-api": "^2.0.2",
"lodash": "^4.17.21",
"mobx": "^6.12.0",
"mobx-react-lite": "^4.0.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^8.1.2",
"react-router-dom": "^6.16.0",
"reverso-api": "^2.22.6",
"url": "^0.11.3",
"wikipedia": "^2.1.1"
}
}