add 3d sphere view
... | ... | @@ -13,7 +13,7 @@ |
"lint": "eslint --ext .js,.vue src test/unit/specs test/e2e/specs" | ||
}, | ||
"dependencies": { | ||
"chroma-js": "^1.2.1", | ||
"chroma-js": "^1.3.7", | ||
"color-blind": "^0.1.1", | ||
"color2": "^1.0.8", | ||
"d3": "^4.3.0", | ||
... | ... | @@ -22,6 +22,8 @@ |
"hyperform": "^0.8.9", | ||
"lodash": "^4.16.4", | ||
"node-sass": "^4.9.0", | ||
"orbit-controls-es6": "^1.0.12", | ||
"three": "^0.94.0", | ||
"tinycolor2": "^1.4.1", | ||
"vue": "^2.5.16", | ||
"vue-clipboards": "^0.2.5", | ||
... | ... |
src/scripts/ThreePicker.js
0 → 100644
Please register or sign in to comment