@vmakh/react
Version:
Build better product onboarding, faster.
109 lines (108 loc) • 2.62 kB
JSON
{
"name": "@vmakh/react",
"version": "2.0.0-alpha.44",
"description": "Build better product onboarding, faster.",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"author": "Frigade Inc.",
"license": "MIT",
"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": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.cjs",
"types": "./dist/index.d.ts"
},
"./css": {
"import": "./dist/index.css",
"require": "./dist/index.css"
},
"./src/": {
"import": "./src/",
"require": "./src/"
}
},
"files": [
"./dist"
],
"sideEffects": [
"**/*.css",
"**/*.css.ts"
],
"scripts": {
"dev": "tsup --watch",
"clean": "rimraf ./dist",
"test": "jest --passWithNoTests",
"lint": "eslint --fix --ext .ts,.tsx .",
"build": "yarn clean && tsup",
"local-release": "tsup"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@frigade/js": "*",
"@heroicons/react": "^2.0.18",
"@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",
"core-js-pure": "^3.33.0",
"dompurify": "^3.0.6",
"jsdom": "^23.0.1",
"known-css-properties": "^0.29.0",
"react-hook-form": "^7.49.3"
},
"peerDependencies": {
"react": "17 - 18",
"react-dom": "17 - 18"
},
"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",
"@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",
"typescript": "^4.9.4"
},
"resolutions": {
"jsdom": "^22.1.0"
},
"release": {
"branches": [
"main"
]
},
"packageManager": "yarn@3.6.2"
}