aboutsummaryrefslogtreecommitdiffstats
path: root/web/package.json
diff options
context:
space:
mode:
authorJason <jason.daurus@gmail.com>2016-03-10 21:40:07 +0800
committerJason <jason.daurus@gmail.com>2016-03-10 21:40:07 +0800
commit1c0496e051d8b1af297138732475b1689ada5eb8 (patch)
tree7a2134ac48cce29694313e5a5b3105f2cf7e93ff /web/package.json
parentb413a052f96896d387f58e903203cf2e29c6f1f6 (diff)
downloadmitmproxy-1c0496e051d8b1af297138732475b1689ada5eb8.tar.gz
mitmproxy-1c0496e051d8b1af297138732475b1689ada5eb8.tar.bz2
mitmproxy-1c0496e051d8b1af297138732475b1689ada5eb8.zip
[web] VirtualScroll and AutoScroll helper
Diffstat (limited to 'web/package.json')
-rw-r--r--web/package.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/web/package.json b/web/package.json
index 63a664ae..e489a0b1 100644
--- a/web/package.json
+++ b/web/package.json
@@ -17,16 +17,20 @@
},
"dependencies": {
"bootstrap": "^3.3.6",
+ "classnames": "^2.2.3",
"flux": "^2.1.1",
"jquery": "^2.2.1",
"lodash": "^4.5.1",
"react": "^0.14.7",
"react-dom": "^0.14.7",
- "react-router": "^2.0.0"
+ "react-router": "^2.0.0",
+ "shallowequal": "^0.2.2"
},
"devDependencies": {
"babel-core": "^6.5.2",
+ "babel-eslint": "^5.0.0",
"babel-jest": "^6.0.1",
+ "babel-plugin-transform-class-properties": "^6.6.0",
"babel-preset-es2015": "^6.5.0",
"babel-preset-react": "^6.5.0",
"babelify": "^7.2.0",