mirror of
https://github.com/fazo96/ipfs-boards
synced 2025-01-10 12:24:20 +01:00
Enrico Fasoli
49bd61bd2e
Not using the latest ipfs-api because it has a bug when running in the browser.
60 lines
1.7 KiB
JSON
60 lines
1.7 KiB
JSON
{
|
|
"name": "ipfs-board",
|
|
"version": "0.1.0",
|
|
"description": "decentralized discussion board",
|
|
"scripts": {
|
|
"serve": "webpack-dev-server --progress --hot --watch --devtool eval-source",
|
|
"build": "webpack --progress"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/fazo96/ipfs-board.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/fazo96/ipfs-board/issues"
|
|
},
|
|
"homepage": "https://github.com/fazo96/ipfs-board#readme",
|
|
"author": "Enrico Fasoli (fazo96)",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"async": "^1.5.0",
|
|
"babel-core": "^6.7.4",
|
|
"babel-eslint": "^5.0.0",
|
|
"babel-loader": "^6.2.4",
|
|
"babel-plugin-transform-runtime": "^6.6.0",
|
|
"babel-preset-es2015": "^6.6.0",
|
|
"babel-preset-react": "^6.5.0",
|
|
"babel-runtime": "^6.6.1",
|
|
"css-loader": "^0.23.1",
|
|
"eslint": "^2.4.0",
|
|
"eslint-config-standard": "^5.1.0",
|
|
"eslint-loader": "^1.3.0",
|
|
"eslint-plugin-promise": "^1.1.0",
|
|
"eslint-plugin-react": "^4.2.3",
|
|
"eslint-plugin-standard": "^1.3.2",
|
|
"estraverse-fb": "^1.3.1",
|
|
"file-loader": "^0.8.5",
|
|
"font-awesome": "^4.5.0",
|
|
"glob-stream": "^5.3.2",
|
|
"history": "^2.0.1",
|
|
"html-loader": "^0.4.3",
|
|
"html-webpack-plugin": "^2.14.0",
|
|
"https-browserify": "^0.0.1",
|
|
"ipfs-api": "3.0.3",
|
|
"json-loader": "^0.5.4",
|
|
"lodash.sortedindex": "^4.0.1",
|
|
"markdown-loader": "^0.1.7",
|
|
"moment": "^2.12.0",
|
|
"react": "^0.14.7",
|
|
"react-dom": "^0.14.7",
|
|
"react-markdown": "^2.1.1",
|
|
"react-router": "^2.0.1",
|
|
"semver": "^5.1.0",
|
|
"stream-http": "^2.2.0",
|
|
"style-loader": "^0.13.1",
|
|
"webpack": "^1.12.14",
|
|
"webpack-dev-server": "^1.14.1",
|
|
"wolfy87-eventemitter": "^4.3.0"
|
|
}
|
|
}
|