1
0
stopwatch/package.json

42 lines
945 B
JSON
Raw Normal View History

2021-01-04 12:16:20 +00:00
{
"name": "second-clock",
"version": "0.1.0",
"description": "Second Clock",
"author": "Christer Warén",
"private": true,
"homepage": "http://g2vb-h3ut-r9pw-ixj3.devices.waren.io:3000",
"dependencies": {
"@testing-library/jest-dom": "^5.11.8",
"@testing-library/react": "^11.2.2",
"@testing-library/user-event": "^12.6.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-scripts": "4.0.1",
"web-vitals": "^0.2.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"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"
]
}
}