@spark-web/float-input
Version:
--- title: Float Input storybookPath: forms-float-input--default isExperimentalPackage: true ---
41 lines (40 loc) • 992 B
JSON
{
"name": "@spark-web/float-input",
"version": "2.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.19.0",
"@emotion/css": "^11.9.0",
"@spark-web/icon": "^1.3.0",
"@spark-web/inline": "^1.1.0",
"@spark-web/stack": "^1.1.0",
"@spark-web/text": "^1.2.0",
"@spark-web/text-input": "^3.0.0",
"numeral": "^2.0.6"
},
"devDependencies": {
"@spark-web/field": "^3.1.0",
"@types/numeral": "^2.0.2",
"@types/react": "^18.2.0",
"react": "^18.2.0"
},
"peerDependencies": {
"@spark-web/field": "^3.1.0",
"react": ">=17.0.2"
},
"engines": {
"node": ">=14"
}
}