@frigade/react
Version:
Build better product onboarding, faster.
108 lines (107 loc) • 2.83 kB
JSON
{
"name": "@frigade/react",
"version": "2.10.1",
"description": "Build better product onboarding, faster.",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"author": "Frigade Inc.",
"license": "ELv2",
"homepage": "https://github.com/FrigadeHQ/javascript/tree/main/packages/reactv2#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/FrigadeHQ/javascript.git"
},
"bugs": {
"url": "https://github.com/FrigadeHQ/javascript/issues"
},
"keywords": [
"React",
"Onboarding",
"Tutorial",
"Intro",
"Checklist",
"Welcome",
"Tooltips",
"Tour",
"React-component",
"Walkthrough"
],
"exports": {
".": {
"smithy": "./src/index.ts",
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.cjs"
}
},
"files": [
"./dist"
],
"scripts": {
"dev": "tsup --watch",
"clean": "rimraf ./dist",
"test": "jest --passWithNoTests",
"lint": "eslint --fix --ext .ts,.tsx .",
"build": "yarn clean && tsup",
"local-release": "tsup",
"prepublish": "node prepublish.mjs",
"prepare": "cd ../../ && husky"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@floating-ui/react": "^0.26.22",
"@frigade/js": "^0.9.5",
"@radix-ui/react-checkbox": "^1.1.1",
"@radix-ui/react-collapsible": "^1.0.3",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-radio-group": "^1.1.3",
"@radix-ui/react-select": "^2.0.0",
"clsx": "^2.0.0",
"dompurify": "^3.2.4",
"embla-carousel-react": "^8.1.3",
"jsdom": "^23.0.1",
"known-css-properties": "^0.29.0",
"react-hook-form": "^7.49.3",
"react-remove-scroll": "^2.5.10",
"use-sync-external-store": "^1.4.0"
},
"peerDependencies": {
"@emotion/react": "^11.14.0",
"react": "17 - 19",
"react-dom": "17 - 19"
},
"devDependencies": {
"@types/dompurify": "^3.0.5",
"@types/jest": "^23.3.1",
"@types/node": "^20.10.5",
"@types/react": "^18.2.34",
"@types/react-dom": "^18.2.14",
"@types/use-sync-external-store": "^0.0.6",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react-refresh": "^0.4.5",
"jest": "^29.7.0",
"jest-config": "^29.6.2",
"jest-environment-jsdom": "^29.6.2",
"prettier": "^2.4.1",
"rimraf": "^4.1.2",
"ts-jest": "^29.1.0",
"tsup": "^6.7.0",
"typedoc": "^0.25.12",
"typedoc-plugin-markdown": "^3.17.1",
"typescript": "^4.9.4"
},
"resolutions": {
"jsdom": "^22.1.0"
},
"release": {
"branches": [
"main"
]
},
"packageManager": "yarn@3.6.2"
}