snort/package.json

42 lines
868 B
JSON
Raw Normal View History

2022-12-18 14:51:47 +00:00
{
"name": "nostr_ui",
"version": "0.1.0",
"private": true,
"dependencies": {
"@noble/secp256k1": "^1.7.0",
"@reduxjs/toolkit": "^1.9.1",
"bech32": "^2.0.0",
"moment": "^2.29.4",
"qr-code-styling": "^1.6.0-rc.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^8.0.5",
"react-router-dom": "^6.5.0",
"react-scripts": "5.0.1",
"uuid": "^9.0.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}