{ "name": "shadoweditor", "version": "0.5.2", "private": true, "description": "Cross-platform 3D scene editor based on three.js, golang and mongodb.", "dependencies": { "@tweenjs/tween.js": "^18.5.0", "classnames": "^2.2.6", "d3-dispatch": "^1.0.6", "i18next": "^17.3.1", "i18next-xhr-backend": "^3.2.2", "js-cookie": "^2.2.1", "prop-types": "^15.7.2" }, "devDependencies": { "@babel/core": "^7.9.6", "@babel/preset-react": "^7.9.4", "babel-eslint": "^10.1.0", "eslint": "^6.8.0", "eslint-config-defaults": "^9.0.0", "eslint-plugin-react": "^7.19.0", "rollup": "^1.32.1", "rollup-plugin-babel": "^4.4.0", "rollup-plugin-commonjs": "^9.3.4", "rollup-plugin-json": "^4.0.0", "rollup-plugin-node-resolve": "^4.2.4", "rollup-plugin-postcss": "^2.9.0", "rollup-plugin-replace": "^2.2.0" }, "scripts": { "build": "rollup -c rollup.config.js", "dev": "rollup -c rollup.config.js --watch", "eslint": "eslint src --fix", "docs": "gitbook build docs-dev", "test": "rollup -c test/unit/rollup.config.js", "clear": "npm prune" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/tengge1/ShadowEditor.git" }, "keywords": [ "shadoweditor", "3d", "editor", "three.js", "golang", "mongodb" ], "author": "tengge", "license": "MIT", "bugs": { "url": "https://github.com/tengge1/ShadowEditor/issues" }, "homepage": "https://github.com/tengge1/ShadowEditor" }