Move velocity stuff / contextual menu from Vector to React.

This commit is contained in:
Kegan Dougal
2015-11-27 15:37:40 +00:00
parent 1825b0317e
commit 5ba1ef5203
5 changed files with 215 additions and 5 deletions

View File

@@ -29,7 +29,8 @@
"optimist": "^0.6.1",
"q": "^1.4.1",
"react": "^0.14.2",
"react-dom": "^0.14.2"
"react-dom": "^0.14.2",
"velocity-animate": "^1.2.3"
},
"//deps": "The loader packages are here because webpack in a project that depends on us needs them in this package's node_modules folder",
"//depsbuglink": "https://github.com/webpack/webpack/issues/1472",