Equicord/package.json

126 lines
4.5 KiB
JSON
Raw Normal View History

2022-08-28 20:25:27 -04:00
{
2024-07-13 00:08:20 -04:00
"name": "equicord",
2022-10-13 18:12:43 -04:00
"private": "true",
2024-12-14 00:37:15 -05:00
"version": "1.10.9",
2024-04-17 14:41:12 -04:00
"description": "The other cutest Discord client mod",
2024-04-17 14:29:47 -04:00
"homepage": "https://github.com/Equicord/Equicord#readme",
2022-10-13 18:12:43 -04:00
"bugs": {
2024-04-17 14:29:47 -04:00
"url": "https://github.com/Equicord/Equicord/issues"
2022-10-13 18:12:43 -04:00
},
"repository": {
"type": "git",
2024-04-17 14:29:47 -04:00
"url": "git+https://github.com/Equicord/Equicord.git"
2022-10-13 18:12:43 -04:00
},
"license": "GPL-3.0-or-later",
2024-07-17 13:04:40 -04:00
"author": "Equicord",
2022-10-09 17:02:06 -04:00
"scripts": {
2024-09-04 19:20:15 -04:00
"build": "node --require=./scripts/suppressExperimentalWarnings.js scripts/build/build.mjs",
2024-05-26 13:12:18 -04:00
"buildStandalone": "pnpm build --standalone",
2024-09-04 19:20:15 -04:00
"buildWeb": "node --require=./scripts/suppressExperimentalWarnings.js scripts/build/buildWeb.mjs",
"buildWebStandalone": "pnpm buildWeb --standalone",
"buildReporter": "pnpm buildWebStandalone --reporter --skip-extension",
2024-05-31 22:28:58 -04:00
"buildReporterDesktop": "pnpm build --reporter",
2024-05-26 13:12:18 -04:00
"watch": "pnpm build --watch",
2024-07-16 20:34:05 -04:00
"dev": "pnpm watch",
"watchWeb": "pnpm buildWeb --watch",
2023-03-22 23:37:32 -04:00
"generatePluginJson": "tsx scripts/generatePluginList.ts",
2024-07-18 18:18:27 -04:00
"generateEquicordPluginJson": "tsx scripts/generateEquicordPluginList.ts",
"generateTypes": "tspc --emitDeclarationOnly --declaration --outDir packages/vencord-types",
"inject": "node scripts/runInstaller.mjs",
"uninject": "node scripts/runInstaller.mjs",
"lint": "eslint",
"lint-styles": "stylelint \"src/**/*.css\" --ignore-pattern src/userplugins",
2022-10-09 17:02:06 -04:00
"lint:fix": "pnpm lint --fix",
"test": "pnpm buildStandalone && pnpm lint:fix && pnpm lint-styles && pnpm testTsc && pnpm generatePluginJson",
"testWeb": "pnpm lint && pnpm buildWeb && pnpm testTsc",
"testTsc": "tsc --noEmit"
2022-10-09 17:02:06 -04:00
},
"dependencies": {
2024-10-19 01:42:14 -04:00
"@ffmpeg/ffmpeg": "^0.12.10",
"@ffmpeg/util": "^0.12.1",
"@intrnl/xxhash64": "^0.1.2",
"@sapphi-red/web-noise-suppressor": "0.3.5",
2024-04-17 14:29:47 -04:00
"@types/less": "^3.0.6",
"@types/stylus": "^0.48.42",
"@types/tinycolor2": "^1.4.6",
2023-01-25 15:05:35 -05:00
"@vap/core": "0.0.12",
2023-04-30 11:11:38 -04:00
"@vap/shiki": "0.10.5",
"fflate": "^0.8.2",
"gifenc": "github:mattdesl/gifenc#64842fca317b112a8590f8fef2bf3825da8f6fe3",
2024-07-22 12:49:21 -04:00
"jsqr": "1.4.0",
2024-11-19 17:08:13 -05:00
"idb": "8.0.0",
"monaco-editor": "^0.52.2",
"nanoid": "^5.0.9",
2024-04-17 14:29:47 -04:00
"usercss-meta": "^0.12.0",
2024-07-18 17:48:50 -04:00
"openai": "^4.30.0",
2023-04-02 10:12:19 -04:00
"virtual-merge": "^1.0.1"
2022-10-09 17:02:06 -04:00
},
"devDependencies": {
"@stylistic/eslint-plugin": "^2.12.1",
2024-07-17 22:35:51 -04:00
"@electron/asar": "^3.2.10",
"@types/chrome": "^0.0.287",
"@types/diff": "^6.0.0",
"@types/lodash": "^4.17.14",
"@types/node": "^22.10.5",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"@types/yazl": "^2.4.5",
"diff": "^7.0.0",
"discord-types": "^1.3.26",
2024-09-04 19:20:15 -04:00
"esbuild": "^0.15.18",
"eslint": "^9.17.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-react": "^7.37.3",
"eslint-plugin-simple-header": "^1.2.1",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-unused-imports": "^4.1.4",
"highlight.js": "11.7.0",
2024-05-26 13:12:18 -04:00
"html-minifier-terser": "^7.2.0",
"moment": "^2.22.2",
"puppeteer-core": "^23.11.1",
"standalone-electron-types": "^1.0.0",
"stylelint": "^16.12.0",
"stylelint-config-standard": "^36.0.1",
"ts-patch": "^3.3.0",
"ts-pattern": "^5.6.0",
"tsx": "^4.19.2",
"type-fest": "^4.31.0",
"typed-emitter": "^2.1.0",
"typescript": "^5.7.2",
"typescript-eslint": "^8.19.0",
"typescript-transform-paths": "^3.5.3",
2023-11-30 00:10:50 -05:00
"zip-local": "^0.3.5",
"zustand": "^3.7.2"
2022-10-09 17:02:06 -04:00
},
"packageManager": "pnpm@9.1.0",
2022-11-28 07:58:14 -05:00
"pnpm": {
"patchedDependencies": {
"eslint@9.17.0": "patches/eslint@9.17.0.patch",
2024-04-17 14:29:47 -04:00
"@types/less@3.0.6": "patches/@types__less@3.0.6.patch"
},
"peerDependencyRules": {
"ignoreMissing": [
2023-01-25 15:05:35 -05:00
"eslint-plugin-import",
"eslint"
]
},
"allowedDeprecatedVersions": {
"source-map-resolve": "*",
"resolve-url": "*",
"source-map-url": "*",
"urix": "*"
2022-11-28 07:58:14 -05:00
}
2022-12-01 13:16:09 -05:00
},
"webExt": {
"artifactsDir": "./dist",
"build": {
"overwriteDest": true
},
"sourceDir": "./dist/firefox-unpacked"
},
"engines": {
2024-09-04 19:20:15 -04:00
"node": ">=18",
2024-05-31 23:30:18 -04:00
"pnpm": ">=9"
2022-11-28 07:58:14 -05:00
}
2022-10-03 18:27:25 -04:00
}