This repository has been archived by the owner on Sep 8, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
executable file
·107 lines (107 loc) · 3.39 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
{
"name": "chromeless",
"productName": "Chromeless",
"description": "Turn Any Websites into Site-specific Browsers",
"version": "4.6.0",
"scriptVersion": "2.14.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-scripts build && webpack",
"webpack": "webpack",
"eject": "react-scripts eject",
"lint": "eslint ./main-src ./src ./dist.js --ext js",
"lint-fix": "yarn lint --fix",
"start": "react-scripts 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/chromeless",
"author": {
"name": "WebCatalog Ltd",
"email": "[email protected]"
},
"dependencies": {},
"devDependencies": {
"@elastic/app-search-javascript": "8.3.2",
"@elastic/react-search-ui": "1.15.0",
"@elastic/search-ui-app-search-connector": "1.15.0",
"@electron/remote": "2.0.8",
"@fontsource/roboto": "4.5.7",
"@material-ui/core": "4.12.4",
"@material-ui/icons": "4.11.3",
"@material-ui/lab": "4.0.0-alpha.61",
"axios": "0.27.2",
"babel-eslint": "10.1.0",
"babel-preset-env": "1.7.0",
"babel-preset-react": "6.24.1",
"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",
"concurrently": "6.5.1",
"copy-webpack-plugin": "6.4.1",
"cross-env": "7.0.3",
"decompress": "4.2.1",
"electron": "16.2.8",
"electron-builder": "22.14.13",
"electron-context-menu": "3.3.0",
"electron-notarize": "1.2.1",
"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.26.0",
"eslint-plugin-jsx-a11y": "6.6.0",
"eslint-plugin-react": "7.30.1",
"eslint-plugin-react-hooks": "1.7.0",
"follow-redirects": "1.15.1",
"fs-extra": "10.1.0",
"hasha": "5.2.2",
"icon-gen": "2.1.0",
"is-url": "1.2.4",
"jimp": "0.16.1",
"menubar": "9.1.1",
"node-cache": "5.1.2",
"node-fetch": "2.6.7",
"notistack": "1.0.10",
"prop-types": "15.8.1",
"react": "16.14.0",
"react-dom": "16.14.0",
"react-redux": "7.2.8",
"react-scripts": "3.4.4",
"react-window": "1.8.7",
"react-window-infinite-loader": "1.0.8",
"redux": "4.2.0",
"redux-thunk": "2.4.1",
"reselect": "4.1.6",
"semver": "7.3.7",
"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": "5.3.0",
"webpack": "4.42.0",
"webpack-cli": "4.10.0",
"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"
]
}