91 lines
2.2 KiB
JSON
91 lines
2.2 KiB
JSON
{
|
|
"name": "noauth",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@emotion/react": "^11.11.1",
|
|
"@emotion/styled": "^11.11.0",
|
|
"@mui/icons-material": "^5.14.19",
|
|
"@mui/material": "^5.14.20",
|
|
"@nostr-dev-kit/ndk": "^2.0.5",
|
|
"@reduxjs/toolkit": "^2.0.1",
|
|
"@testing-library/jest-dom": "^5.17.0",
|
|
"@testing-library/react": "^13.4.0",
|
|
"@testing-library/user-event": "^13.5.0",
|
|
"@types/jest": "^27.5.2",
|
|
"@types/node": "^17.0.45",
|
|
"@types/react": "^18.2.38",
|
|
"@types/react-copy-to-clipboard": "^5.0.7",
|
|
"@types/react-dom": "^18.2.17",
|
|
"crypto": "^1.0.1",
|
|
"dexie": "^3.2.4",
|
|
"nostr-tools": "^1.17.0",
|
|
"notistack": "^3.0.1",
|
|
"react": "^18.2.0",
|
|
"react-copy-to-clipboard": "^5.1.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-redux": "^9.0.3",
|
|
"react-router-dom": "^6.20.1",
|
|
"react-scripts": "5.0.1",
|
|
"redux-persist": "^6.0.0",
|
|
"typescript": "^5.3.2",
|
|
"web-vitals": "^2.1.4",
|
|
"workbox-background-sync": "^6.6.0",
|
|
"workbox-broadcast-update": "^6.6.0",
|
|
"workbox-cacheable-response": "^6.5.4",
|
|
"workbox-core": "^6.6.0",
|
|
"workbox-expiration": "^6.6.0",
|
|
"workbox-google-analytics": "^6.6.0",
|
|
"workbox-navigation-preload": "^6.6.0",
|
|
"workbox-precaching": "^6.6.0",
|
|
"workbox-range-requests": "^6.6.0",
|
|
"workbox-routing": "^6.6.0",
|
|
"workbox-strategies": "^6.6.0",
|
|
"workbox-streams": "^6.6.0"
|
|
},
|
|
"overrides": {
|
|
"react-scripts": {
|
|
"typescript": "^5.3.2"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"start": "react-app-rewired start",
|
|
"build": "react-app-rewired build",
|
|
"test": "react-app-rewired test",
|
|
"eject": "react-app-rewired eject",
|
|
"serve": "npm run build && serve -s build"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": [
|
|
"react-app",
|
|
"react-app/jest"
|
|
]
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"assert": "^2.1.0",
|
|
"buffer": "^6.0.3",
|
|
"crypto-browserify": "^3.12.0",
|
|
"customize-cra": "^1.0.0",
|
|
"https-browserify": "^1.0.0",
|
|
"os-browserify": "^0.3.0",
|
|
"process": "^0.11.10",
|
|
"react-app-rewired": "^2.2.1",
|
|
"serve": "^14.2.1",
|
|
"stream-browserify": "^3.0.0",
|
|
"stream-http": "^3.2.0",
|
|
"url": "^0.11.3"
|
|
}
|
|
}
|