64 lines
1.6 KiB
JSON
64 lines
1.6 KiB
JSON
{
|
|
"name": "oauth-pkp-signup",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@emotion/react": "^11.10.5",
|
|
"@emotion/styled": "^11.10.5",
|
|
"@lit-protocol/access-control-conditions": "^2.1.121",
|
|
"@lit-protocol/bls-sdk": "^2.1.121",
|
|
"@lit-protocol/constants": "^2.1.121",
|
|
"@lit-protocol/crypto": "^2.1.121",
|
|
"@lit-protocol/lit-node-client": "^2.1.121",
|
|
"@lit-protocol/lit-node-client-nodejs": "^2.1.121",
|
|
"@mui/material": "^5.10.16",
|
|
"@react-oauth/google": "^0.4.0",
|
|
"@simplewebauthn/browser": "^6.2.2",
|
|
"@testing-library/jest-dom": "^5.16.5",
|
|
"@testing-library/react": "^13.4.0",
|
|
"@testing-library/user-event": "^13.5.0",
|
|
"@types/jest": "^29.4.0",
|
|
"@types/node": "^18.11.19",
|
|
"@types/react": "^18.0.27",
|
|
"@types/react-dom": "^18.0.10",
|
|
"base64url": "^3.0.1",
|
|
"ethers": "^5.7.2",
|
|
"js-base64": "^3.7.2",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-scripts": "5.0.1",
|
|
"web-vitals": "^2.1.4"
|
|
},
|
|
"devDependencies": {
|
|
"prettier": "^1.18.2",
|
|
"tslint": "^5.19.0",
|
|
"tslint-config-prettier": "^1.18.0",
|
|
"typescript": "3.6.2"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "yarn fetchContracts && react-scripts build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject",
|
|
"fetchContracts": "node ./tools/getDeployedContracts.mjs"
|
|
},
|
|
"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"
|
|
]
|
|
}
|
|
}
|