Skip to content

Commit

Permalink
build: skip dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
aahna-ashina committed Aug 23, 2024
1 parent 32c8f7f commit ab0a0e9
Showing 1 changed file with 14 additions and 16 deletions.
30 changes: 14 additions & 16 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,36 +16,34 @@
"dependencies": {
"@heroicons/react": "^2.0.11",
"@metamask/eth-sig-util": "^7.0.1",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/jest": "^28.1.8",
"@types/node": "^20.12.11",
"@types/react": "18.0.1",
"@types/react-dom": "^18.0.4",
"autoprefixer": "^10.4.0",
"cypress": "^11",
"daisyui": "^2.13.5",
"eslint": "8.57.0",
"eslint-config-next": "13",
"eslint-config-prettier": "^9.1.0",
"ethers": "^5.7.1",
"jest": "^28.1.3",
"next": "13",
"nft.storage": "^7.1.1",
"postcss": "^8.4.38",
"prettier": "^3.3.3",
"react": "^18.3.1",
"react-animated-3d-card": "^1.0.2",
"react-blockies": "^1.4.1",
"react-confetti": "^6.0.1",
"react-dom": "^18.3.1",
"react-use": "^17.5.0",
"start-server-and-test": "^1.14.0",
"tailwindcss": "^3.4.10",
"ts-jest": "^28.0.8",
"typescript": "^4.7.4",
"use-nft": "^0.12.0",
"wagmi": "0.12.8"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/jest": "^28.1.8",
"@types/react": "18.0.1",
"autoprefixer": "^10.4.0",
"cypress": "^11",
"eslint": "8.57.0",
"eslint-config-next": "13",
"eslint-config-prettier": "^9.1.0",
"jest": "^28.1.3",
"postcss": "^8.4.38",
"prettier": "^3.3.3",
"start-server-and-test": "^1.14.0",
"tailwindcss": "^3.4.10",
"ts-jest": "^28.0.8"
}
}

0 comments on commit ab0a0e9

Please sign in to comment.