2020-07-09 14:33:22 +02:00
|
|
|
{
|
|
|
|
"name": "example",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
2020-09-07 13:08:04 +02:00
|
|
|
"scripts": {
|
|
|
|
"start": "SKIP_PREFLIGHT_CHECK=true react-app-rewired start",
|
|
|
|
"build": "SKIP_PREFLIGHT_CHECK=true react-app-rewired build",
|
|
|
|
"eject": "react-app-rewired eject"
|
|
|
|
},
|
2020-07-09 14:33:22 +02:00
|
|
|
"dependencies": {
|
2020-07-15 14:54:20 +02:00
|
|
|
"@oceanprotocol/react": "file:../",
|
2020-07-09 14:33:22 +02:00
|
|
|
"react": "^16.13.1",
|
|
|
|
"react-dom": "^16.13.1",
|
2020-09-02 14:41:25 +02:00
|
|
|
"react-scripts": "3.4.3",
|
2020-07-15 14:54:20 +02:00
|
|
|
"shortid": "^2.2.15",
|
2020-09-08 13:21:12 +02:00
|
|
|
"typescript": "^4.0.2"
|
2020-07-09 14:33:22 +02:00
|
|
|
},
|
2020-09-07 13:08:04 +02:00
|
|
|
"devDependencies": {
|
2020-10-09 21:19:21 +02:00
|
|
|
"@types/node": "^12.12.67",
|
|
|
|
"@types/react": "^16.9.51",
|
2020-09-07 13:08:04 +02:00
|
|
|
"@types/react-dom": "^16.9.8",
|
|
|
|
"@types/shortid": "0.0.29",
|
|
|
|
"react-app-rewired": "^2.1.6"
|
2020-07-09 14:33:22 +02:00
|
|
|
},
|
2020-09-02 14:41:25 +02:00
|
|
|
"browserslist": {
|
|
|
|
"production": [
|
|
|
|
">0.2%",
|
|
|
|
"not dead",
|
|
|
|
"not op_mini all"
|
|
|
|
],
|
|
|
|
"development": [
|
|
|
|
"last 1 chrome version",
|
|
|
|
"last 1 firefox version",
|
|
|
|
"last 1 safari version"
|
|
|
|
]
|
|
|
|
}
|
2020-07-09 14:33:22 +02:00
|
|
|
}
|