-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
131 lines (131 loc) · 3.78 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
{
"name": "ipfs-webui",
"version": "0.3.0",
"description": "A frontend for IPFS",
"browser": {
"stream": "readable-stream"
},
"scripts": {
"test": "karma start --single-run=true karma.conf.js",
"start": "hjs-dev-server",
"lint": "eslint .",
"build": "NODE_ENV=production webpack"
},
"dependencies": {
"bootstrap": "^3.0.0",
"chain3": "^0.1.9",
"create-react-class": "^15.6.3",
"d3": "^5.0.0",
"ethereumjs-abi": "^0.6.5",
"fbjs": "^0.8.16",
"font-awesome": "^4.7.0",
"i18next": "^10.6.0",
"i18next-browser-languagedetector": "^2.1.0",
"i18next-localstorage-cache": "^1.1.1",
"i18next-sprintf-postprocessor": "^0.2.2",
"i18next-xhr-backend": "^1.5.1",
"ipfs-api": "^18.2.1",
"ipfs-geoip": "^2.3.0",
"is-binary": "^0.1.0",
"lodash-es": "^4.17.7",
"multiaddr": "^3.1.0",
"prettysize": "^1.1.0",
"prop-types": "^15.6.1",
"react": "^16.2.0",
"react-bootstrap": "^0.32.1",
"react-contextmenu": "^2.9.2",
"react-copy-text": "^1.0.1",
"react-dnd": "^2.6.0",
"react-dnd-html5-backend": "^2.6.0",
"react-dom": "^16.2.0",
"react-redux": "^5.0.7",
"react-redux-toastr": "^7.2.3",
"react-request": "^3.1.2",
"react-router": "^4.2.0",
"react-router-bootstrap": "^0.24.4r",
"react-router-dom": "^4.2.2",
"react-router-redux": "^5.0.0-alpha.8",
"react-syntax-highlighter": "^7.0.2",
"readable-stream": "^2.3.5",
"redux": "^3.7.2",
"redux-saga": "^0.16.0",
"request": "^2.88.0",
"three": "^0.91.0",
"whatwg-fetch": "^2.0.4"
},
"devDependencies": {
"@babel/cli": "7.0.0-beta.42",
"@babel/core": "7.0.0-beta.42",
"@babel/plugin-transform-react-display-name": "7.0.0-beta.42",
"@babel/plugin-transform-runtime": "7.0.0-beta.42",
"@babel/polyfill": "7.0.0-beta.42",
"@babel/preset-env": "7.0.0-beta.42",
"@babel/preset-react": "7.0.0-beta.42",
"@babel/preset-stage-0": "7.0.0-beta.42",
"@babel/runtime": "7.0.0-beta.42",
"autoprefixer": "^8.2.0",
"babel-eslint": "^8.2.6",
"babel-loader": "^8.0.0-beta.0",
"chai": "^4.1.2",
"chai-enzyme": "^1.0.0-beta.0",
"cheerio": "^1.0.0-rc.2",
"classnames": "^2.2.5",
"css-loader": "^0.28.11",
"debug": "^3.1.0",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"eslint": "^4.19.1",
"eslint-config-standard": "^11.0.0",
"eslint-config-standard-react": "^6.0.0",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-react": "^7.7.0",
"eslint-plugin-standard": "^3.0.1",
"exports-loader": "^0.7.0",
"file-loader": "^1.1.11",
"hjs-webpack": "^9.2.0",
"https-browserify": "^1.0.0",
"imports-loader": "^0.8.0",
"json-loader": "^0.5.7",
"karma": "^2.0.0",
"karma-chrome-launcher": "^2.2.0",
"karma-firefox-launcher": "^1.1.0",
"karma-mocha": "^1.3.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^2.0.9",
"less": "^3.0.1",
"less-loader": "^4.1.0",
"mocha": "^5.0.5",
"postcss-loader": "^2.1.3",
"pre-commit": "^1.2.2",
"react-addons-test-utils": "^15.6.2",
"react-test-renderer": "^16.2.0",
"redux-logger": "^3.0.6",
"standard": "^11.0.1F",
"stream-http": "^2.8.1",
"style-loader": "^0.20.3",
"url-loader": "^1.0.1",
"webpack": "^3.10.0"
},
"pre-commit": [],
"author": "Juan Benet <[email protected]> (http://juan.benet.ai/)",
"repository": {
"type": "git",
"url": "https://github.com/ipfs/webui"
},
"keywords": [
"ipfs",
"webui",
"webkit"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/ipfs/webui/issues"
},
"homepage": "https://github.com/ipfs/webui",
"engines": {
"node": ">=4.0.0",
"npm": ">=3.0.0"
}
}