@0xsplits/splits-kit
Version:
UI Components for working with 0xSplits contracts
89 lines (88 loc) • 2.63 kB
JSON
{
"name": "@0xsplits/splits-kit",
"version": "2.0.2",
"description": "UI Components for working with 0xSplits contracts",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"exports": {
".": "./dist/index.js",
"./inputs": "./dist/components/inputs/index.js",
"./styles.css": "./dist/styles.css"
},
"typesVersions": {
"*": {
"inputs": [
"./dist/components/inputs/index.d.ts"
]
}
},
"keywords": [
"0xSplits",
"splits",
"ethereum",
"react"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rm -rf dist && tsc && npx tailwindcss -i src/styles.css -o dist/styles.css --minify",
"storybook": "storybook dev -c storybook -p 6006",
"build-storybook": "storybook build -c storybook"
},
"author": "0xSplits (https://splits.org)",
"publishConfig": {
"access": "public"
},
"funding": "https://app.splits.org/accounts/0xF8843981e7846945960f53243cA2Fd42a579f719/",
"repository": {
"type": "git",
"url": "git+https://github.com/0xSplits/splits-sdk.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/0xSplits/splits-sdk/issues"
},
"homepage": "https://docs.splits.org/sdk-info/overview",
"dependencies": {
"@0xsplits/splits-sdk": "workspace:*",
"@0xsplits/splits-sdk-react": "workspace:*",
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.0.18",
"@hookform/error-message": "^2.0.1",
"autoprefixer": "^10.4.16",
"lodash": "^4.17.21",
"postcss": "^8.4.31",
"react-blockies": "^1.4.1",
"react-hook-form": "^7.47.0",
"react-number-format": "^5.3.1",
"styled-components": "^6.1.0"
},
"peerDependencies": {
"react": "17.x.x || 18.x.x",
"react-dom": "17.x.x || 18.x.x",
"viem": "2.x.x",
"wagmi": "2.x.x"
},
"devDependencies": {
"@babel/core": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"@babel/preset-react": "^7.22.15",
"@babel/preset-typescript": "^7.23.2",
"@storybook/addon-essentials": "^7.5.2",
"@storybook/addon-storysource": "^7.5.2",
"@storybook/addon-styling-webpack": "^0.0.5",
"@storybook/addon-themes": "^7.5.2",
"@storybook/manager-api": "^7.5.3",
"@storybook/react": "^7.5.2",
"@storybook/react-webpack5": "^7.5.2",
"@types/lodash": "^4.14.200",
"@types/node": "^20.11.2",
"@types/react": "^18.0.24",
"@types/react-blockies": "^1.4.4",
"postcss-loader": "^7.3.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"storybook": "^7.5.2",
"storybook-dark-mode": "^3.0.1",
"tailwindcss": "^3.3.5"
}
}