-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5e5e715
commit ae5d3a5
Showing
33 changed files
with
17,945 additions
and
18,494 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,67 @@ | ||
{ | ||
"name": "cryptopass", | ||
"version": "1.0.0", | ||
"main": "index.js", | ||
"author": "SeungJu Lee <[email protected]>", | ||
"license": "MIT", | ||
"name": "cryptopass-signer", | ||
"version": "0.1.0", | ||
"private": true, | ||
"dependencies": { | ||
"@ensdomains/ensjs": "^3.0.0-alpha.32", | ||
"@types/react": "^18.0.21", | ||
"@types/react-dom": "^18.0.6", | ||
"axios": "^1.1.3", | ||
"bootstrap": "^5.2.2", | ||
"buffer": "^6.0.3", | ||
"eth-chains": "^1.0.0", | ||
"ethers": "^5.7.2", | ||
"localforage": "^1.10.0", | ||
"moment": "^2.29.4", | ||
"qrcode.react": "^3.1.0", | ||
"react": "^18.2.0", | ||
"react-bootstrap": "^2.5.0", | ||
"react-dom": "^18.2.0", | ||
"react-qr-reader": "^2.2.1", | ||
"react-query": "^3.39.2", | ||
"react-router-dom": "^6.4.2", | ||
"siwe": "^1.1.6", | ||
"typescript": "^4.8.4", | ||
"web-vitals": "^2.1.4" | ||
}, | ||
"scripts": { | ||
"start": "HTTPS=true react-scripts start", | ||
"build": "react-scripts build", | ||
"test": "react-scripts test", | ||
"eject": "react-scripts eject" | ||
}, | ||
"eslintConfig": { | ||
"extends": [ | ||
"react-app", | ||
"react-app/jest" | ||
] | ||
}, | ||
"browserslist": { | ||
"production": [ | ||
">0.2%", | ||
"not dead", | ||
"not op_mini all" | ||
], | ||
"development": [ | ||
"last 1 chrome version", | ||
"last 1 firefox version", | ||
"last 1 safari version" | ||
] | ||
}, | ||
"devDependencies": { | ||
"@testing-library/jest-dom": "^5.16.5", | ||
"@testing-library/react": "^13.4.0", | ||
"@testing-library/user-event": "^13.5.0", | ||
"@types/jest": "^27.5.2", | ||
"@types/node": "^16.11.68", | ||
"eslint": "^8.26.0", | ||
"eslint-config-airbnb": "^19.0.4", | ||
"eslint-config-prettier": "^8.5.0", | ||
"eslint-plugin-import": "^2.26.0", | ||
"eslint-plugin-prettier": "^4.2.1", | ||
"eslint-plugin-react": "^7.31.10", | ||
"eslint-plugin-react-hooks": "^4.6.0", | ||
"prettier": "^2.7.1", | ||
"react-scripts": "5.0.1" | ||
} | ||
} |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.