sticky-horse
Version:
With StickyHorse allow your users to send feedback to your team.
65 lines (64 loc) • 1.73 kB
JSON
{
"name": "sticky-horse",
"version": "1.0.347",
"description": "With StickyHorse allow your users to send feedback to your team.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"style": [
"dist/styles.css",
"style.css"
],
"files": [
"dist",
"README.md",
"style.css"
],
"scripts": {
"build:ts": "tsc",
"build:css": "tailwindcss -i ./src/styles/tailwind.css -o ./dist/styles.css --minify",
"build": "npm run build:ts && npm run build:css",
"prepare": "npm run build",
"prepublishOnly": "npm run build",
"version:patch": "npm version patch",
"version:minor": "npm version minor",
"version:major": "npm version major",
"publish:patch": "npm run version:patch && npm publish",
"publish:minor": "npm run version:minor && npm publish",
"publish:major": "npm run version:major && npm publish"
},
"keywords": [
"user-tracking",
"cursor-sharing",
"feedback",
"real-time",
"collaboration"
],
"author": "Mohammed Said",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/mohammedsaid/sticky-horse"
},
"peerDependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0",
"socket.io-client": "^4.0.0"
},
"dependencies": {
"emoji-picker-react": "^4.12.0",
"html-to-image": "^1.11.13",
"react-toastify": "^11.0.3",
"resend": "^4.1.1",
"tailwindcss": "^3.0.0"
},
"devDependencies": {
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"autoprefixer": "^10.0.0",
"postcss": "^8.0.0",
"typescript": "^5.0.0"
},
"publishConfig": {
"access": "public"
}
}