mirror of
https://github.com/uqbar-dao/nectar.git
synced 2024-12-18 14:12:00 +03:00
47 lines
1.4 KiB
JSON
47 lines
1.4 KiB
JSON
{
|
|
"name": "kinode-app-store",
|
|
"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 build && npm run copy",
|
|
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@kinode/client-api": "^0.1.0",
|
|
"@metamask/jazzicon": "^2.0.0",
|
|
"@rainbow-me/rainbowkit": "^2.1.2",
|
|
"@szhsin/react-menu": "^4.1.0",
|
|
"@tanstack/react-query": "^5.45.1",
|
|
"idna-uts46-hx": "^6.0.4",
|
|
"js-sha3": "^0.9.3",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-icons": "^5.0.1",
|
|
"react-router-dom": "^6.21.3",
|
|
"viem": "^2.15.1",
|
|
"wagmi": "^2.10.3",
|
|
"zustand": "^4.4.7"
|
|
},
|
|
"devDependencies": {
|
|
"@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",
|
|
"vite-plugin-node-polyfills": "^0.22.0"
|
|
}
|
|
} |