react-use-countdown/example/package.json

36 lines
791 B
JSON
Raw Permalink Normal View History

2020-08-28 15:36:20 +07:00
{
2020-09-07 16:42:09 +07:00
"name": "example",
2020-09-07 16:52:39 +07:00
"version": "0.9.0",
2020-09-07 16:42:09 +07:00
"private": true,
2020-08-28 15:36:20 +07:00
"dependencies": {
2020-09-07 16:42:09 +07:00
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
2020-09-19 07:58:06 +07:00
"@cubetiq/react-use-countdown": "link:../",
2020-09-07 16:42:09 +07:00
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-scripts": "3.4.3"
2020-08-28 15:36:20 +07:00
},
"scripts": {
2020-09-07 16:42:09 +07:00
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"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"
]
2020-08-28 15:36:20 +07:00
}
}