dgf-prototype/client/package.json

33 lines
850 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": {
"axios": "^1.6.7",
2024-03-06 16:50:59 -06:00
"backend": "file://../backend",
2024-02-21 18:01:41 -06:00
"react": "^18.2.0",
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": {
"@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"
}
}