72 lines
2.2 KiB
JSON
72 lines
2.2 KiB
JSON
{
|
|
"name": "@fleekxyz/nfa-ui",
|
|
"version": "0.0.1",
|
|
"description": "Minimal UI for Fleek Non Fungible Apps",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"dev:css": "tailwindcss -o ./tailwind.css --watch && yarn dev",
|
|
"build": "yarn graphclient build && vite build",
|
|
"postinstall": "graphclient build",
|
|
"preview": "vite preview",
|
|
"prod": "yarn build && npx serve dist -s"
|
|
},
|
|
"author": "Fleek",
|
|
"dependencies": {
|
|
"@apollo/client": "^3.7.9",
|
|
"@ethersproject/providers": "^5.7.2",
|
|
"@graphprotocol/client-apollo": "^1.0.16",
|
|
"@headlessui/react": "^1.7.8",
|
|
"@radix-ui/colors": "^0.1.8",
|
|
"@radix-ui/react-avatar": "^1.0.1",
|
|
"@radix-ui/react-toast": "^1.1.2",
|
|
"@react-icons/all-files": "^4.1.0",
|
|
"@reduxjs/toolkit": "^1.9.1",
|
|
"@stitches/react": "^1.2.8",
|
|
"abitype": "^0.5.0",
|
|
"alchemy-sdk": "^2.5.0",
|
|
"colorthief": "^2.3.2",
|
|
"connectkit": "^1.1.3",
|
|
"firebase": "^9.17.1",
|
|
"formik": "^2.2.9",
|
|
"graphql": "^16.6.0",
|
|
"octokit": "^2.0.14",
|
|
"path": "^0.12.7",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-redux": "^8.0.5",
|
|
"react-router-dom": "^6.4.4",
|
|
"wagmi": "^0.11.6"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.20.12",
|
|
"@graphprotocol/client-cli": "^2.2.19",
|
|
"@graphql-mesh/transform-rename": "^0.14.22",
|
|
"@types/jest": "^29.2.3",
|
|
"@types/node": "^18.11.9",
|
|
"@types/react": "^18.0.25",
|
|
"@types/react-dom": "^18.0.9",
|
|
"@vitejs/plugin-react": "2.2.0",
|
|
"autoprefixer": "^10.4.13",
|
|
"babel-loader": "^8.3.0",
|
|
"buffer": "^6.0.3",
|
|
"eslint": "^8.28.0",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-plugin-jest": "^27.1.6",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"eslint-plugin-react": "^7.31.11",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"ethers": "^5.7.2",
|
|
"postcss": "^8.4.21",
|
|
"prettier": "^2.8.0",
|
|
"process": "^0.11.10",
|
|
"react-query": "^3.39.2",
|
|
"tailwindcss": "^3.2.4",
|
|
"ts-loader": "^9.4.1",
|
|
"typescript": "^4.9.3",
|
|
"vite": "^3.2.4",
|
|
"vite-plugin-node-polyfills": "^0.7.0",
|
|
"vite-tsconfig-paths": "^3.6.0"
|
|
}
|
|
}
|