Upload files to "/"
This commit is contained in:
parent
8b99d1a74a
commit
4ba240cd91
99
package.json
99
package.json
@ -1,19 +1,19 @@
|
|||||||
{
|
{
|
||||||
"name": "vesktop",
|
"name": "aerocord",
|
||||||
"version": "3.0.2",
|
"version": "4.0.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "",
|
"description": "aerocord",
|
||||||
"keywords": [],
|
"keywords": [],
|
||||||
"homepage": "https://vencord.dev/",
|
"homepage": "https://git.randomserver.top/administrator/aerocord",
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"author": "Vendicated <vendicated@riseup.net>",
|
"author": "RandomServer Community",
|
||||||
"main": "dist/js/main.js",
|
"main": "dist/js/main.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "tsx scripts/build/build.mts",
|
"build": "tsx scripts/build/build.mts",
|
||||||
"build:dev": "pnpm build --dev",
|
"build:dev": "pnpm build --dev",
|
||||||
"package": "pnpm build && electron-builder",
|
"package": "pnpm build && electron-builder",
|
||||||
"package:dir": "pnpm build && electron-builder --dir",
|
"package:dir": "pnpm build && electron-builder --dir",
|
||||||
"lint": "eslint . --ext .js,.jsx,.ts,.tsx,.mts,.mjs",
|
"lint": "eslint",
|
||||||
"lint:fix": "pnpm lint --fix",
|
"lint:fix": "pnpm lint --fix",
|
||||||
"start": "pnpm build && electron .",
|
"start": "pnpm build && electron .",
|
||||||
"start:dev": "pnpm build:dev && electron .",
|
"start:dev": "pnpm build:dev && electron .",
|
||||||
@ -23,46 +23,43 @@
|
|||||||
"watch": "pnpm build --watch",
|
"watch": "pnpm build --watch",
|
||||||
"updateMeta": "tsx scripts/utils/updateMeta.mts"
|
"updateMeta": "tsx scripts/utils/updateMeta.mts"
|
||||||
},
|
},
|
||||||
|
"dependencies": {
|
||||||
"dependencies": {
|
"arrpc": "github:OpenAsar/arrpc#5aadc307cb9bf4479f0a12364a253b07a77ace22"
|
||||||
"arrpc": "github:OpenAsar/arrpc#c62ec6a04c8d870530aa6944257fe745f6c59a24",
|
},
|
||||||
"electron-updater": "^6.2.1"
|
"optionalDependencies": {
|
||||||
},
|
"@vencord/venmic": "^6.1.0"
|
||||||
"optionalDependencies": {
|
},
|
||||||
"@vencord/venmic": "^6.1.0"
|
"devDependencies": {
|
||||||
},
|
"@fal-works/esbuild-plugin-global-externals": "^2.1.2",
|
||||||
"devDependencies": {
|
"@stylistic/eslint-plugin": "^2.11.0",
|
||||||
"@fal-works/esbuild-plugin-global-externals": "^2.1.2",
|
"@types/node": "^22.10.1",
|
||||||
"@types/node": "^20.11.26",
|
"@types/react": "^18.3.12",
|
||||||
"@types/react": "^18.2.0",
|
"@vencord/types": "^1.8.4",
|
||||||
"@typescript-eslint/eslint-plugin": "^7.2.0",
|
"dotenv": "^16.4.6",
|
||||||
"@typescript-eslint/parser": "^7.2.0",
|
"electron": "^33.2.1",
|
||||||
"@vencord/types": "^1.8.4",
|
"electron-builder": "^25.1.8",
|
||||||
"dotenv": "^16.4.5",
|
"esbuild": "^0.24.0",
|
||||||
"electron": "^31.1.0",
|
"eslint": "^9.16.0",
|
||||||
"electron-builder": "^24.13.3",
|
"eslint-import-resolver-alias": "^1.1.2",
|
||||||
"esbuild": "^0.20.1",
|
"eslint-plugin-path-alias": "^2.1.0",
|
||||||
"eslint": "^8.57.0",
|
"eslint-plugin-prettier": "^5.2.1",
|
||||||
"eslint-config-prettier": "^9.1.0",
|
"eslint-plugin-simple-header": "^1.2.1",
|
||||||
"eslint-import-resolver-alias": "^1.1.2",
|
"eslint-plugin-simple-import-sort": "^12.1.1",
|
||||||
"eslint-plugin-license-header": "^0.6.0",
|
"eslint-plugin-unused-imports": "^4.1.4",
|
||||||
"eslint-plugin-path-alias": "^1.0.0",
|
"prettier": "^3.4.1",
|
||||||
"eslint-plugin-prettier": "^5.1.3",
|
"source-map-support": "^0.5.21",
|
||||||
"eslint-plugin-simple-import-sort": "^12.0.0",
|
"tsx": "^4.19.2",
|
||||||
"eslint-plugin-unused-imports": "^3.1.0",
|
"type-fest": "^4.30.0",
|
||||||
"prettier": "^3.2.5",
|
"typescript": "^5.7.2",
|
||||||
"source-map-support": "^0.5.21",
|
"typescript-eslint": "^8.17.0",
|
||||||
"tsx": "^4.7.1",
|
"xml-formatter": "^3.6.3"
|
||||||
"type-fest": "^4.12.0",
|
},
|
||||||
"typescript": "^5.4.2",
|
"packageManager": "pnpm@9.1.0",
|
||||||
"xml-formatter": "^3.6.2"
|
"engines": {
|
||||||
},
|
"node": ">=18",
|
||||||
"packageManager": "pnpm@9.1.0",
|
"pnpm": ">=8"
|
||||||
"engines": {
|
},
|
||||||
"node": ">=18",
|
"build": {
|
||||||
"pnpm": ">=8"
|
|
||||||
},
|
|
||||||
"build": {
|
|
||||||
"appId": "dev.vencord.vesktop",
|
"appId": "dev.vencord.vesktop",
|
||||||
"productName": "Vesktop",
|
"productName": "Vesktop",
|
||||||
"files": [
|
"files": [
|
||||||
@ -75,11 +72,9 @@
|
|||||||
],
|
],
|
||||||
"beforePack": "scripts/build/sandboxFix.js"
|
"beforePack": "scripts/build/sandboxFix.js"
|
||||||
},
|
},
|
||||||
|
"pnpm": {
|
||||||
"pnpm": {
|
"patchedDependencies": {
|
||||||
"patchedDependencies": {
|
"arrpc@3.5.0": "patches/arrpc@3.5.0.patch"
|
||||||
"arrpc@3.4.0": "patches/arrpc@3.4.0.patch"
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
|
7674
pnpm-lock.yaml
generated
7674
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user