mirror of
https://github.com/tengge1/ShadowEditor.git
synced 2026-01-25 15:08:11 +00:00
49 lines
1.5 KiB
JSON
49 lines
1.5 KiB
JSON
{
|
|
"name": "shadoweditor",
|
|
"version": "0.3.2",
|
|
"private": true,
|
|
"description": "3D Editor with three.js.",
|
|
"dependencies": {
|
|
"classnames": "^2.2.6",
|
|
"i18next": "^17.0.11",
|
|
"i18next-xhr-backend": "^3.1.2",
|
|
"prop-types": "^15.7.2",
|
|
"rollup-plugin-json": "^4.0.0",
|
|
"rollup-plugin-postcss": "^2.0.3",
|
|
"rollup-plugin-replace": "^2.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.4.4",
|
|
"@babel/preset-react": "^7.0.0",
|
|
"rollup": "^1.11.3",
|
|
"rollup-plugin-babel": "^4.3.2",
|
|
"rollup-plugin-commonjs": "^9.3.4",
|
|
"rollup-plugin-node-resolve": "^4.2.3"
|
|
},
|
|
"scripts": {
|
|
"build": "rollup -c ShadowEditor.Web/rollup.config.js",
|
|
"dev": "rollup -c ShadowEditor.Web/rollup.config.js --watch",
|
|
"translate": "python ShadowEditor.AI/translate.py",
|
|
"weekend": "rollup -c ShadowEditor.Web/test/weekend/rollup.config.js --watch",
|
|
"build-docs": "gitbook build docs-dev",
|
|
"test": "rollup -c ShadowEditor.Web/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"
|
|
],
|
|
"author": "tengge",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/tengge1/ShadowEditor/issues"
|
|
},
|
|
"homepage": "https://github.com/tengge1/ShadowEditor"
|
|
}
|