@vtmn/css-accordion
Version:
Decathlon Design System - Vitamin specific CSS styles for accordion component
47 lines (46 loc) • 1 kB
JSON
{
"name": "@vtmn/css-accordion",
"version": "1.1.7",
"description": "Decathlon Design System - Vitamin specific CSS styles for accordion component",
"keywords": [
"design-system",
"ui-kit",
"libraries",
"css",
"vitamin"
],
"bugs": {
"url": "https://github.com/Decathlon/vitamin-web/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Decathlon/vitamin-web.git"
},
"license": "Apache-2.0",
"main": "dist/index.css",
"files": [
"dist",
"src"
],
"scripts": {
"build": "node build.js"
},
"dependencies": {
"@vtmn/icons": "^1.3.0"
},
"devDependencies": {
"@vtmn/css-design-tokens": "^1.1.3",
"@vtmn/css-postcss-config": "*"
},
"publishConfig": {
"access": "public"
},
"licenses": [
{
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"svelte": "dist/index-with-vars.css",
"gitHead": "a87f7ea0e75570dcabcbd8bb23c4299f14aac6e4"
}