Revenge/package.json
Amsyar Rasyiq 0bf2b58926
[Themes] Overhaul themes data process (#42)
* [Themes] Rewrite `resolveSemanticColor` patch

* [Themes] chroma.js & properly themes rawColors

* [Themes] Apply Android's color keys, import `@types/chroma.js`

* [Metro] Export chroma.js as a common module
2023-03-22 21:02:53 +00:00

39 lines
942 B
JSON

{
"name": "vendetta",
"version": "1.0.0",
"description": "A mod for Discord's mobile apps.",
"scripts": {
"build": "node build.mjs"
},
"keywords": [
"discord",
"android",
"ios",
"react native"
],
"author": "Beef",
"license": "BSD-3-Clause",
"devDependencies": {
"@react-native-clipboard/clipboard": "1.10.0",
"@swc/core": "^1.3.35",
"@types/chroma-js": "^2.4.0",
"@types/react": "18.0.27",
"@types/react-native": "0.70.6",
"esbuild": "^0.17.11",
"esbuild-plugin-alias": "^0.2.1",
"moment": "2.22.2",
"typescript": "^4.9.5"
},
"dependencies": {
"@swc/helpers": "^0.4.14",
"spitroast": "^1.4.2"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"react",
"react-native"
]
}
}
}