Skip to content

Commit

Permalink
Merge pull request #26 from ReGuilded/v0.0.4-alpha.dev
Browse files Browse the repository at this point in the history
v0.0.4-alpha Development PR
  • Loading branch information
ItzNxthaniel authored Feb 14, 2022
2 parents 0d8761c + 44382e6 commit b1bd4e9
Show file tree
Hide file tree
Showing 98 changed files with 6,109 additions and 2,835 deletions.
402 changes: 373 additions & 29 deletions LICENSE

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<p align="center">
<img src="https://raw.githubusercontent.com/ReGuilded/ReGuilded/main/logo/banner.png" alt="ReGuilded Logo" />
<a href="https://guilded.gg/ReGuilded">
<img src="https://img.shields.io/static/v1?label=Chat%20on&message=Guilded&style=flat-square&color=F5C400" alt="Chat on Guilded" />
<img src="https://img.shields.io/static/v1?label=Chat%20on&message=Guilded&style=flat-square&color=F5C400&logo=guilded&logoColor=white" alt="Chat on Guilded" />
</a>
<a href="https://github.com/ReGuilded/ReGuilded/issues">
<img alt="Open Issues" src="https://img.shields.io/github/issues-raw/ReGuilded/ReGuilded?style=flat-square">
Expand All @@ -14,7 +14,7 @@
</a>
</p>

**ReGuilded** is a client injector/client mod that allows you to extend the functionality of Guilded's client by providing theme and add-on support.
**ReGuilded** is a client injector/client mod that allows you to extend the functionality of Guilded's client by providing theme and addon support.

> **NOTE:** ReGuilded isn't fully stable and you may encounter some bugs or short-comings. We are looking for more contributors working on ReGuilded.
Expand Down
66 changes: 33 additions & 33 deletions logo/ReGuildedRed.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
100 changes: 56 additions & 44 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,46 +1,58 @@
{
"name": "reguilded",
"version": "0.0.3-alpha",
"description": "ReGuilded is a client injector/client mod that allows you to extend the functionality of Guilded's client by providing theme and add-on support.",
"main": "",
"type": "module",
"scripts": {
"injectbare": "node out/injector.main.js inject",
"uninjectbare": "node out/injector.main.js uninject",
"build": "rollup -c rollup.config.js",
"watch": "rollup -c rollup.config.js -w",
"inject": "npm run build && npm run injectbare",
"uninject": "npm run build && npm run uninjectbare",
"reinject": "npm run build && npm run uninjectbare && npm run injectbare"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ReGuilded/ReGuilded.git"
},
"author": "ReGuilded",
"license": "MIT",
"bugs": {
"url": "https://github.com/ReGuilded/ReGuilded/issues"
},
"homepage": "https://github.com/ReGuilded/ReGuilded#readme",
"dependencies": {
"@types/fs-extra": "^9.0.13",
"@types/minimist": "^1.2.2",
"@types/react": "^17.0.37",
"@types/react-dom": "^17.0.11",
"chokidar": "^3.5.2",
"fs-extra": "^8.1.0",
"minimist": "^1.2.5"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.0.6",
"@rollup/plugin-typescript": "^8.3.0",
"@types/electron": "^1.6.10",
"rollup": "^2.60.1",
"rollup-plugin-root-import": "^1.0.0",
"rollup-plugin-terser": "^7.0.2",
"typescript": "^4.5.2"
}
"name": "reguilded",
"version": "0.0.3-alpha",
"description": "ReGuilded is a client injector/client mod that allows you to extend the functionality of Guilded's client by providing theme and addon support.",
"main": "",
"type": "commonjs",
"scripts": {
"injectbare": "node out/injector.main.js inject",
"uninjectbare": "node out/injector.main.js uninject",
"build": "npm install && rollup -c rollup.config.js && node out/injector.main.js prepareAndPackResources",
"watch": "rollup -c rollup.config.js -w",
"inject": "npm run build && npm run injectbare",
"uninject": "npm run build && npm run uninjectbare",
"reinject": "npm run build && npm run uninjectbare && npm run injectbare"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ReGuilded/ReGuilded.git"
},
"author": "ReGuilded",
"license": "MIT",
"bugs": {
"url": "https://github.com/ReGuilded/ReGuilded/issues"
},
"homepage": "https://github.com/ReGuilded/ReGuilded#readme",
"dependencies": {
"chmodr": "^1.2.0",
"chokidar": "^3.5.2",
"fs-extra": "^8.1.0",
"minimist": "^1.2.5",
"yauzl": "^2.10.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^22.0.0-4",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.0.6",
"@rollup/plugin-typescript": "^8.3.0",
"@types/chmodr": "^1.0.0",
"@types/electron": "^1.6.10",
"@types/fs-extra": "^9.0.13",
"@types/got": "^9.6.12",
"@types/minimist": "^1.2.2",
"@types/prismjs": "^1.16.7",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"@types/yauzl": "^2.9.2",
"asar": "^3.1.0",
"rollup": "^2.60.1",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-styles": "^4.0.0",
"rollup-plugin-terser": "^7.0.2",
"slate": "^0.72.3",
"stylus": "^0.56.0",
"sudo-prompt": "^9.2.1",
"typescript": "^4.5.2",
"moment": "^2.29.1"
}
}
Loading

0 comments on commit b1bd4e9

Please sign in to comment.