mirror of
https://github.com/getwax/eth-global-lisbon-hackathon.git
synced 2026-01-09 15:57:55 -05:00
117 lines
4.0 KiB
JSON
Executable File
117 lines
4.0 KiB
JSON
Executable File
{
|
|
"name": "trampoline",
|
|
"version": "5.0.4",
|
|
"description": "Trampoline is a chrome extension boilerplate code to showcase your own Smart Contract Wallets",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/lxieyang/chrome-extension-boilerplate-react.git"
|
|
},
|
|
"scripts": {
|
|
"server": "node utils/webserver.js",
|
|
"start": "QUIET=false NODE_ENV=development run-p devtools \"dev {@}\" --",
|
|
"dev": "npx hardhat clean && npx hardhat compile && webpack --config webpack.config.js --watch",
|
|
"hardhat-clean-comile": "npx hardhat clean && npx hardhat compile",
|
|
"devtools": "npx redux-devtools --hostname=localhost --port=8000 --open",
|
|
"build": "npx hardhat clean && npx hardhat compile && node utils/build.js",
|
|
"prettier": "prettier --write '**/*.{js,jsx,ts,tsx,json,css,scss,md}'"
|
|
},
|
|
"dependencies": {
|
|
"@account-abstraction/contracts": "^0.6.0",
|
|
"@account-abstraction/sdk": "^0.6.0",
|
|
"@emotion/react": "^11.10.5",
|
|
"@emotion/styled": "^11.10.5",
|
|
"@fontsource/roboto": "^4.5.8",
|
|
"@metamask/browser-passworder": "^4.0.2",
|
|
"@mui/icons-material": "^5.11.0",
|
|
"@mui/material": "^5.11.6",
|
|
"@nomicfoundation/hardhat-toolbox": "^2.0.1",
|
|
"@peculiar/asn1-ecc": "^2.3.4",
|
|
"@peculiar/asn1-schema": "^2.3.3",
|
|
"@redux-devtools/cli": "^2.0.0",
|
|
"@redux-devtools/remote": "^0.8.0",
|
|
"@reduxjs/toolkit": "^1.9.1",
|
|
"@simplewebauthn/typescript-types": "^7.0.0",
|
|
"base64url": "^3.0.1",
|
|
"buffer": "^6.0.3",
|
|
"daisyui": "^2.49.0",
|
|
"elliptic": "^6.5.4",
|
|
"emittery": "^1.0.1",
|
|
"ethers": "^5.7.2",
|
|
"extensionizer": "^1.0.1",
|
|
"magic-sdk": "^13.4.0",
|
|
"node-polyfill-webpack-plugin": "^2.0.1",
|
|
"path-browserify": "^1.0.1",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-redux": "^8.0.5",
|
|
"react-router-dom": "^6.8.0",
|
|
"redux-devtools": "^3.7.0",
|
|
"redux-persist": "^6.0.0",
|
|
"siwe": "^1.1.6",
|
|
"ssestream": "^1.1.0",
|
|
"uuid": "^9.0.0",
|
|
"wagmi": "^0.11.3",
|
|
"webext-redux": "^2.1.9",
|
|
"webextension-polyfill": "^0.10.0",
|
|
"webpack-livereload-plugin": "^3.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.20.12",
|
|
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
|
"@babel/preset-env": "^7.20.2",
|
|
"@babel/preset-react": "^7.18.6",
|
|
"@nomicfoundation/hardhat-chai-matchers": "^1.0.6",
|
|
"@nomicfoundation/hardhat-network-helpers": "^1.0.8",
|
|
"@nomiclabs/hardhat-ethers": "^2.2.2",
|
|
"@nomiclabs/hardhat-etherscan": "^3.1.6",
|
|
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
|
|
"@typechain/ethers-v5": "^10.2.0",
|
|
"@typechain/hardhat": "^6.1.5",
|
|
"@types/chai": "^4.3.4",
|
|
"@types/chrome": "^0.0.212",
|
|
"@types/mocha": "^10.0.1",
|
|
"@types/react": "^18.0.26",
|
|
"@types/react-dom": "^18.0.10",
|
|
"babel-eslint": "^10.1.0",
|
|
"babel-loader": "^9.1.2",
|
|
"babel-preset-react-app": "^10.0.1",
|
|
"clean-webpack-plugin": "^4.0.0",
|
|
"copy-webpack-plugin": "^11.0.0",
|
|
"css-loader": "^6.7.3",
|
|
"eslint": "^8.31.0",
|
|
"eslint-config-react-app": "^7.0.1",
|
|
"eslint-plugin-flowtype": "^8.0.3",
|
|
"eslint-plugin-import": "^2.27.4",
|
|
"eslint-plugin-jsx-a11y": "^6.7.1",
|
|
"eslint-plugin-react": "^7.32.0",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"file-loader": "^6.2.0",
|
|
"fs-extra": "^11.1.0",
|
|
"hardhat": "^2.12.7",
|
|
"hardhat-deploy": "^0.11.24",
|
|
"hardhat-gas-reporter": "^1.0.9",
|
|
"html-loader": "^4.2.0",
|
|
"html-webpack-plugin": "^5.5.0",
|
|
"npm-run-all": "^4.1.5",
|
|
"prettier": "^2.8.3",
|
|
"react-refresh": "^0.14.0",
|
|
"react-refresh-typescript": "^2.0.7",
|
|
"sass": "^1.57.1",
|
|
"sass-loader": "^13.2.0",
|
|
"solidity-coverage": "^0.8.2",
|
|
"source-map-loader": "^3.0.1",
|
|
"style-loader": "^3.3.1",
|
|
"tailwindcss": "^3.2.4",
|
|
"terser-webpack-plugin": "^5.3.6",
|
|
"ts-loader": "^9.4.2",
|
|
"type-fest": "^3.5.2",
|
|
"typechain": "^8.1.1",
|
|
"typescript": "^4.9.4",
|
|
"webpack": "^5.75.0",
|
|
"webpack-cli": "^4.10.0",
|
|
"webpack-dev-server": "^4.11.1",
|
|
"zip-webpack-plugin": "^4.0.1"
|
|
}
|
|
}
|