iv-3d-lib
Version:
A reusable ThreeJS library providing features for Ivee 3D Editor.
68 lines (67 loc) • 1.73 kB
JSON
{
"name": "iv-3d-lib",
"version": "1.0.31",
"description": "A reusable ThreeJS library providing features for Ivee 3D Editor.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ivee-tech/iv-3d-lib.git"
},
"keywords": [
"ThreeJS",
"Ivee",
"3D",
"WebGL",
"Editor"
],
"author": "ivee-tech",
"license": "MIT",
"bugs": {
"url": "https://github.com/ivee-tech/iv-3d-lib/issues"
},
"homepage": "https://github.com/ivee-tech/iv-3d-lib#readme",
"typings": "dist/index.d.ts",
"devDependencies": {
"@types/node": "8.0.14",
"typescript": "2.7.1"
},
"dependencies": {
"dat-gui": "^0.5.0",
"expr-eval": "^1.0.0",
"nosleep.js": "^0.7.0",
"numeral": "^2.0.6",
"requirejs": "^2.3.2",
"text": "github:requirejs/text#latest",
"three": "^0.126.1",
"three-anaglypheffect": "^1.0.0",
"three-asciieffect": "^1.0.1",
"three-buffer-geometry-utils": "^1.0.0",
"three-css3drenderer": "^1.0.0",
"three-orbitcontrols": "^1.1.2",
"three-shader-terrain": "^1.0.0",
"three-shaders": "^1.0.0",
"three-stereoeffect": "^1.0.15",
"three-trackballcontrols": "^0.9.0",
"three.regular.helvetiker": "^1.0.0",
"threeleapcontrols": "^1.0.1",
"tween.js": "^16.6.0"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [],
"parserOptions": {
"ecmaVersion": 2020,
"sourceType": "module"
},
"rules": {
"no-inferrable-types": 1
}
}
}