Files
notifications-admin/package.json
dependabot[bot] e342381e6b Bump @rollup/plugin-commonjs from 28.0.6 to 28.0.7
Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) from 28.0.6 to 28.0.7.
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/commonjs-v28.0.7/packages/commonjs)

---
updated-dependencies:
- dependency-name: "@rollup/plugin-commonjs"
  dependency-version: 28.0.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-14 23:06:24 +00:00

70 lines
2.3 KiB
JSON

{
"name": "notifications-admin",
"version": "0.0.1",
"description": "Admin front end for Notify",
"engines": {
"node": ">=22.0.0"
},
"scripts": {
"lint": "jshint app/assets/javascripts",
"test": "jest --config tests/javascripts/jest.config.js tests/javascripts",
"test-watch": "jest --watch --config tests/javascripts/jest.config.js tests/javascripts",
"build": "NODE_ENV=production npx webpack --config webpack.config.js",
"build:dev": "npx webpack --config webpack.config.js",
"watch": "npx webpack --watch --config webpack.config.js",
"backstop:test": "npx backstop test --configPath=backstop.config.js",
"backstop:reference": "npx backstop reference --configPath=backstop.config.js",
"backstop:approve": "npx backstop approve --configPath=backstop.config.js",
"backstop:open": "npx backstop openReport --configPath=backstop.config.js",
"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": "^28.0.7",
"@rollup/plugin-node-resolve": "^16.0.3",
"@rollup/stream": "^3.0.1",
"@uswds/uswds": "^3.13.0",
"cbor-js": "0.1.0",
"d3": "^7.9.0",
"jquery": "3.7.1",
"playwright": "^1.56.0",
"python": "^0.0.4",
"query-command-supported": "1.0.0",
"sass-embedded": "^1.93.2",
"textarea-caret": "3.1.0"
},
"devDependencies": {
"@babel/core": "^7.28.4",
"@babel/preset-env": "^7.28.3",
"autoprefixer": "^10.4.21",
"babel-loader": "^10.0.0",
"backstopjs": "^6.3.25",
"better-npm-audit": "^3.11.0",
"copy-webpack-plugin": "^13.0.1",
"css-loader": "^7.1.2",
"jest": "^30.2.0",
"jest-each": "^30.1.0",
"jest-environment-jsdom": "^30.2.0",
"jshint": "2.13.6",
"jshint-stylish": "2.2.1",
"merge-stream": "^2.0.0",
"mini-css-extract-plugin": "^2.9.4",
"postcss-loader": "^8.2.0",
"sass": "^1.93.2",
"sass-loader": "^16.0.5",
"terser-webpack-plugin": "^5.3.14",
"webpack": "^5.102.1",
"webpack-cli": "^6.0.1"
}
}