-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.37 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.37 KB
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
{
"name": "clipper-gui",
"description": "Clipper tool",
"version": "0.0.1",
"author": "Hololive Resort <hololiveresistance@yahoo.com> (https://discord.gg/HoloRes)",
"main": "app/background.js",
"scripts": {
"dev": "nextron",
"build": "nextron build",
"postinstall": "electron-builder install-app-deps"
},
"devDependencies": {
"@ijsto/eslint-config": "3.0.2",
"@material-ui/core": "4.11.3",
"@material-ui/icons": "4.11.2",
"babel-eslint": "10.1.0",
"electron": "12.0.2",
"electron-builder": "22.10.5",
"electron-serve": "1.1.0",
"electron-store": "7.0.2",
"eslint": "7.23.0",
"eslint-config-airbnb": "18.2.1",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-html": "5.0.5",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-prettier": "3.3.1",
"eslint-plugin-react": "7.23.1",
"eslint-plugin-react-hooks": "1.7.0",
"next": "10.1.1",
"nextron": "6.0.4",
"prettier": "2.2.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-player": "2.9.0",
"update-electron-app": "2.0.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HoloRes/clipper-gui.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/HoloRes/clipper-gui/issues"
},
"homepage": "https://github.com/HoloRes/clipper-gui#readme"
}