UNPKG

@ministryofjustice/probation-search-frontend

Version:

A shared UI component to search for probation cases from within your Express/Nunjucks application

58 lines (57 loc) 1.72 kB
{ "name": "@ministryofjustice/probation-search-frontend", "version": "3.1.0", "description": "A shared UI component to search for probation cases from within your Express/Nunjucks application", "author": "HMPPS Probation Integration Team", "keywords": [ "hmpps", "probation", "search" ], "license": "MIT", "homepage": "https://github.com/ministryofjustice/probation-search-frontend#readme", "repository": { "type": "git", "url": "https://github.com/ministryofjustice/probation-search-frontend.git" }, "bugs": { "url": "https://github.com/ministryofjustice/probation-search-frontend/issues" }, "scripts": { "watch": "tsc -w", "build": "tsc && cp -r package.json README.md src/components dist", "lint": "eslint . --cache --max-warnings 0", "lint:fix": "eslint . --cache --max-warnings 0 --fix", "test": "jest" }, "dependencies": { "@ministryofjustice/hmpps-auth-clients": "^0.0.1", "date-fns": "^4.1.0", "express": "^5.1.0", "express-session": "^1.18.0", "highlight-words-core": "^1.2.2", "superagent": "^10.1.0" }, "devDependencies": { "@ministryofjustice/eslint-config-hmpps": "^0.0.2", "@types/express": "^5.0.1", "@types/express-session": "^1.18.0", "@types/highlight-words-core": "^1.2.3", "@types/jest": "^30.0.0", "@types/superagent": "^8.1.7", "@typescript-eslint/eslint-plugin": "^8.1.0", "@typescript-eslint/parser": "^8.1.0", "jest": "^30.0.3", "prettier": "^3.2.5", "prettier-plugin-jinja-template": "^2.0.0", "ts-jest": "^29.1.2", "typescript": "^5.4.5" }, "jest": { "transform": { "^.+\\.tsx?$": [ "ts-jest" ] } } }