@dash-ui-lib/core
Version:
Core components for the @dash-ui-library
35 lines (34 loc) • 682 B
JSON
{
"name": "@dash-ui-lib/core",
"description": "Core components for the @dash-ui-library",
"author": "Pablo Aballe",
"type": "module",
"version": "0.0.4",
"keywords": [
"dash-ui",
"dash-ui-lib",
"components",
"react",
"react-components",
"react-component-library",
"tailwindcss",
"tailwind",
"sass",
"css",
"typescript"
],
"main": "./index.js",
"types": "./src\\index.d.ts",
"license": "MIT",
"exports": {
".": {
"import": "./index.mjs",
"require": "./index.js"
}
},
"devDependencies": {
"rollup-plugin-scss": "^4.0.0",
"rollup-plugin-uglify": "^6.0.4"
},
"module": "./index.js"
}