@uploadthing/dropzone
Advanced tools
Comparing version 0.4.1-canary.f1b6619 to 0.4.1
{ | ||
"name": "@uploadthing/dropzone", | ||
"version": "0.4.1-canary.f1b6619", | ||
"version": "0.4.1", | ||
"type": "module", | ||
"sideEffects": false, | ||
"license": "MIT", | ||
@@ -69,10 +70,2 @@ "exports": { | ||
}, | ||
"scripts": { | ||
"lint": "eslint src --max-warnings 0", | ||
"build": "bunchee --tsconfig tsconfig.build.json", | ||
"clean": "git clean -xdf core react solid node_modules", | ||
"dev": "bunchee -w --tsconfig tsconfig.build.json --no-clean", | ||
"prepack": "bun ../../.github/replace-workspace-protocol.ts", | ||
"typecheck": "tsc --noEmit" | ||
}, | ||
"dependencies": { | ||
@@ -123,4 +116,15 @@ "file-selector": "^0.6.0" | ||
"patterns": [ | ||
"@uploadthing/dropzone", | ||
"@uploadthing/dropzone/*" | ||
{ | ||
"group": [ | ||
"@uploadthing/dropzone", | ||
"@uploadthing/dropzone/*" | ||
], | ||
"message": "Use relative src imports instead" | ||
} | ||
], | ||
"paths": [ | ||
{ | ||
"name": "effect", | ||
"message": "Use alias imports instead (import * as X from \"effect/X\")" | ||
} | ||
] | ||
@@ -140,3 +144,10 @@ } | ||
] | ||
}, | ||
"scripts": { | ||
"lint": "eslint src --max-warnings 0", | ||
"build": "bunchee --tsconfig tsconfig.build.json", | ||
"clean": "git clean -xdf core react solid node_modules", | ||
"dev": "bunchee -w --tsconfig tsconfig.build.json --no-clean", | ||
"typecheck": "tsc --noEmit" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
102406
22