-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.59 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "ipfs-react-handy",
"version": "0.0.1",
"description": "ipfs-react-handy",
"devDependencies": {
"babel-core": "^6.24.1",
"babel-eslint": "^8.1.2",
"babel-loader": "^7.0.0",
"babel-plugin-react-native-web": "^0.3.0-rc.4",
"babel-preset-react-native": "^4.0.0",
"babel-preset-stage-1": "^6.24.1",
"css-loader": "^0.28.8",
"eslint": "^4.14.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-react": "^7.5.1",
"flow-bin": "^0.62.0",
"prettier": "^1.9.2",
"react-hot-loader": "^3.1.3",
"redux-logger": "^3.0.6",
"style-loader": "^0.19.1",
"url-loader": "^0.6.2",
"webpack": "^2.5.1",
"webpack-dev-server": "^2.4.5"
},
"homepage": "https://agrcrobles.github.io/ipfs-react-handy/",
"engines": {
"node": ">=6.0.0"
},
"author": "alejandro garcia <[email protected]>",
"license": "MIT",
"scripts": {
"flow": "flow .",
"build": "webpack --config web/webpack.config.js",
"web": "webpack-dev-server --config web/webpack.config.js --hot",
"lint": "eslint .",
"format": "prettier --use-tabs --trailing-comma es5 --write 'src/*.js'"
},
"keywords": [
"ipfs",
"react",
"audio"
],
"dependencies": {
"ipfs": "^0.27.5",
"material-ui": "^0.20.0",
"react": "16.0.0",
"react-broadcast": "^0.6.1",
"react-dom": "16.0.0",
"react-mic": "^9.0.0",
"react-native-web": "^0.3.0-rc.4",
"react-redux": "^5.0.6",
"react-tap-event-plugin": "^3.0.2",
"redux": "^3.7.2",
"redux-form": "^7.2.0",
"redux-form-material-ui": "^4.3.1",
"redux-thunk": "^2.2.0"
}
}