react-circle-timer-tungln
Version:
Lightweight React countdown timer circle component with color and progress animation based on SVG
68 lines (67 loc) • 1.71 kB
JSON
{
"name": "react-circle-timer-tungln",
"version": "1.0.1",
"main": "index.js",
"description": "Lightweight React countdown timer circle component with color and progress animation based on SVG",
"private": false,
"repository": {
"type": "git",
"url": "git+https://github.com/RedFlagA/react-circle-timer"
},
"babel": {
"presets": [
"@babel/preset-react"
]
},
"keywords": [
"react",
"react-circle-timer",
"react-timer",
"react-timer-circle",
"react-timer-countdown",
"react-timer-countdown-circle",
"react-timer-countdown-countdown",
"react-timer-countdown-countdown-circle"
],
"author": "ANHLN",
"license": "MIT",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"pre-publish": "mkdir dist && babel src -d dist --copy-files"
},
"dependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
"web-vitals": "^2.1.4"
},
"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"
]
},
"devDependencies": {
"@babel/core": "^7.22.5",
"@babel/preset-env": "^7.22.5",
"@babel/preset-react": "^7.22.5"
}
}