mirror of
https://github.com/fazo96/ipfs-boards
synced 2025-01-10 12:24:20 +01:00
43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"name": "ipfs-boards",
|
|
"version": "0.1.0",
|
|
"homepage": ".",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@material-ui/core": "^3.9.2",
|
|
"@material-ui/icons": "^3.0.2",
|
|
"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"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"lint": "eslint src"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "5.12.0",
|
|
"eslint-config-airbnb": "^17.1.0",
|
|
"eslint-plugin-import": "^2.16.0",
|
|
"eslint-plugin-jsx-a11y": "^6.2.1",
|
|
"eslint-plugin-react": "^7.12.4",
|
|
"redux-immutable-state-invariant": "^2.1.0"
|
|
},
|
|
"browserslist": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not ie <= 11",
|
|
"not op_mini all"
|
|
]
|
|
}
|