UNPKG

react-intl-phraseapp

Version:

The In-Context-Editor for react using react-intl

90 lines (89 loc) 2.06 kB
{ "name": "react-intl-phraseapp", "version": "4.2.0", "description": "The In-Context-Editor for react using react-intl", "homepage": "https://phrase.com", "scripts": { "test": "jest", "dev": "webpack-cli --mode development", "dist": "webpack-cli --mode production", "prepublishOnly": "rm -rf dist/ && npm run dist" }, "keywords": [ "react", "react-intl", "phraseapp", "i18n", "localization", "phrase" ], "author": "Phrase", "license": "MIT", "devDependencies": { "@types/jest": "^29.5.4", "@types/node": "^20.6.0", "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@types/react-test-renderer": "^18.0.1", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "react": "^18.2.0", "react-addons-test-utils": "^15.6.2", "react-dom": "^18.2.0", "react-intl": "^6.4.6", "react-test-renderer": "^18.2.0", "ts-jest": "^29.1.1", "ts-loader": "^9.4.4", "typescript": "^5.2.2", "webpack": "^5.88.2", "webpack-cli": "^5.1.4" }, "peerDependencies": { "react": ">=18.0.0", "react-intl": ">=6" }, "files": [ "dist/" ], "main": "dist/index.js", "exports": { ".": "./dist/index.js", "./functions": "./dist/functions.js", "./injectIntl": "./dist/injectIntl.js", "./useIntl": "./dist/useIntl.js", "./useSSRIntl": "./dist/useSSRIntl.js" }, "typesVersions": { "*": { "functions": [ "dist/functions.d.ts" ], "injectIntl": [ "dist/injectIntl.d.ts" ], "useIntl": [ "dist/useIntl.d.ts" ], "useSSRIntl": [ "dist/useSSRIntl.d.ts" ] } }, "sideEffects": false, "jest": { "transform": { "^.+\\.tsx?$": "ts-jest" }, "testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.tsx?$", "moduleFileExtensions": [ "ts", "tsx", "js" ], "testPathIgnorePatterns": [ "<rootDir>/examples/" ], "testEnvironment": "jsdom" }, "packageManager": "yarn@3.6.3" }