epic-react-spinners
Version:
React implementation of epic spinners
72 lines (71 loc) • 1.71 kB
JSON
{
"name": "epic-react-spinners",
"description": "React implementation of epic spinners",
"version": "1.0.28",
"private": false,
"keywords": [
"React",
"TypeScript",
"Spinners"
],
"author": "Domingo Pérez <p4pupro@gmail.com> (https://github.com/p4pu)",
"license": "MIT",
"homepage": "https://p4pupro.github.io/epic-react-spinners",
"repository": {
"type": "git",
"url": "git+https://github.com/p4pupro/epic-react-spinners"
},
"bugs": {
"url": "https://github.com/p4pupro/epic-react-spinners/issues"
},
"main": "lib/index.js",
"files": [
"lib",
"README.md"
],
"peerDependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"dependencies": {
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@types/jest": "^26.0.15",
"@types/node": "^12.0.0",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/styled-components": "^5.1.10",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "4.0.3",
"styled-components": "^5.3.0",
"typescript": "^4.1.2",
"web-vitals": "^1.0.1"
},
"scripts": {
"start": "react-scripts start",
"build:react": "react-scripts build",
"build:tsc": "tsc",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}