decentralized-internet
Version:
An NPM library of programs to create decentralized web and distributed computing projects
33 lines (32 loc) • 851 B
JSON
{
"name": "clusterpost-public",
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "1.13.2",
"bootstrap": "5.3.8",
"clusterpost-list-react": "file:../../clusterpost-list-react",
"react": "19.2.3",
"react-bootstrap": "2.10.10",
"react-dom": "19.2.3",
"react-feather": "2.0.10",
"react-jwt-auth": "file:../../react-jwt-auth",
"react-redux": "9.2.0",
"react-router-dom": "7.10.1",
"react-scripts": "5.0.1",
"redux": "5.0.1",
"@snyk/protect": "latest"
},
"scripts": {
"start": "react-scripts start",
"build": "PUBLIC_URL=/public/ react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"snyk-protect": "snyk-protect",
"prepare": "npm run snyk-protect"
},
"eslintConfig": {
"extends": "react-app"
},
"snyk": true
}