@blockscout/app-sdk
Version:
A React SDK for Blockscout integration
81 lines (80 loc) • 2 kB
JSON
{
"name": "@blockscout/app-sdk",
"private": false,
"type": "module",
"description": "A React SDK for Blockscout integration",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist",
"dist/**/*.css"
],
"scripts": {
"dev": "vite -c vite.config.app.ts",
"build": "tsc -b && vite build -c vite.config.package.ts",
"lint": "eslint .",
"format": "prettier --write .",
"prepare": "husky",
"typecheck": "tsc --noEmit"
},
"peerDependencies": {
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@eslint/js": "^9.22.0",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.22.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^16.0.0",
"husky": "9.1.7",
"lint-staged": "15.5.1",
"prettier": "3.5.3",
"typescript": "~5.7.2",
"typescript-eslint": "^8.26.1",
"vite": "^6.3.1",
"vite-plugin-dts": "4.5.3",
"vite-plugin-svgr": "4.3.0",
"vite-tsconfig-paths": "5.1.4"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
},
"keywords": [
"blockscout",
"react",
"sdk",
"blockchain",
"ethereum"
],
"author": "",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/blockscout/app-sdk.git"
},
"bugs": {
"url": "https://github.com/blockscout/app-sdk/issues"
},
"homepage": "https://github.com/blockscout/app-sdk#readme",
"engines": {
"node": ">=20.0.0"
},
"dependencies": {
"@ark-ui/react": "5.9.1",
"@types/styled-components": "5.1.34",
"bignumber.js": "^9.3.0",
"classnames": "2.5.1",
"dayjs": "1.11.13",
"gradient-avatar": "git+https://github.com/blockscout/gradient-avatar.git",
"styled-components": "6.1.18"
},
"sideEffects": [
"**/*.css"
],
"version": "0.1.2"
}