UNPKG

923 BJSONView Raw
1{
2 "name": "@spark-web/checkbox",
3 "version": "1.1.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/checkbox"
9 },
10 "main": "dist/spark-web-checkbox.cjs.js",
11 "module": "dist/spark-web-checkbox.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/a11y": "^1.4.0",
21 "@spark-web/box": "^1.2.0",
22 "@spark-web/control-label": "^1.1.0",
23 "@spark-web/field": "^3.1.0",
24 "@spark-web/icon": "^1.3.0",
25 "@spark-web/stack": "^1.1.0",
26 "@spark-web/theme": "^3.2.0"
27 },
28 "devDependencies": {
29 "@types/react": "^18.2.0",
30 "react": "^18.2.0"
31 },
32 "peerDependencies": {
33 "react": ">=17.0.2"
34 },
35 "engines": {
36 "node": ">=14"
37 }
38}