UNPKG

tfwm-travel-updates-widget

Version:

A shareable travel updates (disruptions) widget which is shown on the TfWM homepage

81 lines (80 loc) 2.2 kB
{ "name": "tfwm-travel-updates-widget", "version": "1.3.1", "description": "A shareable travel updates (disruptions) widget which is shown on the TfWM homepage", "homepage": "https://tfwm.org.uk", "author": "WMCA", "copyright": "WMCA", "main": "build/static/js/build.min.js", "repository": "https://github.com/wmcadigital/tfwm-travel-updates-widget", "keywords": [ "travel", "transport", "west midlands", "disruptions" ], "release": { "branches": [ "main" ], "plugins": [ "@semantic-release/commit-analyzer", "@semantic-release/release-notes-generator", "@semantic-release/changelog", "@semantic-release/npm", "@semantic-release/git", "@semantic-release/github" ] }, "dependencies": { "@testing-library/jest-dom": "^5.14.1", "@testing-library/react": "^12.0.0", "@testing-library/user-event": "^13.1.9", "@types/react": "^17.0.13", "@types/react-dom": "^17.0.8", "axios": "^0.21.1", "node-sass": "^8.0.0", "preact": "^10.5.14", "preact-habitat": "^3.3.0", "react": "^17.0.2", "react-scripts": "^5.0.1", "typescript": "^4.3.5" }, "devDependencies": { "@semantic-release/changelog": "^6.0.2", "@semantic-release/git": "^10.0.1", "@typescript-eslint/eslint-plugin": "^5.0.0", "@typescript-eslint/parser": "^5.0.0", "eslint": "^7.32.0", "eslint-config-airbnb": "^18.2.1", "eslint-config-airbnb-typescript": "^12.3.1", "eslint-config-prettier": "^8.3.0", "eslint-plugin-jest": "^24.3.6", "eslint-plugin-prettier": "^3.4.0", "npm-check-updates": "^16.7.5", "prettier": "^2.3.2", "react-app-rewired": "^2.1.8", "semantic-release": "^20.1.1" }, "scripts": { "start": "react-app-rewired start", "build": "react-app-rewired build", "test": "react-app-rewired test", "eject": "react-app-rewired eject" }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] }, "engines": { "node": ">=18.0.0" } }