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:
parent
d6e6a3017e
commit
3cf816fcae
1
example/.npmrc
Normal file
1
example/.npmrc
Normal file
@ -0,0 +1 @@
|
|||||||
|
engine-strict=true
|
@ -3,6 +3,6 @@
|
|||||||
Simple example app based on Create React App.
|
Simple example app based on Create React App.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npm install
|
yarn
|
||||||
npm start
|
yarn start
|
||||||
```
|
```
|
||||||
|
@ -28,6 +28,11 @@
|
|||||||
"eslintConfig": {
|
"eslintConfig": {
|
||||||
"extends": "react-app"
|
"extends": "react-app"
|
||||||
},
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">=12.18.3",
|
||||||
|
"npm": ">=6.14.8",
|
||||||
|
"yarn": ">=1.22.5"
|
||||||
|
},
|
||||||
"browserslist": {
|
"browserslist": {
|
||||||
"production": [
|
"production": [
|
||||||
">0.2%",
|
">0.2%",
|
||||||
|
12438
example/yarn.lock
Normal file
12438
example/yarn.lock
Normal file
File diff suppressed because it is too large
Load Diff
10521
package-lock.json
generated
Normal file
10521
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
@ -24,6 +24,11 @@
|
|||||||
"README.md",
|
"README.md",
|
||||||
"dist/"
|
"dist/"
|
||||||
],
|
],
|
||||||
|
"engines": {
|
||||||
|
"node": ">=12.18.3",
|
||||||
|
"npm": ">=6.14.8",
|
||||||
|
"yarn": ">=1.22.5"
|
||||||
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@oceanprotocol/lib": "^0.1.17",
|
"@oceanprotocol/lib": "^0.1.17",
|
||||||
"axios": "^0.20.0",
|
"axios": "^0.20.0",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user