mirror of
https://github.com/mdbootstrap/Tailwind-Elements.git
synced 2026-01-18 16:16:29 +00:00
15 lines
445 B
JSON
15 lines
445 B
JSON
{
|
|
"name": "tw-elements",
|
|
"version": "2.0.0",
|
|
"type": "module",
|
|
"homepage": "https://tw-elements.com/",
|
|
"repository": "https://github.com/mdbootstrap/TW-Elements",
|
|
"author": "MDBootstrap",
|
|
"license": "SEE LICENSE IN <License.txt>",
|
|
"style": "./css/tw-elements.min.css",
|
|
"sass": "./src/css/tailwind.scss",
|
|
"main": "./js/tw-elements.umd.min.js",
|
|
"module": "./js/tw-elements.es.min.js",
|
|
"types": "./types/tw-elements.d.ts"
|
|
}
|