mirror of
https://github.com/binwiederhier/ntfy.git
synced 2024-11-01 09:31:18 +01:00
34 lines
764 B
JSON
34 lines
764 B
JSON
{
|
|
"name": "create-react-app",
|
|
"version": "5.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "latest",
|
|
"@emotion/styled": "latest",
|
|
"@mui/icons-material": "^5.4.2",
|
|
"@mui/material": "latest",
|
|
"check-dependencies": "^1.1.0",
|
|
"react": "latest",
|
|
"react-dom": "latest",
|
|
"react-scripts": "^3.0.1",
|
|
"recharts": "^2.1.9"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
}
|
|
}
|