@particle-network/auth-core-modal
Version:
Auth Core provides MPC (Multi-Party Computation)-based threshold signatures.
135 lines (134 loc) • 4.52 kB
JSON
{
"name": "@particle-network/auth-core-modal",
"version": "1.5.2",
"type": "module",
"main": "./dist/index.js",
"module": "./esm/index.js",
"types": "./dist/index.d.ts",
"license": "Apache-2.0",
"homepage": "https://particle.network",
"files": [
"dist",
"esm"
],
"engines": {
"node": ">=16"
},
"author": "Particle Network",
"publishConfig": {
"access": "public"
},
"keywords": [
"ethereum",
"solana",
"wallet",
"blockchain",
"auth",
"mpc",
"particle"
],
"sideEffects": false,
"scripts": {
"clean": "rm -rf dist && rm -rf esm",
"dev": "yarn clean && NODE_ENV=development yarn build:watch & NODE_ENV=development yarn typegen:watch",
"typecheck": "yarn tsc --noEmit",
"typegen": "tsc --emitDeclarationOnly || true",
"typegen:watch": "tsc --emitDeclarationOnly --watch",
"build:watch": "yarn build --watch",
"build": "echo '{ \"type\": \"commonjs\" }' > dist/package.json && node build.js",
"build:dev": "NODE_ENV=development yarn build",
"prepare": "MINIFY_CSS=true yarn build",
"prebuild": "yarn typegen"
},
"dependencies": {
"@particle-network/analytics": "^1.0.1",
"@particle-network/auth-core": "^1.5.2",
"@particle-network/wallet": "^1.4.6",
"@solana/spl-token": "^0.2.0",
"ahooks": "^3.7.8",
"antd": "^4",
"bn.js": "^5.2.1",
"country-flag-icons": "^1.4.26",
"dayjs": "^1.11.7",
"ethjs-unit": "^0.1.6",
"i18next": "^23.2.3",
"json-toy": "^2.0.2",
"libphonenumber-js": "^1.10.36",
"lodash": "^4.17.21",
"lottie-react": "^2.4.0",
"lzutf8": "^0.6.2",
"numbro": "^2.3.6",
"qs": "^6.10.3",
"react-copy-to-clipboard": "^5.1.0",
"react-i18next": "^13.3.0",
"react-shadow": "^20.4.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@svgr/core": "^8.1.0",
"@svgr/plugin-jsx": "^8.1.0",
"@svgr/plugin-prettier": "^8.1.0",
"@svgr/plugin-svgo": "^8.1.0",
"@svgr/webpack": "^5.5.0",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/user-event": "^13.5.0",
"@types/bn.js": "^5.1.1",
"@types/bs58": "^4.0.1",
"@types/crypto-js": "^4.1.1",
"@types/eslint-plugin-prettier": "^3.1.0",
"@types/ethereumjs-abi": "^0.6.3",
"@types/intl-tel-input": "^17.0.4",
"@types/jest": "^27.4.1",
"@types/lodash": "^4.14.199",
"@types/node": "^17.0.35",
"@types/react-copy-to-clipboard": "^5.0.4",
"@types/uuid": "^8.3.4",
"babel-jest": "^27.4.2",
"babel-loader": "^8.2.3",
"babel-plugin-import": "^1.13.5",
"babel-plugin-named-asset-import": "^0.3.8",
"case-sensitive-paths-webpack-plugin": "^2.4.0",
"craco-plugin-scoped-css": "^1.1.1",
"css-loader": "^6.5.1",
"css-minimizer-webpack-plugin": "^3.2.0",
"eslint": "^8.3.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-webpack-plugin": "^3.1.1",
"html-webpack-plugin": "^5.5.0",
"husky": "^7.0.4",
"jest": "^28.1.3",
"jest-environment-jsdom": "^28.1.3",
"jest-resolve": "^27.4.2",
"jest-watch-typeahead": "^1.0.0",
"less": "^4.1.2",
"less-loader": "^10.2.0",
"lint-staged": "^12.3.7",
"mime-types": "^2.1.35",
"mini-css-extract-plugin": "^2.4.5",
"node-xlsx": "^0.21.0",
"postcss": "^8.4.4",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-loader": "^6.2.1",
"postcss-normalize": "^10.0.1",
"postcss-preset-env": "^7.0.1",
"prettier": "^2.6.2",
"resolve": "^1.20.0",
"resolve-url-loader": "^4.0.0",
"sass": "^1.68.0",
"sass-loader": "^12.3.0",
"source-map-loader": "^3.0.0",
"style-loader": "^3.3.1",
"terser-webpack-plugin": "^5.2.5",
"ts-jest": "^28.0.8",
"webpack": "^5.64.4",
"webpack-dev-server": "^4.6.0",
"webpack-manifest-plugin": "^4.0.2",
"workbox-webpack-plugin": "^6.4.1"
},
"peerDependencies": {
"react": ">=17.0.0"
},
"gitHead": "f5b5f22213cfc062281b371bd2349c810cee7d79"
}