This repository has been archived by the owner on Apr 29, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 32
/
package.json
95 lines (95 loc) · 2.83 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
{
"name": "translatium",
"productName": "Translatium",
"description": "Translate 100+ Languages Instantly",
"version": "20.5.0",
"main": "main-src/electron.js",
"repository": "https://github.com/webcatalog/translatium-desktop",
"author": {
"name": "WebCatalog Ltd",
"email": "[email protected]"
},
"license": "MPL-2.0",
"engines": {
"node": "16"
},
"scripts": {
"postinstall": "npx patch-package && yarn generate-open-source-notices",
"generate-open-source-notices": "yarn licenses generate-disclaimer > public/open-source-notices.txt",
"start": "cross-env BROWSER=none react-app-rewired start",
"electron-dev": "concurrently \"yarn start\" \"wait-on http://localhost:3000 && electron .\" -k",
"build": "react-app-rewired build && webpack",
"webpack": "webpack",
"test-ui": "react-app-rewired test --env=jsdom",
"eject": "react-app-rewired eject",
"dist": "yarn run build && babel-node dist.js",
"dist-dev": "cross-env FORCE_DEV=1 yarn dist",
"lint": "eslint ./src ./main-src ./*.js ./test --ext js",
"test": "mocha"
},
"dependencies": {
"node-mac-permissions": "2.2.0"
},
"devDependencies": {
"@electron/remote": "2.0.8",
"@fontsource/roboto": "4.5.3",
"@material-ui/core": "4.12.3",
"@material-ui/icons": "4.11.2",
"babel-cli": "6.26.0",
"babel-preset-env": "1.7.0",
"babel-preset-react": "6.24.1",
"blueimp-md5": "2.19.0",
"chai": "4.3.6",
"classnames": "2.3.1",
"clean-webpack-plugin": "3.0.0",
"cli-truncate": "2.1.0",
"concurrently": "6.5.1",
"copy-webpack-plugin": "6.4.1",
"cross-env": "7.0.3",
"del": "6.0.0",
"dotenv": "10.0.0",
"electron": "16.1.0",
"electron-builder": "22.14.13",
"electron-is-dev": "2.0.0",
"electron-settings": "4.0.2",
"electron-updater": "4.6.5",
"electron-window-state": "5.0.3",
"eslint": "6.8.0",
"eslint-config-airbnb": "18.2.1",
"eslint-plugin-header": "3.1.1",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-react": "7.29.4",
"eslint-plugin-react-hooks": "1.7.0",
"fs-extra": "10.0.1",
"glob": "7.2.0",
"lunr": "2.3.9",
"lunr-languages": "1.9.0",
"menubar": "9.1.1",
"mocha": "7.2.0",
"node-fetch": "2.6.7",
"pouchdb-browser": "7.2.2",
"pouchdb-quick-search": "1.3.0",
"prop-types": "15.8.1",
"react": "16.14.0",
"react-app-rewired": "2.2.1",
"react-dom": "16.14.0",
"react-redux": "7.2.6",
"react-scripts": "3.4.4",
"redux": "4.1.2",
"redux-thunk": "2.4.1",
"source-map-support": "0.5.21",
"uuid": "8.3.2",
"wait-on": "5.3.0",
"webpack": "4.42.0",
"webpack-cli": "4.9.2"
},
"homepage": "./",
"private": true,
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}