1
0
mirror of https://github.com/fazo96/ipfs-boards synced 2025-01-09 12:19:49 +01:00
ipfs-boards/package.json

35 lines
1.0 KiB
JSON
Raw Normal View History

2018-02-03 12:09:58 +01:00
{
"name": "ipfs-boards",
"version": "0.1.0",
2018-02-04 19:24:51 +01:00
"homepage": ".",
2018-02-03 12:09:58 +01:00
"private": true,
"dependencies": {
2018-02-04 14:48:05 +01:00
"ipfs": "^0.27.7",
2018-02-08 23:52:06 +01:00
"moment": "^2.20.1",
2018-02-04 14:48:05 +01:00
"orbit-db": "^0.19.4",
2018-02-04 19:08:21 +01:00
"orbit-db-discussion-board": "https://github.com/fazo96/orbit-db-discussion-board.git",
2018-02-03 12:09:58 +01:00
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-hot-loader": "^3.1.3",
"react-redux": "^5.0.6",
"react-router-dom": "^4.2.2",
2018-02-03 12:57:04 +01:00
"react-router-redux": "^5.0.0-alpha.9",
2018-02-03 12:09:58 +01:00
"react-scripts": "1.1.0",
"redux": "^3.7.2",
2018-02-03 15:07:38 +01:00
"redux-saga": "^0.16.0",
"semantic-ui-css": "^2.2.14",
"semantic-ui-react": "^0.77.2"
2018-02-03 12:09:58 +01:00
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
2018-02-08 19:16:47 +01:00
"prebuild": "cp webpack.config.prod.js node_modules/react-scripts/config",
"postbuild": "npx uglify-es build/static/js/main.*.js -o build/static/js/$(ls build/static/js | head -n 1)",
2018-02-03 12:09:58 +01:00
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"redux-immutable-state-invariant": "^2.1.0"
}
}