@spark-web/float-input
Version:
--- title: Float Input storybookPath: forms-float-input--default isExperimentalPackage: true ---
41 lines (40 loc) • 995 B
JSON
{
"name": "@spark-web/float-input",
"version": "5.0.0",
"homepage": "https://github.com/brighte-labs/spark-web#readme",
"repository": {
"type": "git",
"url": "https://github.com/brighte-labs/spark-web.git",
"directory": "packages/float-input"
},
"main": "dist/spark-web-float-input.cjs.js",
"module": "dist/spark-web-float-input.esm.js",
"files": [
"CHANGELOG.md",
"dist",
"README.md"
],
"dependencies": {
"@babel/runtime": "^7.25.0",
"@emotion/react": "^11.14.0",
"@spark-web/icon": "^5.0.0",
"@spark-web/inline": "^5.0.0",
"@spark-web/stack": "^5.0.0",
"@spark-web/text": "^5.0.0",
"@spark-web/text-input": "^5.0.0",
"numeral": "^2.0.6"
},
"devDependencies": {
"@spark-web/field": "^5.0.0",
"@types/numeral": "^2.0.2",
"@types/react": "^18.2.0",
"react": "^18.2.0"
},
"peerDependencies": {
"@spark-web/field": "^5.0.0",
"react": ">=17.0.2"
},
"engines": {
"node": ">=14"
}
}