fsl-js-sdk
Version:
sdk for web
206 lines (205 loc) • 6.38 kB
JSON
{
"name": "fsl-js-sdk",
"version": "1.0.1-beta3",
"description": "sdk for web",
"main": "lib/index.js",
"types": "./lib/types/index.d.ts",
"scripts": {
"prepare": "husky install",
"dev": "NODE_ENV=development webpack-dev-server --config config/webpack.dev.config.ts",
"build:app": "NODE_ENV=production webpack --config config/webpack.dev.config.ts",
"build": "NODE_ENV=production webpack --config config/webpack.config.ts",
"client": "MODE=client NODE_ENV=production webpack --config config/webpack.config.ts",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint \"src/**/*.{ts,tsx}\" --cache --fix",
"clear": "rm -rf lib/",
"roll-build": "yarn clear && rollup -c"
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com:fslid/fsl-js-sdk.git"
},
"keywords": [
"jssdk"
],
"author": "xiaxuhui",
"maintainers": [
"liuyang0901"
],
"license": "ISC",
"bugs": {
"url": "https://gitlab.com/fslid/fsl-js-sdk/-/issues"
},
"lint-staged": {
"src/**/*.{ts,tsx}": [
"prettier",
"eslint"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"browser": {
"crypto": false,
"os": false,
"path": false,
"brotli": false
},
"publishConfig": {
"provenance": false
},
"homepage": "https://gitlab.com/fslid/fsl-js-sdk#readme",
"devDependencies": {
"@babel/cli": "^7.26.4",
"@babel/core": "^7.26.9",
"@babel/plugin-proposal-decorators": "^7.25.9",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.26.9",
"@babel/preset-typescript": "^7.26.0",
"@orca-so/sdk": "^1.2.26",
"@solana/web3.js": "1.98.0",
"@types/bn.js": "^5.2.0",
"@types/jsrsasign": "^10.5.15",
"@types/lodash": "^4.17.16",
"@types/md5": "^2.3.5",
"@types/node": "^20.17.23",
"@types/postcss-pxtorem": "^6.1.0",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@types/webpack": "^5.28.5",
"@types/webpack-bundle-analyzer": "^4.7.0",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"babel-loader": "^9.2.1",
"babel-preset-react-app": "^10.1.0",
"browserify-fs": "^1.0.0",
"compression-webpack-plugin": "^10.0.0",
"core-js": "^3.41.0",
"css-loader": "^6.11.0",
"csvtojson": "^2.0.10",
"eslint": "^8.57.1",
"eslint-config-prettier": "^8.10.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-promise": "^6.6.0",
"fsl-authorization": "1.1.1-beta.61",
"html-webpack-plugin": "^5.6.3",
"husky": "^8.0.3",
"lint-staged": "^13.3.0",
"lz-string": "^1.5.0",
"path-browserify": "^1.0.1",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-loader": "^7.3.4",
"postcss-normalize": "^10.0.1",
"postcss-preset-env": "^9.6.0",
"postcss-pxtorem": "^6.1.0",
"prettier": "^3.5.3",
"process": "0.11.10",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"resolve": "^1.22.10",
"resolve-url-loader": "^5.0.0",
"sass": "^1.85.1",
"sass-loader": "^16.0.5",
"style-loader": "^3.3.4",
"ts-node": "^10.9.2",
"tslint": "^6.1.3",
"typescript": "^5.8.2",
"uuid": "^11.1.0",
"webpack": "^5.98.0",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.2"
},
"dependencies": {
"@apple/cktool.database": "^1.3.2",
"@apple/cktool.target.nodejs": "^1.3.2",
"@coral-xyz/anchor": "=0.29.0",
"@ethersproject/bytes": "^5.8.0",
"@ethersproject/experimental": "^5.8.0",
"@layerzerolabs/lz-definitions": "^3.0.98",
"@layerzerolabs/lz-solana-sdk-v2": "^3.0.98",
"@layerzerolabs/lz-v2-utilities": "^3.0.98",
"@layerzerolabs/oft-v2-solana-sdk": "^3.0.112",
"@metaplex-foundation/mpl-token-metadata": "^3.4.0",
"@metaplex-foundation/mpl-toolbox": "^0.10.0",
"@metaplex-foundation/umi": "1.2.0",
"@metaplex-foundation/umi-bundle-defaults": "^1.2.0",
"@metaplex-foundation/umi-public-keys": "^1.2.0",
"@opengsn/common": "3.0.0-beta.8",
"@opengsn/contracts": "3.0.0-beta.8",
"@opengsn/provider": "3.0.0-beta.8",
"@project-serum/anchor": "^0.26.0",
"@simplewebauthn/browser": "^10.0.0",
"@solana/spl-token": "^0.4.13",
"@solana/spl-token-swap": "0.1.2",
"@solana/spl-token-v0": "npm:@solana/spl-token@0.1.5",
"@types/crypto-js": "^4.2.2",
"@types/gapi": "^0.0.44",
"@uniswap/sdk-core": "^7.7.2",
"@uniswap/smart-order-router": "^4.20.3",
"@uniswap/v3-core": "^1.0.1",
"@uniswap/v3-periphery": "^1.4.4",
"@uniswap/v3-sdk": "^3.25.2",
"@uniswap/v4-core": "^1.0.1",
"@unstoppabledomains/resolution": "^9.3.3",
"assert": "^2.1.0",
"axios": "^0.27.2",
"bignumber.js": "^9.1.2",
"bip39": "^3.1.0",
"bn.js": "^5.2.2",
"browserify-zlib": "^0.2.0",
"bs58": "^5.0.0",
"crypto-browserify": "^3.12.1",
"dayjs": "^1.11.13",
"decimal.js": "^10.5.0",
"ed25519-hd-key": "^1.3.0",
"ethereum-erc20-token-balances-multicall": "1.0.2",
"ethers": "5.8.0",
"firebase": "^10.14.1",
"https-browserify": "^1.0.0",
"jsbi": "^4.3.0",
"jsencrypt": "^3.3.2",
"jsrsasign": "^10.9.0",
"jsrsasign-util": "^1.0.5",
"lodash": "^4.17.21",
"md5": "^2.3.0",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"tweetnacl": "^1.0.3",
"tweetnacl-util": "^0.15.1",
"url": "^0.11.4",
"vm-browserify": "^1.1.2"
},
"resolutions": {
"ethers": "5.8.0",
"hardhat-deploy": "^0.12.1",
"@metaplex-foundation/umi": "1.2.0",
"@solana/web3.js": "1.98.0",
"@layerzerolabs/lz-definitions": "^3.0.98"
},
"overrides": {
"ethers": "5.8.0",
"hardhat-deploy": "^0.12.1",
"@metaplex-foundation/umi": "1.2.0",
"@solana/web3.js": "1.98.0",
"@layerzerolabs/lz-definitions": "^3.0.98",
"@coral-xyz/anchor": "=0.29.0"
},
"parcelIgnore": [
"wasmer_wasi_js_bg.wasm"
],
"sideEffects": false
}