mirror of
https://github.com/GSA/notifications-admin.git
synced 2025-12-08 22:24:22 -05:00
Bumps [better-npm-audit](https://github.com/jeemok/better-npm-audit) from 3.8.3 to 3.11.0. - [Release notes](https://github.com/jeemok/better-npm-audit/releases) - [Changelog](https://github.com/jeemok/better-npm-audit/blob/master/CHANGELOG.md) - [Commits](https://github.com/jeemok/better-npm-audit/compare/v3.8.3...v3.11.0) --- updated-dependencies: - dependency-name: better-npm-audit dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
72 lines
2.0 KiB
JSON
72 lines
2.0 KiB
JSON
{
|
|
"name": "notifications-admin",
|
|
"version": "0.0.1",
|
|
"description": "Admin front end for Notify",
|
|
"engines": {
|
|
"node": ">=10.15.3"
|
|
},
|
|
"scripts": {
|
|
"lint": "gulp lint",
|
|
"test": "jest --config tests/javascripts/jest.config.js tests/javascripts",
|
|
"test-watch": "jest --watch --config tests/javascripts/jest.config.js tests/javascripts",
|
|
"build": "gulp",
|
|
"watch": "gulp watch",
|
|
"audit": "better-npm-audit audit --production --level low",
|
|
"pa11y-ci": "pa11y-ci"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/GSA/notifications-admin.git"
|
|
},
|
|
"author": "General Services Administration",
|
|
"license": "CC0",
|
|
"homepage": "https://github.com/GSA/notifications-admin#readme",
|
|
"overrides": {
|
|
"graceful-fs": "^4.2.11"
|
|
},
|
|
"dependencies": {
|
|
"@rollup/plugin-commonjs": "^26.0.1",
|
|
"@rollup/plugin-node-resolve": "^15.2.3",
|
|
"@rollup/stream": "^3.0.1",
|
|
"@uswds/uswds": "^3.8.2",
|
|
"cbor-js": "0.1.0",
|
|
"d3": "^7.9.0",
|
|
"govuk_frontend_toolkit": "^9.0.1",
|
|
"govuk-frontend": "2.13.0",
|
|
"gulp-merge": "^0.1.1",
|
|
"hogan": "1.0.2",
|
|
"jquery": "3.7.1",
|
|
"morphdom": "^2.7.4",
|
|
"python": "^0.0.4",
|
|
"query-command-supported": "1.0.0",
|
|
"sass-embedded": "^1.78.0",
|
|
"textarea-caret": "3.1.0",
|
|
"timeago": "1.6.7",
|
|
"vinyl-buffer": "^1.0.1",
|
|
"vinyl-source-stream": "^2.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.25.2",
|
|
"@babel/preset-env": "^7.25.4",
|
|
"@uswds/compile": "^1.2.0",
|
|
"better-npm-audit": "^3.11.0",
|
|
"gulp": "^5.0.0",
|
|
"gulp-add-src": "^1.0.0",
|
|
"gulp-babel": "8.0.0",
|
|
"gulp-clean-css": "4.3.0",
|
|
"gulp-concat": "^2.6.1",
|
|
"gulp-include": "2.4.1",
|
|
"gulp-jshint": "2.1.0",
|
|
"gulp-prettyerror": "2.0.0",
|
|
"gulp-uglify": "3.0.2",
|
|
"jest": "29.7.0",
|
|
"jest-each": "^29.2.1",
|
|
"jest-environment-jsdom": "^29.2.2",
|
|
"jshint": "2.13.6",
|
|
"jshint-stylish": "2.2.1",
|
|
"rollup": "^4.21.2",
|
|
"rollup-plugin-commonjs": "10.1.0",
|
|
"rollup-plugin-node-resolve": "5.2.0"
|
|
}
|
|
}
|