UNPKG

we-insights-react

Version:

[we-insights] is a powerful utility library designed to streamline data collection processes for WeApp employees. It simplifies the process of gathering, storing, and managing data within WeApp projects, making it an invaluable tool for enhancing efficien

73 lines 2.07 kB
{ "name": "we-insights-react", "version": "3.0.1", "description": "[we-insights] is a powerful utility library designed to streamline data collection processes for WeApp employees. It simplifies the process of gathering, storing, and managing data within WeApp projects, making it an invaluable tool for enhancing efficiency and productivity.", "main": "./src/library/dist/index.js", "private": false, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "publish": "cd src && rm -rf ./library && cd .. && npm run build && npm publish --access public", "build": "tsc", "lint-package-json": "node lint-package-json.js", "lint": "eslint \"**/*.{js,ts,tsx}\"", "typecheck": "tsc --noEmit" }, "repository": { "type": "git", "url": "https://github.com/we-app/we-insights-react" }, "keywords": [ "may", "the", "insights", "be", "with", "you", "WeApp AB" ], "eslintConfig": { "extends": [ "react-app", "react-app/jest" ] }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] }, "dependencies": { "axios": "1.6.7" }, "devDependencies": { "typescript": "5.4.2", "@babel/plugin-proposal-private-property-in-object": "7.21.11", "@testing-library/jest-dom": "5.17.0", "@testing-library/react": "13.4.0", "@testing-library/user-event": "13.5.0", "@types/jest": "27.5.2", "@types/node": "16.18.80", "@types/react": "18.2.55", "eslint": "8.56.0", "eslint-config-prettier": "9.1.0", "eslint-plugin-prettier": "5.1.3", "husky": "4.3.8", "prettier": "3.2.5" }, "peerDependencies": { "react": ">=18" }, "husky": { "hooks": { "pre-commit": "npm run lint && npm run typecheck", "pre-push": "npm run lint && npm run typecheck" } } }