UNPKG

730 BJSONView Raw
1{
2 "name": "@spark-web/box",
3 "version": "1.2.1",
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/box"
9 },
10 "main": "dist/spark-web-box.cjs.js",
11 "module": "dist/spark-web-box.esm.js",
12 "files": [
13 "CHANGELOG.md",
14 "dist",
15 "README.md"
16 ],
17 "dependencies": {
18 "@babel/runtime": "^7.25.0",
19 "@emotion/css": "^11.11.2",
20 "@spark-web/theme": "^3.2.0",
21 "@spark-web/utils": "^1.3.1"
22 },
23 "devDependencies": {
24 "@types/react": "^18.2.0",
25 "react": "^18.2.0"
26 },
27 "peerDependencies": {
28 "react": ">=17.0.2"
29 },
30 "engines": {
31 "node": ">=14"
32 }
33}