mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2024-11-21 16:27:39 -06:00
7b5d96c5a6
Bumps [axios](https://github.com/axios/axios) from 1.7.2 to 1.7.3. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v1.7.2...v1.7.3) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
26 lines
798 B
JSON
26 lines
798 B
JSON
{
|
|
"name": "pgadmin4",
|
|
"description": "pgAdmin is the most popular and feature rich Open Source administration and development platform for PostgreSQL, the most advanced Open Source database in the world.",
|
|
"repository": "https://github.com/postgres/pgadmin4.git",
|
|
"author": "pgAdmin Development Team (https://www.pgadmin.org/)",
|
|
"license": "PostgreSQL",
|
|
"type": "module",
|
|
"main": "src/js/pgadmin.js",
|
|
"scripts": {
|
|
"start": "electron .",
|
|
"linter": "yarn run eslint -c .eslintrc.js ."
|
|
},
|
|
"packageManager": "yarn@3.8.2",
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.8.0",
|
|
"electron": "latest",
|
|
"eslint": "^9.8.0"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.7.3",
|
|
"bootstrap": "^4.5.3",
|
|
"electron-context-menu": "^4.0.1",
|
|
"electron-store": "^10.0.0"
|
|
}
|
|
}
|