ntfy/web/package.json

37 lines
833 B
JSON
Raw Normal View History

2022-02-19 03:49:51 +13:00
{
"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": {
2022-02-20 13:48:33 +13:00
"@babel/core": "^7.17.5",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
2022-02-19 03:49:51 +13:00
"@emotion/react": "latest",
"@emotion/styled": "latest",
"@mui/icons-material": "^5.4.2",
"@mui/material": "latest",
"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"
]
}
}