@uploadthing/dropzone
Advanced tools
Comparing version 0.4.1 to 0.4.2-canary.0bfaf1d
{ | ||
"name": "@uploadthing/dropzone", | ||
"version": "0.4.1", | ||
"version": "0.4.2-canary.0bfaf1d", | ||
"type": "module", | ||
@@ -70,2 +70,10 @@ "sideEffects": false, | ||
}, | ||
"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": { | ||
@@ -75,3 +83,3 @@ "file-selector": "^0.6.0" | ||
"devDependencies": { | ||
"@types/react": "18.2.78", | ||
"@types/react": "18.3.3", | ||
"@uploadthing/eslint-config": "0.2.0", | ||
@@ -81,3 +89,3 @@ "@uploadthing/tsconfig": "0.1.0", | ||
"eslint": "^8.57.0", | ||
"react": "18.2.0", | ||
"react": "18.3.1", | ||
"solid-js": "^1.8.15", | ||
@@ -145,10 +153,3 @@ "svelte": "^4.2.12", | ||
] | ||
}, | ||
"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
101420
21