react-spinning-border
Version:
Dynamic, spinning image border animation for react.
120 lines (119 loc) • 3.23 kB
JSON
{
"name": "react-spinning-border",
"private": false,
"version": "1.0.5",
"description": "Dynamic, spinning image border animation for react.",
"author": "Seth Way",
"license": "MIT",
"type": "module",
"files": [
"dist"
],
"sideEffects": [
"**/*.css"
],
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"require": {
"types": "./dist/index.d.ts",
"default": "./dist/index.cjs"
}
},
"./css": "./dist/style.css"
},
"scripts": {
"dev": "storybook dev -p 6006",
"test": "vitest run",
"test:watch": "vitest",
"test:ui": "vitest --ui",
"test:coverage": "vitest run --coverage",
"build": "storybook build",
"build:lib": "tsc && vite build",
"lint": "eslint . --max-warnings 0",
"format": "prettier . --write --ignore-unknown"
},
"devDependencies": {
"@storybook/addon-actions": "^8.4.7",
"@storybook/addon-docs": "^8.4.7",
"@storybook/addon-essentials": "^8.4.7",
"@storybook/addon-mdx-gfm": "^8.4.7",
"@storybook/blocks": "^8.4.7",
"@storybook/builder-vite": "^8.4.7",
"@storybook/react": "^8.4.7",
"@storybook/react-vite": "^8.4.7",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.1.0",
"@testing-library/user-event": "^14.5.2",
"@types/node": "^22.10.6",
"@types/react": "^19.0.7",
"@types/react-dom": "^19.0.3",
"@typescript-eslint/eslint-plugin": "^8.20.0",
"@typescript-eslint/parser": "^8.20.0",
"@vitejs/plugin-react-swc": "^3.7.2",
"@vitest/coverage-v8": "^2.1.8",
"@vitest/ui": "^2.1.8",
"autoprefixer": "^10.4.20",
"clsx": "^2.1.1",
"eslint": "^9.18.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-jest-dom": "^5.5.0",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.18",
"eslint-plugin-storybook": "^0.11.2",
"husky": "^9.1.7",
"jsdom": "^26.0.0",
"motion": "^11.18.0",
"postcss": "^8.5.1",
"prettier": "^3.4.2",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"storybook": "^8.4.7",
"tailwind-merge": "^2.6.0",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.3",
"vite": "^6.0.7",
"vite-plugin-dts": "^4.5.0",
"vitest": "^2.1.8"
},
"peerDependencies": {
"motion": "^11.17.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"keywords": [
"react",
"spinner",
"border",
"animated",
"motion",
"profile",
"headshot",
"image",
"react-component",
"animation",
"loading",
"tailwindcss",
"avatar",
"circular-loader",
"react-avatar",
"react-spinner",
"react-animation",
"web-component",
"frontend",
"ui-component",
"react-ui",
"loading-indicator",
"visual-effect",
"motion-component",
"react-tailwind"
],
"packageManager": "pnpm@9.15.3+sha512.1f79bc245a66eb0b07c5d4d83131240774642caaa86ef7d0434ab47c0d16f66b04e21e0c086eb61e62c77efc4d7f7ec071afad3796af64892fae66509173893a"
}