Files
notifications-admin/package.json
T

74 lines
2.1 KiB
JSON
Raw Normal View History

2015-12-15 08:20:25 +00:00
{
"name": "notifications-admin",
"version": "0.0.1",
2022-11-29 08:55:22 -05:00
"description": "Admin front end for Notify",
"engines": {
2021-09-15 16:24:01 +01:00
"node": ">=10.15.3"
},
2015-12-15 08:20:25 +00:00
"scripts": {
2022-10-27 11:10:13 -04:00
"lint": "gulp lint",
"test": "jest --config tests/javascripts/jest.config.js tests/javascripts",
2019-10-16 15:20:05 +01:00
"test-watch": "jest --watch --config tests/javascripts/jest.config.js tests/javascripts",
2016-01-12 13:37:50 +00:00
"build": "gulp",
2022-05-10 11:33:24 +01:00
"watch": "gulp watch",
"audit": "better-npm-audit audit --production --level low",
"pa11y-ci": "pa11y-ci"
2015-12-15 08:20:25 +00:00
},
"repository": {
"type": "git",
2022-11-29 08:55:22 -05:00
"url": "git+https://github.com/GSA/notifications-admin.git"
2015-12-15 08:20:25 +00:00
},
2022-11-29 08:55:22 -05:00
"author": "General Services Administration",
"license": "CC0",
"homepage": "https://github.com/GSA/notifications-admin#readme",
2024-06-17 14:27:59 -07:00
"overrides": {
2024-06-17 14:36:06 -07:00
"graceful-fs": "^4.2.11"
2024-06-17 14:27:59 -07:00
},
2015-12-15 08:20:25 +00:00
"dependencies": {
"@rollup/plugin-commonjs": "^28.0.3",
"@rollup/plugin-node-resolve": "^16.0.0",
2024-08-08 14:32:33 -06:00
"@rollup/stream": "^3.0.1",
2025-03-07 23:42:00 +00:00
"@uswds/uswds": "^3.12.0",
2021-05-07 18:10:07 +01:00
"cbor-js": "0.1.0",
2024-08-09 10:48:39 -06:00
"d3": "^7.9.0",
2024-07-03 13:48:03 -06:00
"govuk_frontend_toolkit": "^9.0.1",
2019-10-03 12:59:26 +01:00
"govuk-frontend": "2.13.0",
2024-08-08 14:01:05 -06:00
"gulp-merge": "^0.1.1",
2022-05-05 14:52:32 +01:00
"hogan": "1.0.2",
2024-06-17 13:55:25 -07:00
"jquery": "3.7.1",
2024-08-08 13:58:33 -06:00
"morphdom": "^2.7.4",
2025-03-06 23:56:15 +00:00
"playwright": "^1.51.0",
2023-04-24 14:57:35 -04:00
"python": "^0.0.4",
2022-05-05 14:52:32 +01:00
"query-command-supported": "1.0.0",
2025-02-25 23:49:03 +00:00
"sass-embedded": "^1.85.1",
2022-05-05 14:52:32 +01:00
"textarea-caret": "3.1.0",
2024-08-08 14:32:33 -06:00
"timeago": "1.6.7",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
2022-05-05 14:52:32 +01:00
},
"devDependencies": {
2025-02-19 16:28:48 +00:00
"@babel/core": "^7.26.9",
"@babel/preset-env": "^7.26.9",
2024-12-19 23:54:33 +00:00
"@uswds/compile": "^1.2.1",
2024-09-18 13:59:16 -04:00
"backstopjs": "^6.3.25",
2024-09-10 18:28:31 +00:00
"better-npm-audit": "^3.11.0",
2024-07-08 10:45:05 -06:00
"gulp": "^5.0.0",
2024-06-17 14:36:06 -07:00
"gulp-add-src": "^1.0.0",
2019-04-01 12:09:38 +01:00
"gulp-babel": "8.0.0",
2021-09-09 14:33:30 +01:00
"gulp-clean-css": "4.3.0",
2024-08-08 14:01:05 -06:00
"gulp-concat": "^2.6.1",
"gulp-include": "2.4.1",
2018-01-17 16:50:39 +00:00
"gulp-jshint": "2.1.0",
2021-09-09 14:33:30 +01:00
"gulp-prettyerror": "2.0.0",
"gulp-uglify": "3.0.2",
2025-01-14 13:10:48 -08:00
"jest": "^29.7.0",
2022-10-26 14:15:49 +00:00
"jest-each": "^29.2.1",
"jest-environment-jsdom": "^29.2.2",
2024-06-18 07:49:20 -07:00
"jshint": "2.13.6",
"jshint-stylish": "2.2.1",
2025-03-11 00:28:56 +00:00
"rollup": "^4.35.0",
"rollup-plugin-commonjs": "10.1.0",
2024-08-08 13:58:33 -06:00
"rollup-plugin-node-resolve": "5.2.0"
2015-12-15 08:20:25 +00:00
}
}