UNPKG

992 BJSONView Raw
1{
2 "name": "@spark-web/float-input",
3 "version": "2.0.0",
4 "homepage": "https://github.com/brighte-labs/spark-web#readme",
5 "repository": {
6 "type": "git",
7 "url": "https://github.com/brighte-labs/spark-web.git",
8 "directory": "packages/float-input"
9 },
10 "main": "dist/spark-web-float-input.cjs.js",
11 "module": "dist/spark-web-float-input.esm.js",
12 "files": [
13 "CHANGELOG.md",
14 "dist",
15 "README.md"
16 ],
17 "dependencies": {
18 "@babel/runtime": "^7.19.0",
19 "@emotion/css": "^11.9.0",
20 "@spark-web/icon": "^1.3.0",
21 "@spark-web/inline": "^1.1.0",
22 "@spark-web/stack": "^1.1.0",
23 "@spark-web/text": "^1.2.0",
24 "@spark-web/text-input": "^3.0.0",
25 "numeral": "^2.0.6"
26 },
27 "devDependencies": {
28 "@spark-web/field": "^3.1.0",
29 "@types/numeral": "^2.0.2",
30 "@types/react": "^18.2.0",
31 "react": "^18.2.0"
32 },
33 "peerDependencies": {
34 "@spark-web/field": "^3.1.0",
35 "react": ">=17.0.2"
36 },
37 "engines": {
38 "node": ">=14"
39 }
40}