@jengaui/slider
Version:
Jenga UI Slider component in React
74 lines • 1.91 kB
JSON
{
"name": "@jengaui/slider",
"version": "0.4.0",
"description": "Jenga UI Slider component in React",
"keywords": [
"slider",
"range slider",
"react",
"Jenga UI",
"ui",
"clickable",
"tabbable"
],
"homepage": "https://github.com/Outposthq/jengaui",
"bugs": {
"url": "https://github.com/Outposthq/jengaui/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Outposthq/jengaui.git"
},
"license": "MIT",
"sideEffects": false,
"main": "./dist/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist/**"
],
"dependencies": {
"@jengaui/form": "0.4.0",
"@jengaui/layout": "0.4.0",
"@jengaui/number-input": "0.4.0",
"@jengaui/utils": "0.4.0",
"@react-aria/focus": "^3.9.0",
"@react-aria/interactions": "^3.12.0",
"@react-aria/slider": "3.2.1",
"@react-aria/visually-hidden": "^3.5.0",
"@react-stately/slider": "3.2.1",
"@react-types/shared": "^3.15.0",
"@react-types/slider": "3.2.1",
"tastycss": "^0.13.0"
},
"devDependencies": {
"@ant-design/icons": "^4.7.0",
"@jengaui/tsconfig": "0.3.0",
"@types/react": "^17.0.50",
"@types/react-dom": "^17.0.17",
"csstype": "3.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tsup": "^6.2.3",
"typescript": "^4.8.4"
},
"peerDependencies": {
"react": ">= 18.2.0",
"react-dom": ">= 18.2.0"
},
"publishConfig": {
"access": "public"
},
"exports": {
".": {
"import": "./dist/esm/index.js",
"require": "./dist/index.js"
}
},
"scripts": {
"build": "tsup --config ./tsup.config.ts",
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist",
"dev": "tsup src/index.ts --minify --treeshake --format esm,cjs --watch --dts --external react",
"lint": "TIMING=1 eslint src/**/*.ts* --fix"
}
}