ts3-status/package.json

36 lines
675 B
JSON
Raw Normal View History

2021-05-18 16:34:32 +00:00
{
"name": "ts3-status",
"version": "0.1.0",
"private": true,
2021-05-18 16:42:26 +00:00
"homepage": "./",
2021-05-18 16:34:32 +00:00
"dependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2",
2021-12-29 21:52:57 +00:00
"react-scripts": "^5.0.0"
2021-05-18 16:34:32 +00:00
},
"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"
]
}
}