1
0
Fork 0
mirror of https://github.com/binwiederhier/ntfy.git synced 2025-02-17 04:14:09 +01:00
ntfy/web/package.json

45 lines
1.1 KiB
JSON
Raw Normal View History

2022-02-18 09:49:51 -05:00
{
2022-02-22 22:10:50 -05:00
"name": "ntfy",
"version": "1.0.0",
2022-02-18 09:49:51 -05:00
"private": true,
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"dependencies": {
2022-03-10 15:37:50 -05:00
"@emotion/react": "^11.8.2",
"@emotion/styled": "^11.8.1",
2022-02-22 22:10:50 -05:00
"@mui/icons-material": "^5.4.2",
"@mui/material": "latest",
"dexie": "^3.2.1",
"dexie-react-hooks": "^1.1.1",
2023-01-09 15:40:46 -05:00
"humanize-duration": "^3.27.3",
2022-04-07 19:11:51 -04:00
"i18next": "^21.6.14",
"i18next-browser-languagedetector": "^6.1.4",
"i18next-http-backend": "^1.4.0",
2022-03-10 18:11:12 -05:00
"js-base64": "^3.7.2",
2022-02-24 20:18:46 -05:00
"react": "latest",
"react-dom": "latest",
2022-04-07 19:11:51 -04:00
"react-i18next": "^11.16.2",
2022-03-07 23:07:07 -05:00
"react-infinite-scroll-component": "^6.1.0",
2022-03-04 16:10:04 -05:00
"react-router-dom": "^6.2.2",
2022-03-10 15:37:50 -05:00
"react-scripts": "^5.0.0",
"stacktrace-gps": "^3.0.4",
"stacktrace-js": "^2.0.2"
2022-02-18 09:49:51 -05:00
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}