-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
99 lines (99 loc) · 2.69 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
{
"name": "graphql-98",
"productName": "GraphQL ‘98",
"version": "0.2.2",
"private": true,
"description": "A visual GraphQL data browser. Like a SQL GUI for GraphQL!",
"repository": {
"type": "git",
"url": "git+https://github.com/marcello3d/graphql-98.git"
},
"bugs": {
"url": "https://github.com/marcello3d/graphql-98/issues"
},
"authors": [
{
"name": "Marcello Bastea-Forte",
"email": "[email protected]",
"url": "https://marcello.cellosoft.com/"
}
],
"main": "./.webpack/main",
"scripts": {
"start": "electron-forge start",
"package": "electron-forge package",
"publish": "electron-forge publish",
"lint": "eslint --ext .ts --ext tsx src"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"dependencies": {
"electron-squirrel-startup": "1.0.0",
"fast-deep-equal": "3.1.3",
"update-electron-app": "2.0.1"
},
"devDependencies": {
"98.css": "0.1.16",
"@electron-forge/cli": "^6.0.0-beta.54",
"@electron-forge/maker-deb": "^6.0.0-beta.54",
"@electron-forge/maker-rpm": "^6.0.0-beta.54",
"@electron-forge/maker-squirrel": "^6.0.0-beta.54",
"@electron-forge/maker-zip": "^6.0.0-beta.54",
"@electron-forge/plugin-webpack": "6.0.0-beta.54",
"@electron-forge/publisher-github": "6.0.0-beta.54",
"@reach/router": "1.3.4",
"@types/classnames": "2.2.11",
"@types/node": "14.14.13",
"@types/reach__router": "1.3.6",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-table": "7.0.25",
"@typescript-eslint/eslint-plugin": "^4.9.1",
"@typescript-eslint/parser": "^4.9.1",
"camelcase": "^6.2.0",
"classnames": "2.2.6",
"css-loader": "^5.0.1",
"electron": "11.1.0",
"electron-is-dev": "1.2.0",
"eslint": "^7.15.0",
"eslint-config-prettier": "7.0.0",
"eslint-plugin-react": "7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"file-loader": "6.2.0",
"graphql": "15.4.0",
"graphql-formatter": "1.0.3",
"graphql-hooks": "5.0.0",
"husky": "4.3.5",
"mini-css-extract-plugin": "1.3.3",
"node-loader": "^1.0.1",
"prettier": "2.2.1",
"pretty-quick": "3.1.0",
"query-string": "6.13.7",
"react": "17.0.1",
"react-dev-utils": "^11.0.1",
"react-dom": "17.0.1",
"react-table": "7.6.2",
"semver": "7.3.4",
"style-loader": "^2.0.0",
"ts-loader": "^8.0.12",
"typescript": "^4.1.3",
"url-loader": "4.1.1",
"use-query-params": "1.1.9",
"viz.js": "2.1.2",
"ws": "7.4.1"
},
"babel": {
"presets": [
"react-app"
]
}
}