forked from Ecks1337/RyuSAK
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
70 lines (70 loc) · 2.07 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
{
"name": "RyuSAK",
"productName": "RyuSAK",
"version": "1.6.3",
"description": "RyuSAK",
"repository": "https://github.com/Ecks1337/RyuSAK",
"main": ".vite/build/index.js",
"scripts": {
"start": "electron-forge start",
"build": "electron-forge package",
"make": "electron-forge make --skip-package",
"lint": "eslint --ext .ts,.tsx ."
},
"author": "Ecks1337",
"contributors": [
"CapitaineJSparrow"
],
"license": "GPL-3.0",
"config": {
"forge": "./forge.config.js"
},
"devDependencies": {
"@electron-forge/cli": "^6.4.2",
"@electron-forge/maker-deb": "^6.4.2",
"@electron-forge/maker-rpm": "^6.4.2",
"@electron-forge/maker-squirrel": "^6.4.2",
"@electron-forge/maker-zip": "^6.4.2",
"@electron-forge/plugin-auto-unpack-natives": "^6.4.2",
"@electron-forge/plugin-vite": "^6.4.2",
"@emotion/react": "^11.5.0",
"@emotion/styled": "^11.3.0",
"@fontsource/roboto": "^4.5.1",
"@mui/icons-material": "^5.0.4",
"@mui/lab": "^5.0.0-alpha.53",
"@mui/material": "^5.0.4",
"@types/semver": "^7.3.9",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"adm-zip": "^0.5.9",
"electron": "27.0.2",
"eslint": "^8.0.1",
"eslint-plugin-import": "^2.25.0",
"form-data": "^4.0.0",
"fs-extra": "^10.0.0",
"glob": "^7.2.0",
"https-proxy-agent": "^5.0.1",
"i18next": "^21.3.3",
"linq": "^4.0.0",
"node-fetch": "^3.1.1",
"p-retry": "^4.6.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-i18next": "^11.12.0",
"react-router-dom": "^6.2.2",
"semver": "^7.3.5",
"sweetalert2": "11.4.8",
"ts-node": "^10.0.0",
"typescript": "~4.5.4",
"unidecode": "^0.1.8",
"vite-plugin-electron": "^0.14.1",
"vite-plugin-electron-renderer": "^0.14.5",
"zustand": "^3.6.0"
},
"dependencies": {
"async-mutex": "^0.3.2",
"cross-fetch": "^3.1.4",
"electron-is-dev": "^2.0.0",
"electron-squirrel-startup": "^1.0.0"
}
}