react-status-stories
Version:
A lightweight and customizable React component to display WhatsApp-style status stories with circular previews. Perfect for building Instagram, WhatsApp, or Snapchat-like story UIs in your React apps.
62 lines (61 loc) • 1.59 kB
JSON
{
"name": "react-status-stories",
"version": "1.0.7",
"description": "A lightweight and customizable React component to display WhatsApp-style status stories with circular previews. Perfect for building Instagram, WhatsApp, or Snapchat-like story UIs in your React apps.",
"author": "Your Name <your.email@example.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/shivam24161/react-story-status"
},
"type": "module",
"main": "dist/index.js",
"keywords": [
"status",
"story",
"whatsapp",
"whatsapp-status",
"story-status",
"status-ring",
"story-ring",
"status-ui",
"react-story",
"react-status",
"instagram-story",
"snapchat-story",
"status-component",
"react-status-circle",
"story-preview",
"circular-status",
"react-status-ring"
],
"types": "dist/index.d.ts",
"files": [
"dist",
"README.md",
"src/Stories/Stories.css"
],
"scripts": {
"dev": "vite",
"build": "tsc && cp src/Stories/Stories.css dist/Stories.css",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"react": "^19.1.0",
"react-dom": "^19.1.0"
},
"devDependencies": {
"@eslint/js": "^9.30.1",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@vitejs/plugin-react": "^4.6.0",
"eslint": "^9.30.1",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^16.3.0",
"typescript": "~5.8.3",
"typescript-eslint": "^8.35.1",
"vite": "^7.0.3"
}
}