@mojito-inc/secondary-market
Version:
Mojito secondary market is the platform to purchase NFT.
101 lines • 3.57 kB
JSON
{
"name": "@mojito-inc/secondary-market",
"version": "1.0.3-beta.204",
"description": "Mojito secondary market is the platform to purchase NFT.",
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "index.d.ts",
"keywords": [
"secondary market",
"mojito marketplace",
"NFT"
],
"author": "mojito",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.21.0",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.21.0",
"@ngrok/ngrok": "^1.4.1",
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-typescript": "^11.0.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/bn.js": "^5.1.6",
"@types/jest": "^29.4.0",
"@types/node": "18.13.0",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"@types/react-test-renderer": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.54.1",
"babel-jest": "^29.4.3",
"eslint": "^9.15.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "15.0.3",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard-with-typescript": "^34.0.0",
"eslint-import-resolver-typescript": "^3.5.3",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-storybook": "^0.6.10",
"eslint-plugin-unused-imports": "^4.1.4",
"husky": "^8.0.3",
"jest": "^29.4.3",
"jest-environment-jsdom": "^29.4.3",
"pino-pretty": "^13.0.0",
"react-test-renderer": "^18.2.0",
"rollup": "^3.19.1",
"rollup-plugin-dts": "^5.2.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.34.1",
"ts-jest": "^29.0.5",
"ts-node": "^10.9.1",
"tslib": "^2.5.0",
"typescript": "^5"
},
"dependencies": {
"@apollo/client": "^3.7.15",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@mojito-inc/core-service": "1.0.8-beta.49",
"@mui/icons-material": "^5.11.11",
"@mui/material": "^5.11.11",
"@sentry/browser": "8.55.0",
"@sentry/core": "8.55.0",
"@sentry/node": "8.55.0",
"@sentry/react": "8.55.0",
"@solana/spl-account-compression": "0.1.10",
"@solana/spl-token": "^0.4.8",
"@solana/web3.js": "^1.95.3",
"bs58": "^6.0.0",
"bufferutil": "^4.0.7",
"date-fns": "^2.29.3",
"encoding": "^0.1.13",
"ethers": "^5.7.2",
"graphql": "^16.6.0",
"html-react-parser": "^3.0.9",
"moment": "^2.29.4",
"prettier": "^3.3.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-player": "^2.16.0",
"utf-8-validate": "^6.0.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mojitoinc/sdk-secondary-market.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
}
}