UNPKG

@chronosai/three-mesh-ui

Version:

a library on top of three.js to help in creating 3D user interfaces

60 lines (59 loc) 1.84 kB
{ "name": "@chronosai/three-mesh-ui", "version": "6.5.8-edit-1", "description": "a library on top of three.js to help in creating 3D user interfaces", "engines": { "node": "x.x.x" }, "main": "build/three-mesh-ui.min.js", "module": "build/three-mesh-ui.module.js", "types": "src/types.d.ts", "scripts": { "test": "echo \"No test specified yet\"", "lint": "eslint -c config/codestyle/.eslintrc src examples", "build": "npx webpack --config config/webpack.config.js", "build-site": "npx webpack --config config/webpack.prodConfig.js --env NODE_ENV=prod", "start": "webpack-dev-server --config config/webpack.prodConfig.js --open --env NODE_ENV=dev", "heroku-postbuild": "npx webpack --config config/webpack.prodConfig.js --env NODE_ENV=prod" }, "repository": { "type": "git", "url": "git+https://github.com/Chronos-Samples/three-mesh-ui.git" }, "keywords": [ "three.js", "ui", "user-interface", "vr", "ar", "virtual reality", "webXR" ], "author": "Felix Mariotto", "license": "MIT", "bugs": { "url": "https://github.com/felixmariotto/Three-Mesh-UI/issues" }, "homepage": "https://github.com/felixmariotto/Three-Mesh-UI#readme", "devDependencies": { "@babel/core": "^7.17.9", "@babel/eslint-parser": "^7.17.0", "@babel/eslint-plugin": "^7.17.7", "@babel/preset-env": "^7.16.11", "@types/three": "^0.136.1", "acorn": "^8.7.0", "eslint": "^8.13.0", "eslint-webpack-plugin": "^3.1.1", "file-loader": "^6.2.0", "html-webpack-plugin": "^5.5.0", "webpack": "^5.70.0", "webpack-cli": "^4.9.2", "webpack-dev-server": "^4.7.4" }, "dependencies": { "three": "^0.165.0" }, "peerDependencies": { "three": "^0.165.0" } }