{
  "name": "@liqnft/candy-shop",
  "version": "0.4.36",
  "description": "Your own decentralized and escrowless marketplace in minutes",
  "main": "dist/index.es.js",
  "module": "dist/index.cjs.js",
  "types": "dist/index.d.ts",
  "author": "LIQNFT",
  "license": "SEE LICENSE IN LICENSE",
  "peerDependencies": {
    "react": ">=17",
    "react-dom": ">=17"
  },
  "devDependencies": {
    "@babel/core": "^7.0.0",
    "@babel/preset-env": "^7.12.11",
    "@rollup/plugin-babel": "^5.2.2",
    "@rollup/plugin-commonjs": "^17.0.0",
    "@rollup/plugin-image": "^2.1.1",
    "@rollup/plugin-json": "^4.1.0",
    "@rollup/plugin-node-resolve": "^11.1.0",
    "@rollup/plugin-typescript": "^8.1.0",
    "@types/react": "^17.0.0",
    "@types/react-dom": "^17.0.14",
    "@typescript-eslint/eslint-plugin": "^4.14.0",
    "@typescript-eslint/parser": "^4.14.0",
    "babel-loader": "^8.2.4",
    "env-cmd": "^10.1.0",
    "eslint": "^7.18.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-prettier": "^4.0.0",
    "eslint-plugin-react-hooks": "^4.4.0",
    "jest": "^26.6.3",
    "less": "^4.1.2",
    "postcss": "^8.4.8",
    "postcss-modules": "^4.3.1",
    "react": ">=16.8.0",
    "react-dom": "18.0.0",
    "rollup": "^2.38.0",
    "rollup-plugin-node-polyfills": "^0.2.1",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-postcss": "^4.0.2",
    "rollup-plugin-replace": "^2.2.0",
    "rollup-plugin-svg-import": "^1.6.0",
    "rollup-plugin-terser": "^7.0.2",
    "ts-jest": "^26.4.4",
    "tsconfig-paths-webpack-plugin": "^3.5.2",
    "tslib": "^2.1.0",
    "typescript": "^4.1.3"
  },
  "dependencies": {
    "@liqnft/candy-shop-sdk": "0.4.24",
    "@project-serum/anchor": "^0.23.0",
    "@solana/spl-token": "^0.2.0",
    "@solana/wallet-adapter-react": "^0.15.0",
    "@solana/wallet-adapter-wallets": "^0.11.0",
    "axios": "^0.26.1",
    "crc-32": "^1.2.2",
    "qs": "^6.10.3",
    "rc-notification": "^4.5.7",
    "react-infinite-scroll-component": "^6.1.0",
    "solana-candy-shop-schema": "git+https://github.com/LIQNFT/solana-candy-shop-schema.git#1e020e95ba24e0f1a70b3c593b6a112eb9cb7687"
  },
  "scripts": {
    "env:dev": "env-cmd -f dev.env",
    "env:build": "env-cmd -f build.env",
    "start": "rm -rf dist && yarn env:dev rollup -c --watch",
    "build": "rm -rf dist && yarn env:build rollup -c --failAfterWarnings",
    "lint": "eslint --fix 'src/**/*.ts'",
    "test": "jest"
  },
  "jest": {
    "moduleFileExtensions": [
      "ts",
      "js"
    ],
    "transform": {
      "^.+\\.ts$": "ts-jest"
    },
    "globals": {
      "ts-jest": {
        "tsconfig": "tsconfig.json"
      }
    },
    "testMatch": [
      "**/test/**/*.test.ts"
    ]
  }
}
