mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-10 07:26:01 -06:00
Bumps [axios](https://github.com/axios/axios) from 0.21.0 to 0.21.2. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v0.21.2/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v0.21.0...v0.21.2) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
34 lines
996 B
JSON
34 lines
996 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.",
|
|
"main": "src/html/pgadmin.html",
|
|
"repository": "https://github.com/postgres/pgadmin4.git",
|
|
"author": "pgAdmin Development Team (https://www.pgadmin.org/)",
|
|
"license": "PostgreSQL",
|
|
"chromium-args": "--disable-popup-blocking --disable-gpu",
|
|
"user-agent": "Nwjs:%nwver-%osinfo-%chromium_ver",
|
|
"nodejs": true,
|
|
"window": {
|
|
"width": 750,
|
|
"height": 600,
|
|
"toolbar": false,
|
|
"fullscreen": false,
|
|
"frame": false,
|
|
"show": true,
|
|
"position": "center",
|
|
"always-on-top": true,
|
|
"icon": "assets/pgAdmin4.png"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^0.21.2",
|
|
"bootstrap": "^4.5.3"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^6.3.0",
|
|
"nw": "0.62.2"
|
|
},
|
|
"scripts": {
|
|
"linter": "yarn eslint --no-eslintrc -c .eslintrc.js --ext .js ."
|
|
}
|
|
}
|