mirror of
https://github.com/fazo96/ipfs-boards
synced 2025-01-09 12:19:49 +01:00
37 lines
881 B
JSON
37 lines
881 B
JSON
{
|
|
"name": "ipfs-boards",
|
|
"version": "0.1.0",
|
|
"homepage": ".",
|
|
"private": true,
|
|
"dependencies": {
|
|
"connected-react-router": "^6.3.1",
|
|
"ipfs": "~0.33.0",
|
|
"moment": "^2.24.0",
|
|
"orbit-db": "~0.19.9",
|
|
"orbit-db-discussion-board": "https://github.com/fazo96/orbit-db-discussion-board.git",
|
|
"react": "^16.8.4",
|
|
"react-dom": "^16.8.4",
|
|
"react-hot-loader": "^4.8.0",
|
|
"react-redux": "^6.0.1",
|
|
"react-router-dom": "^4.3.1",
|
|
"react-scripts": "2.1.8",
|
|
"redux": "^4.0.1",
|
|
"redux-saga": "^1.0.2",
|
|
"semantic-ui-css": "^2.4.1",
|
|
"semantic-ui-react": "^0.85.0"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build"
|
|
},
|
|
"devDependencies": {
|
|
"redux-immutable-state-invariant": "^2.1.0"
|
|
},
|
|
"browserslist": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not ie <= 11",
|
|
"not op_mini all"
|
|
]
|
|
}
|