Skip to content

Commit

Permalink
feat(docs-package): add homepage url
Browse files Browse the repository at this point in the history
  • Loading branch information
chilingling committed Nov 3, 2023
1 parent f9e5424 commit 7fc6917
Show file tree
Hide file tree
Showing 45 changed files with 55 additions and 3 deletions.
13 changes: 11 additions & 2 deletions mockServer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,17 @@
"access": "public"
},
"description": "mock服务",
"author": "opentiny",
"license": "WTFPL",
"repository": {
"type": "git",
"url": "https://github.com/opentiny/tiny-engine",
"directory": "mockServer"
},
"bugs": {
"url": "https://github.com/opentiny/tiny-engine/issues"
},
"author": "OpenTiny Team",
"license": "MIT",
"homepage": "https://opentiny.design/tiny-engine",
"scripts": {
"start": "gulp nodemon",
"dev": "gulp",
Expand Down
2 changes: 1 addition & 1 deletion packages/canvas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"author": "OpenTiny Team",
"license": "MIT",
"homepage": "",
"homepage": "https://opentiny.design/tiny-engine",
"dependencies": {
"@babel/core": "7.18.13",
"@opentiny/tiny-engine-common": "workspace:^1.0.0",
Expand Down
1 change: 1 addition & 0 deletions packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
},
"author": "OpenTiny Team",
"license": "MIT",
"homepage": "https://opentiny.design/tiny-engine",
"dependencies": {
"@babel/generator": "7.18.13",
"@babel/parser": "7.18.13",
Expand Down
1 change: 1 addition & 0 deletions packages/controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
},
"author": "OpenTiny Team",
"license": "MIT",
"homepage": "https://opentiny.design/tiny-engine",
"dependencies": {
"@opentiny/tiny-engine-canvas": "workspace:^1.0.0",
"@opentiny/tiny-engine-common": "workspace:^1.0.0",
Expand Down
1 change: 1 addition & 0 deletions packages/http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
},
"author": "OpenTiny Team",
"license": "MIT",
"homepage": "https://opentiny.design/tiny-engine",
"dependencies": {
"@opentiny/tiny-engine-common": "workspace:^1.0.0",
"@opentiny/tiny-engine-utils": "workspace:^1.0.0",
Expand Down
1 change: 1 addition & 0 deletions packages/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
},
"author": "OpenTiny Team",
"license": "MIT",
"homepage": "https://opentiny.design/tiny-engine",
"dependencies": {
"@opentiny/tiny-engine-webcomponent-core": "workspace:^1.0.0",
"vue": "^3.2.1",
Expand Down
1 change: 1 addition & 0 deletions packages/plugins/block/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
},
"author": "OpenTiny Team",
"license": "MIT",
"homepage": "https://opentiny.design/tiny-engine",
"dependencies": {
"@opentiny/tiny-engine-canvas": "workspace:^1.0.0",
"@opentiny/tiny-engine-common": "workspace:^1.0.0",
Expand Down
1 change: 1 addition & 0 deletions packages/plugins/bridge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
},
"author": "OpenTiny Team",
"license": "MIT",
"homepage": "https://opentiny.design/tiny-engine",
"dependencies": {
"@opentiny/tiny-engine-canvas": "workspace:^1.0.0",
"@opentiny/tiny-engine-common": "workspace:^1.0.0",
Expand Down
1 change: 1 addition & 0 deletions packages/plugins/data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
},
"author": "OpenTiny Team",
"license": "MIT",
"homepage": "https://opentiny.design/tiny-engine",
"dependencies": {
"@opentiny/tiny-engine-canvas": "workspace:^1.0.0",
"@opentiny/tiny-engine-common": "workspace:^1.0.0",
Expand Down
1 change: 1 addition & 0 deletions packages/plugins/datasource/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
},
"author": "OpenTiny Team",
"license": "MIT",
"homepage": "https://opentiny.design/tiny-engine",
"dependencies": {
"@opentiny/tiny-engine-canvas": "workspace:^1.0.0",
"@opentiny/tiny-engine-common": "workspace:^1.0.0",
Expand Down
1 change: 1 addition & 0 deletions packages/plugins/help/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
},
"author": "OpenTiny Team",
"license": "MIT",
"homepage": "https://opentiny.design/tiny-engine",
"dependencies": {
"@opentiny/tiny-engine-common": "workspace:^1.0.0",
"@opentiny/tiny-engine-controller": "workspace:^1.0.0",
Expand Down
1 change: 1 addition & 0 deletions packages/plugins/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
},
"author": "OpenTiny Team",
"license": "MIT",
"homepage": "https://opentiny.design/tiny-engine",
"dependencies": {
"@opentiny/tiny-engine-common": "workspace:^1.0.0",
"@opentiny/tiny-engine-controller": "workspace:^1.0.0",
Expand Down
1 change: 1 addition & 0 deletions packages/plugins/materials/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
},
"author": "OpenTiny Team",
"license": "MIT",
"homepage": "https://opentiny.design/tiny-engine",
"dependencies": {
"@opentiny/tiny-engine-canvas": "workspace:^1.0.0",
"@opentiny/tiny-engine-common": "workspace:^1.0.0",
Expand Down
1 change: 1 addition & 0 deletions packages/plugins/page/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
},
"author": "OpenTiny Team",
"license": "MIT",
"homepage": "https://opentiny.design/tiny-engine",
"dependencies": {
"@opentiny/tiny-engine-common": "workspace:^1.0.0",
"@opentiny/tiny-engine-controller": "workspace:^1.0.0",
Expand Down
1 change: 1 addition & 0 deletions packages/plugins/robot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
},
"author": "OpenTiny Team",
"license": "MIT",
"homepage": "https://opentiny.design/tiny-engine",
"dependencies": {
"@opentiny/tiny-engine-canvas": "workspace:^1.0.0",
"@opentiny/tiny-engine-common": "workspace:^1.0.0",
Expand Down
1 change: 1 addition & 0 deletions packages/plugins/schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
},
"author": "OpenTiny Team",
"license": "MIT",
"homepage": "https://opentiny.design/tiny-engine",
"dependencies": {
"@opentiny/tiny-engine-canvas": "workspace:^1.0.0",
"@opentiny/tiny-engine-common": "workspace:^1.0.0",
Expand Down
1 change: 1 addition & 0 deletions packages/plugins/script/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
},
"author": "OpenTiny Team",
"license": "MIT",
"homepage": "https://opentiny.design/tiny-engine",
"dependencies": {
"@opentiny/tiny-engine-canvas": "workspace:^1.0.0",
"@opentiny/tiny-engine-common": "workspace:^1.0.0",
Expand Down
1 change: 1 addition & 0 deletions packages/plugins/tree/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
},
"author": "OpenTiny Team",
"license": "MIT",
"homepage": "https://opentiny.design/tiny-engine",
"dependencies": {
"@opentiny/tiny-engine-canvas": "workspace:^1.0.0",
"@opentiny/tiny-engine-common": "workspace:^1.0.0",
Expand Down
1 change: 1 addition & 0 deletions packages/plugins/tutorial/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
},
"author": "OpenTiny Team",
"license": "MIT",
"homepage": "https://opentiny.design/tiny-engine",
"dependencies": {
"@opentiny/tiny-engine-common": "workspace:^1.0.0",
"@opentiny/tiny-engine-controller": "workspace:^1.0.0",
Expand Down
1 change: 1 addition & 0 deletions packages/settings/design/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
},
"author": "OpenTiny Team",
"license": "MIT",
"homepage": "https://opentiny.design/tiny-engine",
"dependencies": {
"@opentiny/tiny-engine-common": "workspace:^1.0.0",
"@opentiny/vue": "~3.10.0",
Expand Down
1 change: 1 addition & 0 deletions packages/settings/events/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
},
"author": "OpenTiny Team",
"license": "MIT",
"homepage": "https://opentiny.design/tiny-engine",
"dependencies": {
"@opentiny/tiny-engine-canvas": "workspace:^1.0.0",
"@opentiny/tiny-engine-common": "workspace:^1.0.0",
Expand Down
1 change: 1 addition & 0 deletions packages/settings/props/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
},
"author": "OpenTiny Team",
"license": "MIT",
"homepage": "https://opentiny.design/tiny-engine",
"dependencies": {
"@opentiny/tiny-engine-common": "workspace:^1.0.0",
"@opentiny/tiny-engine-controller": "workspace:^1.0.0",
Expand Down
1 change: 1 addition & 0 deletions packages/settings/styles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
},
"author": "OpenTiny Team",
"license": "MIT",
"homepage": "https://opentiny.design/tiny-engine",
"dependencies": {
"@opentiny/tiny-engine-canvas": "workspace:^1.0.0",
"@opentiny/tiny-engine-common": "workspace:^1.0.0",
Expand Down
1 change: 1 addition & 0 deletions packages/svgs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
},
"author": "OpenTiny Team",
"license": "MIT",
"homepage": "https://opentiny.design/tiny-engine",
"dependencies": {
"@opentiny/vue": "~3.10.0",
"@opentiny/vue-icon": "~3.10.0",
Expand Down
1 change: 1 addition & 0 deletions packages/theme/dark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
},
"author": "OpenTiny Team",
"license": "MIT",
"homepage": "https://opentiny.design/tiny-engine",
"devDependencies": {
"rimraf": "^3.0.2",
"vite": "^4.3.7"
Expand Down
1 change: 1 addition & 0 deletions packages/theme/light/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
},
"author": "OpenTiny Team",
"license": "MIT",
"homepage": "https://opentiny.design/tiny-engine",
"devDependencies": {
"rimraf": "^3.0.2",
"vite": "^4.3.7"
Expand Down
1 change: 1 addition & 0 deletions packages/toolbars/breadcrumb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
},
"author": "OpenTiny Team",
"license": "MIT",
"homepage": "https://opentiny.design/tiny-engine",
"dependencies": {
"@opentiny/tiny-engine-common": "workspace:^1.0.0",
"@opentiny/tiny-engine-controller": "workspace:^1.0.0",
Expand Down
1 change: 1 addition & 0 deletions packages/toolbars/clean/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
},
"author": "OpenTiny Team",
"license": "MIT",
"homepage": "https://opentiny.design/tiny-engine",
"dependencies": {
"@opentiny/tiny-engine-controller": "workspace:^1.0.0",
"@opentiny/tiny-engine-utils": "workspace:^1.0.0",
Expand Down
1 change: 1 addition & 0 deletions packages/toolbars/collaboration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
},
"author": "OpenTiny Team",
"license": "MIT",
"homepage": "https://opentiny.design/tiny-engine",
"dependencies": {
"@opentiny/tiny-engine-controller": "workspace:^1.0.0",
"@opentiny/vue": "~3.10.0",
Expand Down
1 change: 1 addition & 0 deletions packages/toolbars/fullscreen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
},
"author": "OpenTiny Team",
"license": "MIT",
"homepage": "https://opentiny.design/tiny-engine",
"dependencies": {
"@opentiny/tiny-engine-common": "workspace:^1.0.0",
"@opentiny/vue": "~3.10.0",
Expand Down
1 change: 1 addition & 0 deletions packages/toolbars/generate-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
},
"author": "OpenTiny Team",
"license": "MIT",
"homepage": "https://opentiny.design/tiny-engine",
"dependencies": {
"@opentiny/tiny-engine-canvas": "workspace:^1.0.0",
"@opentiny/tiny-engine-controller": "workspace:^1.0.0",
Expand Down
1 change: 1 addition & 0 deletions packages/toolbars/lang/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
},
"author": "OpenTiny Team",
"license": "MIT",
"homepage": "https://opentiny.design/tiny-engine",
"dependencies": {
"@opentiny/tiny-engine-utils": "workspace:^1.0.0",
"@opentiny/vue": "~3.10.0",
Expand Down
1 change: 1 addition & 0 deletions packages/toolbars/layout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
},
"author": "OpenTiny Team",
"license": "MIT",
"homepage": "https://opentiny.design/tiny-engine",
"dependencies": {
"@opentiny/vue": "~3.10.0",
"vue": "3.2.45"
Expand Down
1 change: 1 addition & 0 deletions packages/toolbars/lock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
},
"author": "OpenTiny Team",
"license": "MIT",
"homepage": "https://opentiny.design/tiny-engine",
"dependencies": {
"@opentiny/tiny-engine-controller": "workspace:^1.0.0",
"@opentiny/tiny-engine-http": "workspace:^1.0.0",
Expand Down
1 change: 1 addition & 0 deletions packages/toolbars/logo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
},
"author": "OpenTiny Team",
"license": "MIT",
"homepage": "https://opentiny.design/tiny-engine",
"dependencies": {
"@opentiny/tiny-engine-common": "workspace:^1.0.0",
"@opentiny/tiny-engine-controller": "workspace:^1.0.0",
Expand Down
1 change: 1 addition & 0 deletions packages/toolbars/logout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
},
"author": "OpenTiny Team",
"license": "MIT",
"homepage": "https://opentiny.design/tiny-engine",
"dependencies": {
"@opentiny/vue": "~3.10.0",
"vue": "3.2.45"
Expand Down
1 change: 1 addition & 0 deletions packages/toolbars/media/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
},
"author": "OpenTiny Team",
"license": "MIT",
"homepage": "https://opentiny.design/tiny-engine",
"dependencies": {
"@opentiny/tiny-engine-canvas": "workspace:^1.0.0",
"@opentiny/tiny-engine-controller": "workspace:^1.0.0",
Expand Down
1 change: 1 addition & 0 deletions packages/toolbars/preview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
},
"author": "OpenTiny Team",
"license": "MIT",
"homepage": "https://opentiny.design/tiny-engine",
"dependencies": {
"@opentiny/tiny-engine-canvas": "workspace:^1.0.0",
"@opentiny/tiny-engine-common": "workspace:^1.0.0",
Expand Down
1 change: 1 addition & 0 deletions packages/toolbars/redoundo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
},
"author": "OpenTiny Team",
"license": "MIT",
"homepage": "https://opentiny.design/tiny-engine",
"dependencies": {
"@opentiny/tiny-engine-controller": "workspace:^1.0.0",
"@opentiny/vue": "~3.10.0",
Expand Down
1 change: 1 addition & 0 deletions packages/toolbars/refresh/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
},
"author": "OpenTiny Team",
"license": "MIT",
"homepage": "https://opentiny.design/tiny-engine",
"dependencies": {
"@opentiny/tiny-engine-canvas": "workspace:^1.0.0",
"@opentiny/tiny-engine-controller": "workspace:^1.0.0",
Expand Down
1 change: 1 addition & 0 deletions packages/toolbars/save/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
},
"author": "OpenTiny Team",
"license": "MIT",
"homepage": "https://opentiny.design/tiny-engine",
"dependencies": {
"@opentiny/tiny-engine-canvas": "workspace:^1.0.0",
"@opentiny/tiny-engine-common": "workspace:^1.0.0",
Expand Down
1 change: 1 addition & 0 deletions packages/toolbars/setting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
},
"author": "OpenTiny Team",
"license": "MIT",
"homepage": "https://opentiny.design/tiny-engine",
"dependencies": {
"@opentiny/tiny-engine-controller": "workspace:^1.0.0",
"@opentiny/tiny-engine-utils": "workspace:^1.0.0",
Expand Down
1 change: 1 addition & 0 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
},
"author": "OpenTiny Team",
"license": "MIT",
"homepage": "https://opentiny.design/tiny-engine",
"devDependencies": {
"vite": "^4.3.7"
},
Expand Down
1 change: 1 addition & 0 deletions packages/vue-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
},
"author": "OpenTiny Team",
"license": "MIT",
"homepage": "https://opentiny.design/tiny-engine",
"dependencies": {
"@vue/compiler-sfc": "3.2.45",
"@vue/shared": "^3.3.4",
Expand Down
1 change: 1 addition & 0 deletions packages/webcomponent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
},
"author": "OpenTiny Team",
"license": "MIT",
"homepage": "https://opentiny.design/tiny-engine",
"dependencies": {
"@vue/shared": "^3.3.4",
"vue": "^3.2.1"
Expand Down

0 comments on commit 7fc6917

Please sign in to comment.