-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
161 lines (161 loc) · 4.42 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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
{
"name": "lclplauncher",
"version": "2.7.1",
"description": "LCLP's game launcher.",
"repository": "git@github.com:LCLPYT/LCLPLauncher.git",
"author": "LCLP <lukas.lupale.2003@gmail.com>",
"license": "MIT",
"private": true,
"devDependencies": {
"@babel/cli": "^7.14.3",
"@babel/core": "^7.14.3",
"@babel/preset-env": "^7.14.4",
"@babel/preset-react": "^7.13.13",
"@types/bootstrap": "5.2.3",
"@types/gunzip-maybe": "^1.4.0",
"@types/progress-stream": "^2.0.2",
"@types/react-dom": "^17.0.6",
"@types/react-router-dom": "^5.1.7",
"@types/rimraf": "^3.0.1",
"@types/semver": "^7.3.8",
"@types/tar-stream": "^2.2.1",
"@types/yaml": "^1.9.7",
"@types/yargs-parser": "^20.2.1",
"@types/yauzl": "^2.9.2",
"autoprefixer": "^10.2.6",
"babel-loader": "^8.2.2",
"bootstrap": "5.2.0",
"bootswatch": "^5.1.1",
"electron": "^15.5.5",
"electron-builder": "^23.0.3",
"electron-webpack": "^2.8.2",
"electron-webpack-ts": "^4.0.1",
"file-loader": "^6.2.0",
"postcss": "^8.3.0",
"postcss-loader": "4.3.0",
"sass": "1.32.13",
"sass-loader": "10.1.1",
"typescript": "^4.6.4",
"webpack": "^4.42.1",
"workbox-webpack-plugin": "^6.5.3"
},
"dependencies": {
"@popperjs/core": "^2.9.2",
"chokidar": "^3.5.2",
"conf": "^10.0.2",
"electron-fetch": "^1.7.3",
"electron-log": "^4.4.6",
"electron-store": "^8.0.0",
"electron-updater": "^4.3.9",
"execa": "^5.1.1",
"gunzip-maybe": "^1.4.2",
"jsonc": "^2.0.0",
"knex": "^2.0.0",
"node-html-parser": "^4.1.3",
"nodejs-file-downloader": "^4.7.2",
"objection": "^3.0.1",
"progress-stream": "^2.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^5.2.0",
"react-youtube": "^7.13.1",
"rimraf": "^3.0.2",
"semver": "^7.3.5",
"source-map-support": "^0.5.19",
"sqlite": "^4.1.1",
"sqlite3": "^5.0.6",
"tar-stream": "^2.2.0",
"tippy.js": "^6.3.1",
"yaml": "^1.10.2",
"yargs-parser": "^20.2.9",
"yauzl": "^2.10.0"
},
"scripts": {
"dev": "electron-webpack dev",
"compile": "electron-webpack",
"dist": "yarn compile && electron-builder",
"dist:dir": "yarn dist --dir -c.compression=store -c.mac.identity=null",
"postinstall": "install-app-deps"
},
"electronWebpack": {
"renderer": {
"webpackConfig": "webpack.renderer.additions.js"
}
},
"build": {
"appId": "work.lclpnet.lclplauncher",
"productName": "LCLPLauncher",
"copyright": "Copyright © 2022 LCLP",
"directories": {
"buildResources": "build_resources"
},
"extraMetadata": {
"name": "LCLPLauncher"
},
"protocols": [
{
"name": "LCLPLauncher Protocol",
"schemes": [
"lclplauncher"
]
}
],
"publish": [
{
"provider": "generic",
"url": "https://lclpnet.work/lclplauncher/files"
}
],
"mac": {
"category": "public.app-category.games"
},
"dmg": {
"contents": [
{
"x": 110,
"y": 150
},
{
"x": 240,
"y": 150,
"type": "link",
"path": "/Applications"
}
]
},
"linux": {
"target": [
"AppImage",
"deb"
],
"files": [
"!bin/*",
"!dist/*",
"!src/*",
"!**/node_modules/*/{CHANGELOG.md,README.md,README,readme.md,readme}",
"!**/node_modules/*/{test,__tests__,tests,powered-test,example,examples}",
"!**/{.DS_Store,.git,.hg,.svn,CVS,RCS,SCCS,.gitignore,.gitattributes}",
"!**/{__pycache__,thumbs.db,.flowconfig,.idea,.vs,.nyc_output}",
"!**/{appveyor.yml,.travis.yml,circle.yml}",
"!**/{npm-debug.log,yarn.lock,.yarn-integrity,.yarn-metadata.json}"
]
},
"win": {
"target": "nsis",
"files": [
"!bin/*",
"!dist/*",
"!src/*",
"!**/node_modules/*/{CHANGELOG.md,README.md,README,readme.md,readme}",
"!**/node_modules/*/{test,__tests__,tests,powered-test,example,examples}",
"!**/{.DS_Store,.git,.hg,.svn,CVS,RCS,SCCS,.gitignore,.gitattributes}",
"!**/{__pycache__,thumbs.db,.flowconfig,.idea,.vs,.nyc_output}",
"!**/{appveyor.yml,.travis.yml,circle.yml}",
"!**/{npm-debug.log,yarn.lock,.yarn-integrity,.yarn-metadata.json}"
]
},
"nsis": {
"guid": "lclplauncher"
}
}
}