This repository has been archived by the owner on May 2, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 86
/
package.json
executable file
·122 lines (122 loc) · 3.84 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
{
"name": "webcatalog",
"productName": "WebCatalog",
"description": "Turn Any Websites Into Real Desktop Apps",
"version": "41.4.0",
"engines": {
"node": "16"
},
"main": "main-src/electron.js",
"scripts": {
"postinstall": "npx patch-package && electron-builder install-app-deps && yarn generate-open-source-notices",
"generate-open-source-notices": "yarn licenses generate-disclaimer > public/open-source-notices.txt",
"build": "react-app-rewired build && webpack",
"webpack": "webpack",
"eject": "react-app-rewired eject",
"lint": "eslint ./main-src ./src ./dist.js --ext js",
"lint-fix": "yarn lint --fix",
"start": "react-app-rewired start",
"electron-dev": "concurrently \"cross-env BROWSER=none yarn start\" \"wait-on http://localhost:3000 && cross-env API_URL=http://localhost:3000/api electron .\" -k",
"dist": "yarn build && cross-env NODE_ENV=production node dist.js",
"dist-dev": "yarn build && cross-env NODE_ENV=production CSC_IDENTITY_AUTO_DISCOVERY=false node dist.js"
},
"repository": "https://github.com/webcatalog/webcatalog-app",
"author": {
"name": "WebCatalog Ltd",
"email": "contact@webcatalog.io"
},
"dependencies": {},
"devDependencies": {
"@babel/eslint-parser": "7.17.0",
"@babel/preset-env": "7.16.11",
"@babel/preset-react": "7.16.7",
"@elastic/app-search-javascript": "8.1.0",
"@elastic/react-search-ui": "1.9.0",
"@elastic/search-ui-app-search-connector": "1.10.1",
"@electron/get": "1.14.1",
"@electron/remote": "2.0.8",
"@fontsource/roboto": "4.5.5",
"@material-ui/core": "4.12.3",
"@material-ui/icons": "4.11.2",
"@sentry/electron": "3.0.6",
"amplitude-js": "8.17.0",
"auto-launch": "5.0.5",
"axios": "0.26.1",
"babel-loader": "8.1.0",
"blueimp-md5": "2.19.0",
"cheerio": "1.0.0-rc.10",
"classnames": "2.3.1",
"clean-webpack-plugin": "3.0.0",
"comlink": "4.3.1",
"command-exists": "1.2.9",
"concurrently": "6.5.1",
"copy-webpack-plugin": "6.4.1",
"cross-env": "7.0.3",
"decompress": "4.2.1",
"electron": "16.2.0",
"electron-builder": "22.14.13",
"electron-context-menu": "3.1.2",
"electron-fetch": "1.8.0",
"electron-notarize": "1.2.1",
"electron-packager": "15.4.0",
"electron-settings": "4.0.2",
"electron-updater": "4.6.5",
"electron-window-state": "5.0.3",
"env-paths": "2.2.1",
"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",
"file-saver": "2.0.5",
"follow-redirects": "1.14.9",
"fs-extra": "10.0.1",
"gravatar": "1.8.2",
"hasha": "5.2.2",
"icon-gen": "2.1.0",
"is-url": "1.2.4",
"jimp": "0.16.1",
"jszip": "3.7.1",
"menubar": "9.1.1",
"node-cache": "5.1.2",
"node-fetch": "2.6.7",
"node-machine-id": "1.1.12",
"notistack": "1.0.10",
"original-fs": "1.1.0",
"prop-types": "15.8.1",
"react": "16.14.0",
"react-app-rewired": "2.2.1",
"react-dom": "16.14.0",
"react-dropzone": "11.7.1",
"react-markdown": "5.0.3",
"react-redux": "7.2.6",
"react-scripts": "3.4.4",
"react-window": "1.8.6",
"react-window-infinite-loader": "1.0.7",
"redux": "4.1.2",
"redux-thunk": "2.4.1",
"regedit": "5.0.0",
"semver": "7.3.5",
"slugify": "1.6.5",
"source-map-support": "0.5.21",
"sudo-prompt": "9.2.1",
"tmp": "0.2.1",
"uuid": "8.3.2",
"wait-on": "6.0.1",
"webpack": "4.42.0",
"webpack-cli": "4.7.2",
"windows-shortcuts": "0.1.6",
"worker-loader": "3.0.8",
"yargs-parser": "20.2.9"
},
"homepage": "./",
"private": true,
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}