Skip to content

Commit 31d87ba

Browse files
committed
chore: wip
1 parent 2c0f56a commit 31d87ba

File tree

4 files changed

+10
-27
lines changed

4 files changed

+10
-27
lines changed

storage/framework/.stacks/core/cloud/package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,7 @@
7777
"@stacksjs/storage": "workspace:*",
7878
"@stacksjs/strings": "workspace:*",
7979
"@stacksjs/utils": "workspace:*",
80-
"@stacksjs/validation": "workspace:*",
81-
"aws-cdk": "^2.116.1",
82-
"aws-cdk-lib": "^2.116.1",
83-
"constructs": "^10.3.0"
80+
"@stacksjs/validation": "workspace:*"
8481
},
8582
"dependencies": {
8683
"@aws-sdk/client-bedrock": "^3.478.0",
@@ -105,6 +102,7 @@
105102
"@stacksjs/storage": "workspace:*",
106103
"@stacksjs/utils": "workspace:*",
107104
"@stacksjs/validation": "workspace:*",
105+
"aws-cdk": "^2.116.1",
108106
"aws-cdk-lib": "^2.116.1",
109107
"aws4fetch": "^1.0.17",
110108
"constructs": "^10.3.0"

storage/framework/.stacks/core/ui/package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,6 @@
5858
},
5959
"peerDependencies": {
6060
"@headlessui/vue": "^1.7.16",
61-
"@iconify-json/heroicons": "^1.1.19",
62-
"@iconify-json/heroicons-outline": "^1.1.10",
63-
"@iconify-json/heroicons-solid": "^1.1.11",
64-
"@iconify/json": "^2.2.161",
65-
"@julr/unocss-preset-forms": "^0.1.0",
6661
"@stacksjs/build": "workspace:*",
6762
"@stacksjs/config": "workspace:*",
6863
"@stacksjs/router": "workspace:*",
@@ -77,6 +72,7 @@
7772
"@iconify-json/heroicons": "^1.1.19",
7873
"@iconify-json/heroicons-outline": "^1.1.10",
7974
"@iconify-json/heroicons-solid": "^1.1.11",
75+
"@iconify/json": "^2.2.161",
8076
"@julr/unocss-preset-forms": "^0.1.0",
8177
"@stacksjs/build": "workspace:*",
8278
"@stacksjs/config": "workspace:*",

storage/framework/dashboard/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@
3636
"scripts": {
3737
"dev": "bun --bun vite -c ../.stacks/core/vite/src/desktop.ts",
3838
"dev:app": "tauri dev",
39-
"build": "bun --bun build.ts",
40-
"build:app": "bun --bun vite build ../../../storage/framework/desktop/dashboard -c ../../core/vite/src/desktop.ts",
39+
"build": "bun --bun vite build -c .../.stacks/core/vite/src/desktop.ts",
4140
"prepublishOnly": "bun --bun run build",
4241
"typecheck": "bun --bun tsc --noEmit"
4342
},

storage/framework/desktop/package.json

Lines changed: 6 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,24 @@
11
{
2-
"name": "@stacksjs/desktop",
2+
"name": "stacks-desktop-example",
33
"type": "module",
44
"version": "0.57.4",
5-
"description": "The Stacks Desktop engine.",
5+
"description": "The Stacks Desktop generated application.",
66
"author": "Chris Breuer",
77
"license": "MIT",
88
"funding": "https://github.com/sponsors/chrisbbreuer",
9-
"homepage": "https://github.com/stacksjs/stacks/tree/main/storage/framework/.stacks/core/desktop#readme",
9+
"homepage": "https://github.com/stacksjs/stacks/tree/main/storage/framework/desktop#readme",
1010
"repository": {
1111
"type": "git",
1212
"url": "git+https://github.com/stacksjs/stacks.git",
13-
"directory": "./storage/framework/.stacks/core/desktop"
13+
"directory": "./storage/framework/desktop"
1414
},
1515
"bugs": {
1616
"url": "https://github.com/stacksjs/stacks/issues"
1717
},
1818
"keywords": [
19+
"application",
1920
"desktop",
20-
"nexmo",
21-
"twilio",
22-
"aws",
23-
"sms",
24-
"email",
25-
"database",
26-
"slack",
27-
"discord",
28-
"webhooks",
29-
"stacks",
30-
"Maizzle",
31-
"maizzle"
21+
"stacks"
3222
],
3323
"exports": {
3424
".": {

0 commit comments

Comments
 (0)