dgf-prototype/client/package.json

45 lines
1.2 KiB
JSON
Raw Normal View History

2024-02-21 18:01:41 -06:00
{
"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": {
2024-03-19 22:22:36 -05:00
"@helia/dag-json": "^3.0.2",
"@libp2p/websockets": "^8.0.16",
2024-03-07 21:27:37 -06:00
"@metamask/sdk-react": "^0.16.0",
2024-03-19 22:22:36 -05:00
"@multiformats/multiaddr": "^12.2.1",
"@tanstack/react-table": "^8.13.2",
2024-03-19 22:22:36 -05:00
"axios": "^1.6.8",
2024-03-07 21:27:37 -06:00
"bootstrap": "^5.3.3",
"bootswatch": "^5.3.3",
2024-03-20 16:30:27 -05:00
"buffer": "^6.0.3",
2024-03-19 22:22:36 -05:00
"helia": "^4.1.0",
"ipfs-core": "^0.18.1",
"prop-types": "^15.8.1",
2024-02-21 18:01:41 -06:00
"react": "^18.2.0",
2024-03-07 21:27:37 -06:00
"react-bootstrap": "^2.10.1",
2024-03-06 16:50:59 -06:00
"react-dom": "^18.2.0",
2024-03-10 11:55:59 -05:00
"web3": "^4.6.0"
2024-02-21 18:01:41 -06:00
},
"devDependencies": {
2024-03-07 21:27:37 -06:00
"@stylistic/eslint-plugin": "^1.6.3",
2024-02-21 18:01:41 -06:00
"@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"
}
}