mirror of
https://github.com/uqbar-dao/nectar.git
synced 2024-12-18 22:21:50 +03:00
56 lines
1.9 KiB
JSON
56 lines
1.9 KiB
JSON
{
|
|
"name": "kit-ui",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite --port 3000",
|
|
"start": "vite --port 3000",
|
|
"build": "tsc && vite build",
|
|
"copy": "mkdir -p ../pkg/ui && rm -rf ../pkg/ui/* && cp -r dist/* ../pkg/ui/",
|
|
"build:copy": "npm run tc && npm run build && npm run copy",
|
|
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
"preview": "vite preview",
|
|
"tc": "typechain --target ethers-v5 --out-dir src/abis/types/ \"./src/abis/**/*.json\""
|
|
},
|
|
"dependencies": {
|
|
"@ethersproject/hash": "^5.7.0",
|
|
"@kinode/client-api": "^0.1.0",
|
|
"@szhsin/react-menu": "^4.1.0",
|
|
"@web3-react/coinbase-wallet": "^8.2.3",
|
|
"@web3-react/core": "^8.2.2",
|
|
"@web3-react/gnosis-safe": "^8.2.4",
|
|
"@web3-react/injected-connector": "^6.0.7",
|
|
"@web3-react/metamask": "^8.2.3",
|
|
"@web3-react/network": "^8.2.3",
|
|
"@web3-react/types": "^8.2.2",
|
|
"@web3-react/walletconnect": "^8.2.3",
|
|
"@web3-react/walletconnect-connector": "^6.2.13",
|
|
"@web3-react/walletconnect-v2": "^8.5.1",
|
|
"classnames": "^2.5.1",
|
|
"ethers": "^5.7.2",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-icons": "^5.0.1",
|
|
"react-router-dom": "^6.21.3",
|
|
"tailwindcss": "^3.4.3",
|
|
"unocss": "^0.59.0-beta.1",
|
|
"zustand": "^4.4.7"
|
|
},
|
|
"devDependencies": {
|
|
"@typechain/ethers-v5": "^11.1.1",
|
|
"@types/node": "^20.10.4",
|
|
"@types/react": "^18.2.43",
|
|
"@types/react-dom": "^18.2.17",
|
|
"@typescript-eslint/eslint-plugin": "^6.14.0",
|
|
"@typescript-eslint/parser": "^6.14.0",
|
|
"@vitejs/plugin-react": "^4.2.1",
|
|
"eslint": "^8.55.0",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-plugin-react-refresh": "^0.4.5",
|
|
"http-proxy-middleware": "^2.0.6",
|
|
"typechain": "^8.3.1",
|
|
"typescript": "^5.2.2",
|
|
"vite": "^5.0.8"
|
|
}
|
|
} |