38 lines
1023 B
JSON
38 lines
1023 B
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": {
|
|
"@metamask/sdk-react": "^0.16.0",
|
|
"@tanstack/react-table": "^8.13.2",
|
|
"axios": "^1.6.7",
|
|
"bootstrap": "^5.3.3",
|
|
"bootswatch": "^5.3.3",
|
|
"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"
|
|
}
|
|
}
|