- Coin: Zano → Lethean, ticker: ZAN/ZANO → LTHN - Ports: 11211 → 36941 (mainnet RPC), 46941 (testnet RPC) - Wallet: 11212 → 36944/46944 - Address prefix: iTHN - URLs: zano.org → lethean.io - Explorer links: explorer.lthn.io Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
75 lines
2 KiB
JSON
75 lines
2 KiB
JSON
{
|
|
"name": "lethean-explorer",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@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/nanoid": "^3.0.0",
|
|
"@types/node": "^16.18.57",
|
|
"@types/react": "^18.2.25",
|
|
"@types/react-dom": "^18.2.10",
|
|
"axios": "^1.7.7",
|
|
"bignumber.js": "^9.1.2",
|
|
"concurrently": "^8.2.2",
|
|
"cross-env": "^7.0.3",
|
|
"dotenv": "^16.4.5",
|
|
"express": "^4.21.0",
|
|
"express-rate-limit": "^7.4.0",
|
|
"heapdump": "^0.3.15",
|
|
"highcharts": "^11.1.0",
|
|
"highcharts-react-official": "^3.2.1",
|
|
"http-proxy-middleware": "^2.0.6",
|
|
"nanoid": "^5.0.1",
|
|
"next": "^14.2.12",
|
|
"next-transpile-modules": "^10.0.1",
|
|
"node-cron": "^4.2.1",
|
|
"node-fetch": "^3.3.2",
|
|
"pg": "^8.13.0",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-json-view-lite": "^1.1.0",
|
|
"react-scripts": "5.0.1",
|
|
"sass": "^1.68.0",
|
|
"sequelize": "^6.37.3",
|
|
"socket.io": "^4.7.5",
|
|
"socket.io-client": "^4.7.5",
|
|
"typescript": "^4.9.5",
|
|
"web-vitals": "^2.1.4",
|
|
"lethean_ui": "file:./submodules/lethean_ui"
|
|
},
|
|
"scripts": {
|
|
"client": "next dev",
|
|
"build": "next build",
|
|
"dev": "npx nodemon --exec tsx ./server/server.ts",
|
|
"start": "cross-env NODE_ENV=production NODE_OPTIONS='--max-old-space-size=8192' tsx ./server/server.ts",
|
|
"submodule": "git submodule update --init --recursive"
|
|
},
|
|
"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": {
|
|
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
|
|
"@types/node-cron": "^3.0.11",
|
|
"nodemon": "^3.1.7",
|
|
"tsx": "^4.19.4"
|
|
}
|
|
}
|