1
0
mirror of https://github.com/oceanprotocol/react.git synced 2024-06-29 00:57:49 +02:00
react/example/package.json

38 lines
880 B
JSON
Raw Normal View History

2020-07-09 14:33:22 +02:00
{
"name": "example",
"version": "0.1.0",
"private": true,
"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
},
"devDependencies": {
"@types/node": "^12.12.54",
"@types/react": "^16.9.49",
"@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
}