UNPKG

@widergy/web-utils

Version:
68 lines (67 loc) 1.84 kB
{ "name": "@widergy/web-utils", "version": "2.19.2", "description": "Utility GO! Web utils", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "test": "echo \"Error no test specified\" && exit 1", "prepare": "npm run build && husky install", "build": "tsc" }, "files": [ "lib" ], "repository": { "type": "git", "url": "git+https://github.com/widergy/web-utils.git" }, "keywords": [ "widergy", "web-utils", "utils" ], "author": "Widergy", "license": "MIT", "bugs": { "url": "https://github.com/widergy/web-utils/issues" }, "homepage": "https://github.com/widergy/web-utils#readme", "devDependencies": { "@commitlint/cli": "^17.7.1", "@commitlint/config-conventional": "^17.7.0", "@types/lodash": ">=4.17.4", "@typescript-eslint/eslint-plugin": "^6.4.0", "@typescript-eslint/parser": "^6.4.0", "@widergy/semantic-release-package-config": "^1.0.0", "eslint": "^8.47.0", "eslint-config-prettier": "^9.0.0", "eslint-plugin-prettier": "^5.0.0", "husky": "^8.0.0", "prettier": "^3.0.2", "prettier-eslint": "^15.0.1", "semantic-release": "^15.13.31", "typescript": "5.6.3" }, "dependencies": { "@types/css-font-loading-module": "^0.0.13", "@types/downloadjs": "^1.4.3", "@types/mixpanel-browser": "^2.49.1", "@types/node": "^22.10.0", "@types/payment": "^2.1.4", "@types/seamless-immutable": "^7.1.16", "@types/uuid": "^10.0.0", "abort-controller": "^3.0.0", "dayjs": "^1.11.9", "downloadjs": "^1.4.7", "expr-eval": "^2.0.2", "lodash": ">=4.17.4", "mobile-detect": "^1.4.5", "payment": "^2.4.6", "react-ga4": "^2.1.0", "seamless-immutable": ">=7.1.2" }, "release": { "extends": "@widergy/semantic-release-package-config" } }