mirror of
https://github.com/binwiederhier/ntfy.git
synced 2024-11-01 01:21:15 +01:00
35 lines
799 B
JSON
35 lines
799 B
JSON
{
|
|
"name": "ntfy",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/styled": "latest",
|
|
"@mui/icons-material": "^5.4.2",
|
|
"@mui/material": "latest",
|
|
"dexie": "^3.2.1",
|
|
"dexie-react-hooks": "^1.1.1",
|
|
"react": "latest",
|
|
"react-dom": "latest",
|
|
"react-infinite-scroll-component": "^6.1.0",
|
|
"react-router-dom": "^6.2.2",
|
|
"react-scripts": "^3.0.1"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
}
|
|
}
|