@lemonsqueezy/wedges
Advanced tools
Comparing version 1.2.2 to 1.3.0
{ | ||
"name": "@lemonsqueezy/wedges", | ||
"version": "1.2.2", | ||
"version": "1.3.0", | ||
"description": "An ever-expanding, open-source React UI library built with the Wedges Design System, Radix primitives, and Tailwind CSS.", | ||
@@ -19,11 +19,4 @@ "keywords": [ | ||
"responsive", | ||
"tailwindcss", | ||
"ui" | ||
"tailwindcss" | ||
], | ||
"license": "MIT", | ||
"author": { | ||
"name": "Lemon Squeezy", | ||
"email": "hello@lemonsqueezy.com", | ||
"url": "https://lemonsqueezy.com/wedges" | ||
}, | ||
"homepage": "https://lemonsqueezy.com/wedges", | ||
@@ -38,13 +31,10 @@ "bugs": { | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
"license": "MIT", | ||
"author": { | ||
"name": "Lemon Squeezy", | ||
"email": "hello@lemonsqueezy.com", | ||
"url": "https://lemonsqueezy.com/wedges" | ||
}, | ||
"files": [ | ||
"dist", | ||
"README.md" | ||
], | ||
"sideEffects": false, | ||
"type": "module", | ||
"main": "./dist/cjs/index.cjs", | ||
"types": "./dist/cjs/index.d.cts", | ||
"module": "./dist/esm/index.js", | ||
"exports": { | ||
@@ -62,13 +52,9 @@ ".": { | ||
}, | ||
"sideEffects": false, | ||
"devDependencies": { | ||
"@ianvs/prettier-plugin-sort-imports": "^4.1.1", | ||
"@swc/core": "^1.4.0", | ||
"@types/color": "^3.0.6", | ||
"@types/lodash.omit": "^4.5.9", | ||
"concurrently": "^8.2.2", | ||
"prettier-plugin-tailwindcss": "^0.5.11", | ||
"tsup": "^8.0.1", | ||
"@wedges/eslint-config": "0.0.0" | ||
}, | ||
"main": "./dist/cjs/index.cjs", | ||
"module": "./dist/esm/index.js", | ||
"types": "./dist/cjs/index.d.cts", | ||
"files": [ | ||
"dist", | ||
"README.md" | ||
], | ||
"dependencies": { | ||
@@ -89,3 +75,3 @@ "@iconicicons/react": "latest", | ||
"@radix-ui/react-tooltip": "^1.0.7", | ||
"clsx": "^2.1.0", | ||
"clsx": "^2.1.1", | ||
"color": "^4.2.3", | ||
@@ -97,4 +83,12 @@ "color2k": "^2.0.3", | ||
"lodash.omit": "^4.5.0", | ||
"tailwind-merge": "^2.2.1" | ||
"tailwind-merge": "^2.3.0" | ||
}, | ||
"devDependencies": { | ||
"@swc/core": "^1.5.5", | ||
"@types/color": "^3.0.6", | ||
"@types/lodash.omit": "^4.5.9", | ||
"concurrently": "^8.2.2", | ||
"tsup": "^8.0.2", | ||
"@wedges/eslint-config": "0.0.0" | ||
}, | ||
"peerDependencies": { | ||
@@ -115,11 +109,14 @@ "@types/react": "*", | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"scripts": { | ||
"build": "concurrently \"npm run build:cjs\" \"npm run build:esm\"", | ||
"build:cjs": "tsup --format cjs --external react", | ||
"build:esm": "tsup --format esm --external react", | ||
"build": "concurrently \"npm run build:cjs\" \"npm run build:esm\"", | ||
"build:watch": "concurrently \"npm:build:watch:*\"", | ||
"build:watch:cjs": "npm run build:cjs -- --watch", | ||
"build:watch:esm": "npm run build:esm -- --watch", | ||
"build:watch:cjs": "npm run build:cjs -- --watch", | ||
"build:watch": "concurrently \"npm:build:watch:*\"", | ||
"clean": "rimraf .turbo node_modules dist", | ||
"dev": "npm run build:watch", | ||
"clean": "rimraf .turbo node_modules dist", | ||
"lint": "eslint 'src/**/*.{js,jsx,ts,tsx}'", | ||
@@ -126,0 +123,0 @@ "lint:fix": "eslint 'src/**/*.{js,jsx,ts,tsx}' --fix" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
947601
6
3319
Updatedclsx@^2.1.1
Updatedtailwind-merge@^2.3.0