UNPKG

button-library-test-react

Version:

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

62 lines (61 loc) 1.4 kB
{ "name": "button-library-test-react", "version": "1.0.4", "main": "index.js", "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": "Tungln", "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" } }