dgf-prototype/client/package.json

48 lines
1.3 KiB
JSON

{
"name": "client",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@helia/dag-json": "^3.0.2",
"@libp2p/websockets": "^8.0.16",
"@metamask/eth-sig-util": "^7.0.1",
"@metamask/sdk-react": "^0.16.0",
"@multiformats/multiaddr": "^12.2.1",
"@tanstack/react-table": "^8.13.2",
"axios": "^1.6.8",
"bootstrap": "^5.3.3",
"bootswatch": "^5.3.3",
"buffer": "^6.0.3",
"create-hash": "^1.2.0",
"helia": "^4.1.0",
"ipfs-core": "^0.18.1",
"object-hash": "^3.0.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-bootstrap": "^2.10.1",
"react-dom": "^18.2.0",
"web3": "^4.6.0"
},
"devDependencies": {
"@stylistic/eslint-plugin": "^1.6.3",
"@types/react": "^18.2.56",
"@types/react-dom": "^18.2.19",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.56.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"vite": "^5.1.4"
}
}