2026-03-18 16:13:38 +01:00
|
|
|
{
|
|
|
|
|
"name": "@wizardconnect/react",
|
2026-04-21 14:50:54 +02:00
|
|
|
"version": "0.2.0",
|
2026-03-18 16:13:38 +01:00
|
|
|
"type": "module",
|
|
|
|
|
"description": "React components and hooks for WizardConnect dapp integration",
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "git+https://gitlab.com/riftenlabs/lib/wizardconnect.git",
|
|
|
|
|
"directory": "packages/react"
|
|
|
|
|
},
|
|
|
|
|
"main": "dist/index.js",
|
|
|
|
|
"types": "dist/index.d.ts",
|
|
|
|
|
"files": [
|
|
|
|
|
"dist/"
|
|
|
|
|
],
|
|
|
|
|
"scripts": {
|
|
|
|
|
"build": "tsc",
|
|
|
|
|
"test": "vitest --config vitest.config.ts --run --passWithNoTests",
|
|
|
|
|
"lint:prettier": "prettier --ignore-path ../../.gitignore . --list-different",
|
|
|
|
|
"lint:eslint": "eslint .",
|
|
|
|
|
"lint": "npm run lint:eslint && npm run lint:prettier",
|
|
|
|
|
"fix": "npm run fix:eslint && npm run fix:prettier",
|
|
|
|
|
"fix:prettier": "prettier --ignore-path ../../.gitignore . --write",
|
|
|
|
|
"fix:eslint": "npm run lint:eslint -- --fix"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"react": ">=18.0.0",
|
|
|
|
|
"react-dom": ">=18.0.0"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@wizardconnect/core": "*",
|
|
|
|
|
"@wizardconnect/dapp": "*",
|
|
|
|
|
"qrcode-generator": "^1.4.4"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2026-04-03 17:11:18 +02:00
|
|
|
"@types/react": "^19.0.0",
|
|
|
|
|
"@types/react-dom": "^19.0.0",
|
2026-03-18 16:13:38 +01:00
|
|
|
"happy-dom": "^20.8.4",
|
2026-04-03 17:11:18 +02:00
|
|
|
"react": "^19.0.0",
|
|
|
|
|
"react-dom": "^19.0.0",
|
2026-03-18 16:13:38 +01:00
|
|
|
"typescript": "^5.6.2",
|
|
|
|
|
"vitest": "^3.2.3"
|
|
|
|
|
}
|
|
|
|
|
}
|