mirror of
https://github.com/GSA/notifications-admin.git
synced 2025-12-09 14:45:00 -05:00
Bumps [sass](https://github.com/sass/dart-sass) from 1.94.2 to 1.95.0. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.94.2...1.95.0) --- updated-dependencies: - dependency-name: sass dependency-version: 1.95.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
71 lines
2.3 KiB
JSON
71 lines
2.3 KiB
JSON
{
|
|
"name": "notifications-admin",
|
|
"version": "0.0.1",
|
|
"description": "Admin front end for Notify",
|
|
"engines": {
|
|
"node": "^24.10.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",
|
|
"glob@^10": "10.5.0"
|
|
},
|
|
"dependencies": {
|
|
"@rollup/plugin-commonjs": "^29.0.0",
|
|
"@rollup/plugin-node-resolve": "^16.0.3",
|
|
"@rollup/stream": "^3.0.1",
|
|
"@uswds/uswds": "^3.13.0",
|
|
"cbor-js": "0.1.0",
|
|
"ci-info": "^4.3.1",
|
|
"d3": "^7.9.0",
|
|
"playwright": "^1.57.0",
|
|
"python": "^0.0.4",
|
|
"query-command-supported": "1.0.0",
|
|
"sass-embedded": "^1.93.3",
|
|
"textarea-caret": "3.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.28.5",
|
|
"@babel/preset-env": "^7.28.5",
|
|
"autoprefixer": "^10.4.22",
|
|
"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.95.0",
|
|
"sass-loader": "^16.0.6",
|
|
"terser-webpack-plugin": "^5.3.15",
|
|
"webpack": "^5.103.0",
|
|
"webpack-cli": "^6.0.1"
|
|
}
|
|
}
|