UNPKG

epic-loading-animations

Version:
74 lines (73 loc) 2.08 kB
{ "name": "epic-loading-animations", "version": "1.0.0", "author": "Joe Fox (https://joe-fox.web.app)", "scripts": { "dev": "next dev --turbopack", "build": "next build", "start": "next start", "lint": "next lint", "storybook": "storybook dev -p 6006", "build-storybook": "storybook build", "test": "jest" }, "dependencies": { "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.0", "@headlessui/react": "^2.2.0", "@mui/material": "^6.4.4", "next": "15.1.6", "react": "^19.0.0", "react-dom": "^19.0.0" }, "devDependencies": { "@chromatic-com/storybook": "^3.2.4", "@eslint/eslintrc": "^3", "@storybook/addon-essentials": "^8.5.3", "@storybook/addon-interactions": "^8.5.3", "@storybook/addon-onboarding": "^8.5.3", "@storybook/addon-storysource": "^8.6.3", "@storybook/blocks": "^8.5.3", "@storybook/nextjs": "^8.5.3", "@storybook/react": "^8.5.3", "@storybook/test": "^8.5.3", "@testing-library/dom": "^10.4.0", "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.2.0", "@types/jest": "^29.5.14", "@types/node": "^20", "@types/react": "^19", "@types/react-dom": "^19", "eslint": "^9", "eslint-config-next": "15.1.6", "eslint-plugin-storybook": "^0.11.2", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "postcss": "^8", "storybook": "^8.5.3", "tailwindcss": "^3.4.1", "ts-node": "^10.9.2", "typescript": "^5" }, "eslintConfig": { "extends": [ "plugin:storybook/recommended" ] }, "description": "Spinners and Transitions to use in React apps", "main": "index.js", "repository": { "type": "git", "url": "git+https://github.com/Jaffyspark11/epic-loading-animations.git" }, "keywords": [ "Loading", "Spinners", "Transitions" ], "license": "ISC", "bugs": { "url": "https://github.com/Jaffyspark11/epic-loading-animations/issues" }, "homepage": "https://github.com/Jaffyspark11/epic-loading-animations#readme" }