2020-07-09 14:33:22 +02:00
|
|
|
{
|
|
|
|
"name": "example",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
2020-07-15 14:54:20 +02:00
|
|
|
"@oceanprotocol/react": "file:../",
|
2020-07-31 11:28:36 +02:00
|
|
|
"@toruslabs/torus-embed": "^1.8.2",
|
2020-07-09 14:33:22 +02:00
|
|
|
"@types/jest": "^24.9.1",
|
|
|
|
"@types/node": "^12.12.47",
|
|
|
|
"@types/react": "^16.9.41",
|
|
|
|
"@types/react-dom": "^16.9.8",
|
2020-07-31 11:28:36 +02:00
|
|
|
"@types/shortid": "^0.0.29",
|
|
|
|
"@walletconnect/web3-provider": "^1.1.0",
|
2020-07-09 14:33:22 +02:00
|
|
|
"react": "^16.13.1",
|
|
|
|
"react-dom": "^16.13.1",
|
|
|
|
"react-scripts": "3.4.1",
|
2020-07-15 14:54:20 +02:00
|
|
|
"shortid": "^2.2.15",
|
2020-07-31 11:28:36 +02:00
|
|
|
"typescript": "^3.9.7",
|
|
|
|
"web3-eth-contract": "^1.2.11"
|
2020-07-09 14:33:22 +02:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"start": "react-scripts start",
|
|
|
|
"build": "react-scripts build",
|
|
|
|
"test": "react-scripts test",
|
|
|
|
"eject": "react-scripts eject"
|
|
|
|
},
|
|
|
|
"eslintConfig": {
|
|
|
|
"extends": "react-app"
|
|
|
|
},
|
2020-07-31 11:28:36 +02:00
|
|
|
"browserslist": [
|
|
|
|
">0.2%",
|
|
|
|
"not dead",
|
|
|
|
"not ie <= 11",
|
|
|
|
"not op_mini all"
|
|
|
|
]
|
2020-07-09 14:33:22 +02:00
|
|
|
}
|