Skip to content

Commit

Permalink
fix: updated package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
fers4t committed Dec 12, 2022
1 parent 15d6341 commit 25d3a59
Showing 1 changed file with 5 additions and 14 deletions.
19 changes: 5 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "cloudinary-next-widget",
"description": "Test package for react",
"description": "Next.js component for Cloudinary Upload Widget.",
"version": "0.2.1-12",
"author": "oceaners-dev",
"license": "ISC",
"author": "fers4t",
"license": "MIT",
"keywords": [],
"files": [
"dist"
Expand All @@ -12,7 +12,7 @@
"module": "dist/esm/index.js",
"repository": {
"type": "git",
"url": ""
"url": "https://github.com/fers4t/cloudinary-next-widget"
},
"scripts": {
"build": "rm -rf ./dist && pnpm run build:esm && pnpm run build:cjs",
Expand Down Expand Up @@ -55,30 +55,21 @@
"eslint-plugin-storybook": "0.6.7",
"eslint-plugin-typescript-sort-keys": "2.1.0",
"eslint-plugin-unused-imports": "2.0.0",
"inspx": "0.0.1-alpha.6",
"next": "13.0.0",
"postcss": "^8.4.18",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.13",
"purgecss": "^5.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwindcss": "^3.2.1",
"ts-jest": "29.0.3",
"tsup": "6.2.3",
"typescript": "4.8.4"
},
"peerDependencies": {
"cookie-universal": ">=2",
"next": ">=13",
"react": ">=18",
"react-dom": ">=18",
"react-uuid": "^2.0.0",
"tailwindcss": "^3.2.1"
"react-uuid": "^2.0.0"
},
"dependencies": {
"@faker-js/faker": "7.6.0",
"@storybook/addon-postcss": "2.0.0",
"cz": "^1.8.2",
"release-it": "^15.5.1",
"scripts": "link:.."
Expand Down

0 comments on commit 25d3a59

Please sign in to comment.