@foreverrbum/ethsign
Version:
This package will allow you to electronically sign documents within your application
123 lines (122 loc) • 3.29 kB
JSON
{
"homepage": "https://ethsign.xyz/",
"name": "@foreverrbum/ethsign",
"version": "1.0.39",
"description": "This package will allow you to electronically sign documents within your application",
"private": false,
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"module": "dist/index.js",
"keywords": [
"electronic signing",
"blockchain",
"DApp",
"EthSign",
"BuildBlock"
],
"dependencies": {
"@biconomy/mexa": "^2.0.24",
"@fleekhq/fleek-storage-js": "^1.0.20",
"@pdftron/webviewer": "^7.3.1",
"@sentry/react": "^6.11.0",
"@sentry/tracing": "^6.11.0",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@toruslabs/torus-embed": "^1.10.22",
"animate.css": "^4.1.0",
"babel-plugin-module-resolver": "^4.0.0",
"body-parser": "^1.19.0",
"bootstrap": "^5.0.1",
"bs58": "^4.0.1",
"crypto-js": "^4.0.0",
"customize-cra": "^1.0.0",
"email-validator": "^2.0.4",
"ethers": "^5.5.1",
"fortmatic": "^2.2.1",
"highcharts": "^9.1.2",
"highcharts-react-official": "^3.0.0",
"ipfs-http-client": "^50.1.2",
"jspdf": "^2.3.0",
"jspdf-autotable": "^3.5.14",
"lottie-react": "^2.1.0",
"moment": "^2.29.1",
"node-sass": "4.14.1",
"pdf-lib": "^1.16.0",
"postcss": "^8.3.5",
"react": "^17.0.2",
"react-app-rewired": "^2.1.8",
"react-bootstrap": "^1.6.1",
"react-checkmark": "^1.4.0",
"react-collapsible": "^2.8.3",
"react-content-loader": "^6.0.3",
"react-copy-to-clipboard": "^5.0.3",
"react-csv": "^2.0.3",
"react-dom": "^17.0.2",
"react-dropzone": "^11.3.4",
"react-hook-form": "^7.9.0",
"react-identicons": "^1.2.5",
"react-intl": "^5.20.2",
"react-notifications-component": "^3.1.0",
"react-player": "^2.9.0",
"react-router-dom": "^5.2.0",
"react-scripts": "^4.0.3",
"react-split-pane": "^0.1.92",
"react-switch": "^6.0.0",
"react-tooltip": "^4.2.21",
"react-typeform-embed": "^0.2.1",
"reactjs-popup": "^2.0.4",
"uuid": "^8.3.2"
},
"scripts": {
"start": "npm run check:i18n && npm run build:css && react-app-rewired start",
"build": "npm run check:i18n && npm run build:css && react-app-rewired build",
"test": "react-app-rewired test --env=jsdom",
"eject": "react-scripts eject",
"build:css": "postcss src/lib/styles/tailwind.css -o src/lib/styles/main.css && rm -rf dist && NODE_ENV=production babel src/lib --out-dir dist --copy-files",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"check:i18n": "node ./scripts/validate-i18n.js"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/cli": "^7.13.14",
"@babel/core": "^7.13.14",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/preset-env": "^7.13.12",
"@babel/preset-react": "^7.10.4",
"autoprefixer": "^10.2.4",
"postcss-cli": "^8.3.1",
"tailwindcss": "^2.0.2"
},
"babel": {
"presets": [
"@babel/preset-env",
"@babel/preset-react"
],
"plugins": [
[
"module-resolver",
{
"alias": {
"~": "./"
}
}
],
[
"@babel/plugin-proposal-class-properties"
]
]
}
}