ntfy/web/package.json

32 lines
658 B
JSON
Raw Normal View History

2022-02-19 03:49:51 +13:00
{
2022-02-23 16:10:50 +13:00
"name": "ntfy",
"version": "1.0.0",
2022-02-19 03:49:51 +13:00
"private": true,
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"dependencies": {
"react": "latest",
"react-dom": "latest",
"react-scripts": "^3.0.1",
2022-02-23 16:10:50 +13:00
"@mui/icons-material": "^5.4.2",
"@mui/material": "latest",
"@emotion/styled": "latest"
2022-02-19 03:49:51 +13:00
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}