Skip to content

Commit

Permalink
chore: fix deps config
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffgu committed Dec 29, 2023
1 parent e64709a commit 1cfea21
Show file tree
Hide file tree
Showing 21 changed files with 21 additions and 42 deletions.
1 change: 0 additions & 1 deletion demo/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"removeComments": false,
"preserveConstEnums": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"sourceMap": false,
"downlevelIteration": true,
"target": "ES2018",
Expand Down
34 changes: 15 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,6 @@
],
"author": "feifan <[email protected]>",
"license": "MIT",
"peerDependencies": {
"pixi.js": "7.x",
"react": ">=16",
"react-dom": ">=16",
"three": "0.x"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
Expand All @@ -42,11 +36,7 @@
"@babel/plugin-transform-runtime": "^7.23.6",
"@babel/preset-env": "^7.23.6",
"@babel/preset-react": "^7.23.3",
"@babel/runtime": "^7.23.6",
"@changesets/cli": "^2.27.1",
"@turbox3d/reactivity-react": "^1.1.15",
"@turbox3d/turbox": "^1.1.28",
"@turbox3d/turbox-dev-tool": "^1.0.13",
"@types/jest": "^29.5.11",
"@types/node": "~20.10.5",
"@types/react": "~18.2.45",
Expand All @@ -56,7 +46,6 @@
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"@vscode/vsce": "^2.22.0",
"antd": "^5.12.4",
"babel-loader": "^9.1.3",
"copyfiles": "^2.4.1",
"cross-env": "^7.0.3",
Expand All @@ -73,16 +62,8 @@
"less": "^4.2.0",
"less-loader": "^11.1.3",
"lint-staged": "^15.2.0",
"lodash": "^4.17.21",
"mobx": "^6.12.0",
"pixi-projection": "^1.0.0",
"pixi.js": "^7.3.2",
"postcss-loader": "^7.3.3",
"react": "~18.2.0",
"react-dom": "~18.2.0",
"react-router-dom": "^6.21.1",
"style-loader": "^3.3.3",
"three": "^0.159.0",
"ts-jest": "^29.1.1",
"ts-loader": "~9.5.1",
"typedoc": "^0.25.4",
Expand All @@ -93,6 +74,21 @@
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
},
"dependencies": {
"@babel/runtime": "^7.23.6",
"@turbox3d/reactivity-react": "^1.1.15",
"@turbox3d/turbox": "^1.1.28",
"@turbox3d/turbox-dev-tool": "^1.0.13",
"antd": "^5.12.4",
"lodash": "^4.17.21",
"mobx": "^6.12.0",
"pixi-projection": "^1.0.0",
"pixi.js": "^7.3.2",
"react": "~18.2.0",
"react-dom": "~18.2.0",
"react-router-dom": "^6.21.1",
"three": "^0.159.0"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
"eslint",
Expand Down
1 change: 0 additions & 1 deletion packages/command-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"@babel/plugin-transform-modules-commonjs": "^7.23.3",
"@babel/plugin-transform-runtime": "^7.23.6",
"@babel/preset-env": "^7.23.6",
"@babel/runtime": "^7.23.6",
"@types/node": "~20.10.5",
"typescript": "^5.3.3"
},
Expand Down
1 change: 0 additions & 1 deletion packages/design-engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
"@babel/plugin-transform-modules-commonjs": "^7.23.3",
"@babel/plugin-transform-runtime": "^7.23.6",
"@babel/preset-env": "^7.23.6",
"@babel/runtime": "^7.23.6",
"@types/node": "~20.10.5",
"@types/react": "~18.2.45",
"@types/react-dom": "~18.2.18",
Expand Down
10 changes: 6 additions & 4 deletions packages/design-engine/src/env-system/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ class AppEnvironmentManager extends Domain {
}

/** 应用环境管理器 */
export default class EnvSystem {
static EAppEnv = EAppEnv;
static AppEnvMgr = new AppEnvironmentManager();
}
const EnvSystem = {
EAppEnv,
AppEnvMgr: new AppEnvironmentManager(),
};

export default EnvSystem;
1 change: 0 additions & 1 deletion packages/event-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"@babel/plugin-transform-modules-commonjs": "^7.23.3",
"@babel/plugin-transform-runtime": "^7.23.6",
"@babel/preset-env": "^7.23.6",
"@babel/runtime": "^7.23.6",
"@types/node": "~20.10.5",
"typescript": "^5.3.3"
},
Expand Down
1 change: 0 additions & 1 deletion packages/graphic-component-pixi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
"@babel/plugin-transform-modules-commonjs": "^7.23.3",
"@babel/plugin-transform-runtime": "^7.23.6",
"@babel/preset-env": "^7.23.6",
"@babel/runtime": "^7.23.6",
"@types/node": "~20.10.5",
"@types/three": "^0.159.0",
"autoprefixer": "^10.4.16",
Expand Down
1 change: 0 additions & 1 deletion packages/graphic-component-three/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
"@babel/plugin-transform-modules-commonjs": "^7.23.3",
"@babel/plugin-transform-runtime": "^7.23.6",
"@babel/preset-env": "^7.23.6",
"@babel/runtime": "^7.23.6",
"@types/node": "~20.10.5",
"@types/three": "^0.159.0",
"autoprefixer": "^10.4.16",
Expand Down
1 change: 0 additions & 1 deletion packages/math/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"@babel/plugin-transform-modules-commonjs": "^7.23.3",
"@babel/plugin-transform-runtime": "^7.23.6",
"@babel/preset-env": "^7.23.6",
"@babel/runtime": "^7.23.6",
"@types/node": "~20.10.5",
"@types/react": "~18.2.45",
"react": "~18.2.0",
Expand Down
1 change: 0 additions & 1 deletion packages/reactivity-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
"@babel/plugin-transform-modules-commonjs": "^7.23.3",
"@babel/plugin-transform-runtime": "^7.23.6",
"@babel/preset-env": "^7.23.6",
"@babel/runtime": "^7.23.6",
"@types/node": "~20.10.5",
"@types/react": "~18.2.45",
"@types/react-dom": "~18.2.18",
Expand Down
1 change: 0 additions & 1 deletion packages/reactivity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
"@babel/plugin-transform-modules-commonjs": "^7.23.3",
"@babel/plugin-transform-runtime": "^7.23.6",
"@babel/preset-env": "^7.23.6",
"@babel/runtime": "^7.23.6",
"@types/node": "~20.10.5",
"@types/react": "~18.2.45",
"react": "~18.2.0",
Expand Down
1 change: 0 additions & 1 deletion packages/renderer-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"@babel/plugin-transform-modules-commonjs": "^7.23.3",
"@babel/plugin-transform-runtime": "^7.23.6",
"@babel/preset-env": "^7.23.6",
"@babel/runtime": "^7.23.6",
"@types/node": "~20.10.5",
"typescript": "^5.3.3"
},
Expand Down
1 change: 0 additions & 1 deletion packages/renderer-pixi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
"@babel/plugin-transform-modules-commonjs": "^7.23.3",
"@babel/plugin-transform-runtime": "^7.23.6",
"@babel/preset-env": "^7.23.6",
"@babel/runtime": "^7.23.6",
"@types/node": "~20.10.5",
"pixi.js": "^7.3.2",
"typescript": "^5.3.3"
Expand Down
1 change: 0 additions & 1 deletion packages/renderer-three/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
"@babel/plugin-transform-modules-commonjs": "^7.23.3",
"@babel/plugin-transform-runtime": "^7.23.6",
"@babel/preset-env": "^7.23.6",
"@babel/runtime": "^7.23.6",
"@types/node": "~20.10.5",
"@types/three": "^0.159.0",
"three": "^0.159.0",
Expand Down
1 change: 0 additions & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"@babel/plugin-transform-modules-commonjs": "^7.23.3",
"@babel/plugin-transform-runtime": "^7.23.6",
"@babel/preset-env": "^7.23.6",
"@babel/runtime": "^7.23.6",
"@types/node": "~20.10.5",
"typescript": "^5.3.3"
},
Expand Down
1 change: 0 additions & 1 deletion packages/turbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
"@babel/plugin-transform-modules-commonjs": "^7.23.3",
"@babel/plugin-transform-runtime": "^7.23.6",
"@babel/preset-env": "^7.23.6",
"@babel/runtime": "^7.23.6",
"@types/node": "~20.10.5",
"@types/react": "~18.2.45",
"@types/react-dom": "~18.2.18",
Expand Down
1 change: 0 additions & 1 deletion packages/turbox2d/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
"@babel/plugin-transform-modules-commonjs": "^7.23.3",
"@babel/plugin-transform-runtime": "^7.23.6",
"@babel/preset-env": "^7.23.6",
"@babel/runtime": "^7.23.6",
"@types/node": "~20.10.5",
"@types/react": "~18.2.45",
"@types/react-dom": "~18.2.18",
Expand Down
1 change: 0 additions & 1 deletion packages/turbox3d/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
"@babel/plugin-transform-modules-commonjs": "^7.23.3",
"@babel/plugin-transform-runtime": "^7.23.6",
"@babel/preset-env": "^7.23.6",
"@babel/runtime": "^7.23.6",
"@types/node": "~20.10.5",
"@types/react": "~18.2.45",
"@types/react-dom": "~18.2.18",
Expand Down
1 change: 0 additions & 1 deletion plugins/turbox-dev-tool/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"@babel/plugin-transform-modules-commonjs": "^7.23.3",
"@babel/plugin-transform-runtime": "^7.23.6",
"@babel/preset-env": "^7.23.6",
"@babel/runtime": "^7.23.6",
"@types/node": "~20.10.5",
"@types/react": "~18.2.45",
"react": "~18.2.0",
Expand Down
1 change: 0 additions & 1 deletion plugins/turbox-hot-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"@babel/plugin-transform-modules-commonjs": "^7.23.3",
"@babel/plugin-transform-runtime": "^7.23.6",
"@babel/preset-env": "^7.23.6",
"@babel/runtime": "^7.23.6",
"@turbox3d/reactivity": "^2.1.15",
"@types/node": "~20.10.5",
"@types/react": "~18.2.45",
Expand Down
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"removeComments": false,
"preserveConstEnums": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"sourceMap": false,
"downlevelIteration": true,
"target": "ES2018",
Expand Down

0 comments on commit 1cfea21

Please sign in to comment.