ShadowEditor/web/package.json
2020-05-01 11:37:52 +08:00

57 lines
1.6 KiB
JSON

{
"name": "shadoweditor",
"version": "0.5.0",
"private": true,
"description": "3D Editor with three.js.",
"dependencies": {
"@tweenjs/tween.js": "^18.5.0",
"classnames": "^2.2.6",
"d3-dispatch": "^1.0.6",
"i18next": "^17.0.11",
"i18next-xhr-backend": "^3.1.2",
"js-cookie": "^2.2.1",
"prop-types": "^15.7.2"
},
"devDependencies": {
"@babel/core": "^7.4.4",
"@babel/preset-react": "^7.0.0",
"babel-eslint": "^10.0.3",
"eslint": "^6.5.1",
"eslint-config-defaults": "^9.0.0",
"eslint-plugin-react": "^7.16.0",
"rollup": "^1.11.3",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-commonjs": "^9.3.4",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-node-resolve": "^4.2.3",
"rollup-plugin-postcss": "^2.0.3",
"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"
}