react-spinner-timer
Version:
React SVG Spinner for update actions
87 lines (86 loc) • 2.13 kB
JSON
{
"name": "react-spinner-timer",
"version": "1.1.0",
"author": "danielcsbatista, gsantos01, diegocruzfernades01",
"license": "MIT",
"bugs": {
"url": "https://github.com/danielcsbatista/react-spinner-time/issues"
},
"homepage": "https://github.com/danielcsbatista/react-spinner-time#readme",
"dependencies": {},
"main": "dist/index.js",
"scripts": {
"build": "rollup -c",
"start": "rollup -c -w",
"test": "react-scripts test",
"coverage": "react-scripts test --coverage"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"jest": {
"collectCoverageFrom": [
"!src/**/interfaces.ts",
"src/**/*.ts",
"src/**/*.tsx",
"src/**/*.scss",
"!src/react-app-env.d.ts",
"!src/**/__test__/__mock__/*.tsx",
"!src/**/__test__/*.ts"
]
},
"devDependencies": {
"@types/enzyme": "^3.10.5",
"@types/enzyme-adapter-react-16": "^1.0.6",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.3",
"rollup": "^2.26.3",
"rollup-plugin-sass": "^1.2.2",
"rollup-plugin-typescript2": "^0.27.2",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"@types/jest": "^24.0.0",
"@types/node": "^12.0.0",
"typescript": "~3.7.2"
},
"description": "React SVG Spinner for update actions",
"repository": {
"type": "git",
"url": "git+https://github.com/danielcsbatista/react-spinner-time.git"
},
"keywords": [
"react",
"spinner",
"timer",
"circle",
"loading",
"progress",
"progress bar",
"typescript"
],
"peerDependencies": {
"@types/node": "^12.0.0",
"@types/react": "^16.9.0",
"@types/react-dom": "^16.9.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-scripts": "3.4.3",
"typescript": "~3.7.2"
},
"files": [
"dist"
]
}