forked from geph-official/gephgui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
116 lines (116 loc) · 3.33 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
{
"name": "gephgui4",
"version": "4.4.12",
"private": true,
"homepage": ".",
"main": "public/electron.js",
"dependencies": {
"arch": "^2.2.0",
"base-64": "^1.0.0",
"chinese-conv": "^1.0.1",
"d3": "^6.6.2",
"electron-dl": "^3.2.1",
"electron-is-dev": "^1.1.0",
"franc": "^5.0.0",
"is-elevated": "^3.0.0",
"jquery": "^3.6.0",
"metrics-graphics": "^2.15.6",
"opencc-js": "^0.3.7",
"react-metrics-graphics": "^1.1.2",
"rss-parser": "^3.7.6",
"sanitize-html": "^1.23.0",
"semver": "^7.2.2",
"utf8": "^3.0.0",
"zh_cn_zh_tw": "^1.0.6"
},
"scripts": {
"electron:start": "electron . --no-sandbox",
"electron:allplat": "react-scripts build && electron-builder -w --ia32 --dir && electron-builder -l --x64 --dir && electron-builder -l --ia32 --dir && electron-builder --mac --x64 --dir",
"electron:windows": "react-scripts build && electron-builder -w --ia32 --dir",
"electron:lin64": "react-scripts build && electron-builder -l --x64 --dir ",
"electron:macos": "react-scripts build && electron-builder --mac --x64 --dir",
"electron:lin32": "react-scripts build && electron-builder -l --ia32 --dir",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"electron-pack": "build --em.main=build/electron.js"
},
"build": {
"asar": false,
"appId": "io.geph.geph-electron",
"files": [
"build/**/*",
"node_modules/**/*",
"binaries/${os}-${arch}",
"icons/*"
],
"directories": {
"buildResources": "assets"
},
"linux": {
"target": [
"AppImage"
],
"icon": "icons/512x512.png"
},
"mac": {
"category": "public.app-category.utilities",
"icon": "icons/mac.icns",
"target": "dir"
},
"win": {
"icon": "icons/windows.ico"
}
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.02%"
],
"description": "An Ionic project",
"devDependencies": {
"@ionic/react": "^4.11.3",
"@ionic/react-router": "^4.11.3",
"@material-ui/core": "^4.11.2",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.57",
"@types/axios": "^0.14.0",
"@types/jest": "24.0.18",
"@types/node": "12.7.5",
"@types/react": "^16.9.11",
"@types/react-dom": "^16.9.3",
"@types/react-redux": "^7.1.7",
"@types/react-router": "^5.1.2",
"@types/react-router-dom": "^4.3.1",
"axios": "^0.19.2",
"axios-retry": "^3.1.2",
"dagre-d3": "^0.6.4",
"datejs": "^1.0.0-rc3",
"detect-nearest-browser-locale": "^19.0.0",
"electron": "^10.1.5",
"electron-builder": "^21.2.0",
"electron-packager": "^14.1.0",
"flag-icon-css": "^3.4.5",
"ionicons": "^4.6.3",
"js-sha256": "^0.9.0",
"react": "^16.11.0",
"react-app-polyfill": "^1.0.5",
"react-dom": "^16.11.0",
"react-helmet": "^5.2.1",
"react-odometerjs": "^2.1.1",
"react-redux": "^7.2.2",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-scripts": "^3.4.1",
"react-world-flags": "^1.3.0",
"redux": "^4.0.5",
"redux-devtools": "^3.5.0",
"redux-localstorage": "^0.4.1",
"regenerator-runtime": "^0.13.3",
"typescript": "3.7",
"web-animations-js": "^2.3.2",
"whatwg-fetch": "^3.0.0"
}
}