dgf-prototype/client/package.json

37 lines
983 B
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-07 21:27:37 -06:00
"@metamask/sdk-react": "^0.16.0",
2024-02-21 18:01:41 -06:00
"axios": "^1.6.7",
2024-03-07 21:27:37 -06:00
"bootstrap": "^5.3.3",
"bootswatch": "^5.3.3",
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",
"web3": "^4.5.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"
}
}