forked from ish4ra/ReGuilded
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #26 from ReGuilded/v0.0.4-alpha.dev
v0.0.4-alpha Development PR
- Loading branch information
Showing
98 changed files
with
6,109 additions
and
2,835 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |
Oops, something went wrong.