1
0
mirror of https://github.com/oceanprotocol/react.git synced 2025-02-14 21:10:38 +01:00

yarn and package locks added back

This commit is contained in:
nazariyv 2020-09-04 10:23:58 +01:00
parent d6e6a3017e
commit 3cf816fcae
8 changed files with 31062 additions and 2 deletions

1
.npmrc Normal file
View File

@ -0,0 +1 @@
engine-strict=true

1
example/.npmrc Normal file
View File

@ -0,0 +1 @@
engine-strict=true

View File

@ -3,6 +3,6 @@
Simple example app based on Create React App.
```bash
npm install
npm start
yarn
yarn start
```

View File

@ -28,6 +28,11 @@
"eslintConfig": {
"extends": "react-app"
},
"engines": {
"node": ">=12.18.3",
"npm": ">=6.14.8",
"yarn": ">=1.22.5"
},
"browserslist": {
"production": [
">0.2%",

12438
example/yarn.lock Normal file

File diff suppressed because it is too large Load Diff

10521
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -24,6 +24,11 @@
"README.md",
"dist/"
],
"engines": {
"node": ">=12.18.3",
"npm": ">=6.14.8",
"yarn": ">=1.22.5"
},
"dependencies": {
"@oceanprotocol/lib": "^0.1.17",
"axios": "^0.20.0",

8089
yarn.lock Normal file

File diff suppressed because it is too large Load Diff