Skip to content

Commit

Permalink
Merge remote-tracking branch 'open-tiny-engine/refactor/develop' into…
Browse files Browse the repository at this point in the history
… feat/page-ui
  • Loading branch information
lichunn committed Sep 23, 2024
2 parents 6cb072d + 80a36d6 commit 059a386
Show file tree
Hide file tree
Showing 108 changed files with 1,498 additions and 1,825 deletions.
14 changes: 7 additions & 7 deletions designer-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
{
"name": "designer-demo",
"private": true,
"version": "0.0.0",
"version": "2.0.0-alpha.1",
"type": "module",
"scripts": {
"dev": "cross-env VITE_THEME=light vite",
"build:alpha": "cross-env NODE_OPTIONS=--max-old-space-size=8192 VITE_THEME=light vite build --mode alpha",
"build": "cross-env NODE_OPTIONS=--max-old-space-size=8192 VITE_THEME=light vite build"
},
"dependencies": {
"vue": "^3.4.21",
"@opentiny/tiny-engine": "workspace:^",
"@opentiny/tiny-engine-theme-dark": "workspace:*",
"@opentiny/tiny-engine-theme-light": "workspace:*",
"@opentiny/vue": "~3.14.0",
"@opentiny/vue-design-smb": "~3.14.0",
"@opentiny/vue-icon": "~3.14.0",
"@opentiny/vue-locale": "~3.14.0",
"@opentiny/vue-design-smb": "~3.14.0",
"@opentiny/vue-renderless": "~3.14.0",
"@opentiny/vue-theme": "~3.14.0"
"@opentiny/vue-theme": "~3.14.0",
"vue": "^3.4.21"
},
"devDependencies": {
"@opentiny/tiny-engine-mock": "workspace:^",
"@opentiny/tiny-engine-vite-config": "workspace:^",
"@vitejs/plugin-vue": "^5.0.4",
"cross-env": "^7.0.3",
"vite": "^5.2.7",
"@opentiny/tiny-engine-vite-config": "workspace:^",
"@opentiny/tiny-engine-mock": "workspace:^"
"vite": "^5.2.7"
}
}
Loading

0 comments on commit 059a386

Please sign in to comment.