consensys-ui
Version:
Consensys UI component library and design system
42 lines • 834 B
JSON
{
"name": "@consensys/ui-theme",
"version": "0.0.1",
"description": "",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"require": "./dist/index.cjs",
"import": "./dist/index.js"
}
},
"files": [
"dist"
],
"type": "module",
"engines": {
"node": ">=16.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsup",
"dev": "tsup --watch"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@radix-ui/colors": "^3.0.0",
"lodash": "^4.17.21",
"tailwindcss": "^3.4.14",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@types/lodash": "^4.17.13",
"tsup": "^8.3.5"
},
"publishConfig": {
"access": "public"
}
}