UNPKG

951 BJSONView Raw
1{
2 "name": "@spark-web/accordion",
3 "version": "1.2.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/accordion"
9 },
10 "license": "MIT",
11 "main": "dist/spark-web-accordion.cjs.js",
12 "module": "dist/spark-web-accordion.esm.js",
13 "files": [
14 "CHANGELOG.md",
15 "dist",
16 "README.md"
17 ],
18 "dependencies": {
19 "@babel/runtime": "^7.19.0",
20 "@emotion/css": "^11.9.0",
21 "@radix-ui/react-accordion": "^0.1.5",
22 "@spark-web/box": "^1.2.0",
23 "@spark-web/heading": "^2.2.0",
24 "@spark-web/icon": "^1.3.0",
25 "@spark-web/stack": "^1.1.0",
26 "@spark-web/theme": "^3.2.0",
27 "@spark-web/utils": "^1.3.0"
28 },
29 "devDependencies": {
30 "@types/react": "^18.2.0",
31 "react": "^18.2.0"
32 },
33 "peerDependencies": {
34 "react": ">=17.0.2"
35 },
36 "engines": {
37 "node": ">=14"
38 }
39}