@uqds/accordion
Version:
Accordion component
57 lines (56 loc) • 1.33 kB
JSON
{
"name": "@uqds/accordion",
"version": "6.0.0",
"description": "Accordion component",
"keywords": [
"uqds",
"uq",
"University of Queensland",
"design system",
"scss",
"sass",
"css",
"accordion"
],
"publishConfig": {
"access": "public"
},
"author": {
"name": "University of Queensland",
"email": "webservices@uq.edu.au",
"url": "https://uq.edu.au"
},
"homepage": "https://github.com/uq-its-ss/design-system#readme",
"license": "ISC",
"main": "dist/js/uqds.js",
"module": "dist/mjs/index.js",
"exports": {
".": {
"import": "./dist/mjs/index.js",
"require": "./dist/js/uqds.js"
},
"./src/js/*": "./src/js/*.js",
"./src/scss/*": "./src/scss/*"
},
"style": "dist/css/main.css",
"repository": {
"type": "git",
"url": "git+https://github.com/uq-its-ss/design-system.git"
},
"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1",
"prepare": "gulp -f ../../gulpfile.js --cwd=. prepare"
},
"bugs": {
"url": "https://github.com/uq-its-ss/design-system/issues"
},
"dependencies": {
"@uqds/core": "^4.0.0",
"@uqds/icon": "^3.0.0"
},
"devDependencies": {
"@testing-library/dom": "^10.4.0",
"gulp": "^5.0.0"
},
"gitHead": "99bcb9f6d768ac5617f5ff843f52d3af65012867"
}