Add functionality for AI assistant and domain management
Installs adm-zip dependency and includes attached zip files for AI and TLD projects. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 9203795e-937a-4306-b81d-b4d5c78c240e Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: b9c04cd9-ed05-4935-a109-90892796d729 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/7c94b7a0-29c7-4f2e-94ef-44b2153872b7/9203795e-937a-4306-b81d-b4d5c78c240e/fhRML7y Replit-Helium-Checkpoint-Created: true
This commit is contained in:
parent
fe9fa6a8c7
commit
933f7b7bae
5 changed files with 17 additions and 8 deletions
4
.replit
4
.replit
|
|
@ -60,10 +60,6 @@ externalPort = 3000
|
||||||
localPort = 40437
|
localPort = 40437
|
||||||
externalPort = 3001
|
externalPort = 3001
|
||||||
|
|
||||||
[[ports]]
|
|
||||||
localPort = 40897
|
|
||||||
externalPort = 3002
|
|
||||||
|
|
||||||
[deployment]
|
[deployment]
|
||||||
deploymentTarget = "autoscale"
|
deploymentTarget = "autoscale"
|
||||||
run = ["node", "dist/server/production.mjs"]
|
run = ["node", "dist/server/production.mjs"]
|
||||||
|
|
|
||||||
BIN
attached_assets/aethex-intelligent-agent_1764991995212.zip
Normal file
BIN
attached_assets/aethex-intelligent-agent_1764991995212.zip
Normal file
Binary file not shown.
BIN
attached_assets/aethex-tld-hub_1764991995211.zip
Normal file
BIN
attached_assets/aethex-tld-hub_1764991995211.zip
Normal file
Binary file not shown.
12
package-lock.json
generated
12
package-lock.json
generated
|
|
@ -1,15 +1,18 @@
|
||||||
{
|
{
|
||||||
"name": "fusion-starter",
|
"name": "fusion-starter",
|
||||||
|
"version": "0.1.0",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "fusion-starter",
|
"name": "fusion-starter",
|
||||||
|
"version": "0.1.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@builder.io/react": "^8.2.8",
|
"@builder.io/react": "^8.2.8",
|
||||||
"@discord/embedded-app-sdk": "^2.4.0",
|
"@discord/embedded-app-sdk": "^2.4.0",
|
||||||
"@supabase/supabase-js": "^2.53.0",
|
"@supabase/supabase-js": "^2.53.0",
|
||||||
"@vercel/analytics": "^1.5.0",
|
"@vercel/analytics": "^1.5.0",
|
||||||
|
"adm-zip": "^0.5.16",
|
||||||
"chokidar": "^3.6.0",
|
"chokidar": "^3.6.0",
|
||||||
"dotenv": "^17.2.0",
|
"dotenv": "^17.2.0",
|
||||||
"ethers": "^6.13.0",
|
"ethers": "^6.13.0",
|
||||||
|
|
@ -7108,6 +7111,15 @@
|
||||||
"node": ">=0.4.0"
|
"node": ">=0.4.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/adm-zip": {
|
||||||
|
"version": "0.5.16",
|
||||||
|
"resolved": "https://registry.npmjs.org/adm-zip/-/adm-zip-0.5.16.tgz",
|
||||||
|
"integrity": "sha512-TGw5yVi4saajsSEgz25grObGHEUaDrniwvA2qwSC060KfqGPdglhvPMA2lPIoxs3PQIItj2iag35fONcQqgUaQ==",
|
||||||
|
"license": "MIT",
|
||||||
|
"engines": {
|
||||||
|
"node": ">=12.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/aes-js": {
|
"node_modules/aes-js": {
|
||||||
"version": "4.0.0-beta.5",
|
"version": "4.0.0-beta.5",
|
||||||
"resolved": "https://registry.npmjs.org/aes-js/-/aes-js-4.0.0-beta.5.tgz",
|
"resolved": "https://registry.npmjs.org/aes-js/-/aes-js-4.0.0-beta.5.tgz",
|
||||||
|
|
|
||||||
|
|
@ -36,6 +36,7 @@
|
||||||
"@discord/embedded-app-sdk": "^2.4.0",
|
"@discord/embedded-app-sdk": "^2.4.0",
|
||||||
"@supabase/supabase-js": "^2.53.0",
|
"@supabase/supabase-js": "^2.53.0",
|
||||||
"@vercel/analytics": "^1.5.0",
|
"@vercel/analytics": "^1.5.0",
|
||||||
|
"adm-zip": "^0.5.16",
|
||||||
"chokidar": "^3.6.0",
|
"chokidar": "^3.6.0",
|
||||||
"dotenv": "^17.2.0",
|
"dotenv": "^17.2.0",
|
||||||
"ethers": "^6.13.0",
|
"ethers": "^6.13.0",
|
||||||
|
|
@ -45,10 +46,6 @@
|
||||||
"zod": "^3.23.8"
|
"zod": "^3.23.8"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"concurrently": "^9.1.2",
|
|
||||||
"cross-env": "^7.0.3",
|
|
||||||
"electron": "^32.2.0",
|
|
||||||
"electron-builder": "^25.1.8",
|
|
||||||
"@hookform/resolvers": "^3.9.0",
|
"@hookform/resolvers": "^3.9.0",
|
||||||
"@radix-ui/react-accordion": "^1.2.0",
|
"@radix-ui/react-accordion": "^1.2.0",
|
||||||
"@radix-ui/react-alert-dialog": "^1.1.1",
|
"@radix-ui/react-alert-dialog": "^1.1.1",
|
||||||
|
|
@ -95,8 +92,12 @@
|
||||||
"class-variance-authority": "^0.7.1",
|
"class-variance-authority": "^0.7.1",
|
||||||
"clsx": "^2.1.1",
|
"clsx": "^2.1.1",
|
||||||
"cmdk": "^1.0.0",
|
"cmdk": "^1.0.0",
|
||||||
|
"concurrently": "^9.1.2",
|
||||||
"cors": "^2.8.5",
|
"cors": "^2.8.5",
|
||||||
|
"cross-env": "^7.0.3",
|
||||||
"date-fns": "^3.6.0",
|
"date-fns": "^3.6.0",
|
||||||
|
"electron": "^32.2.0",
|
||||||
|
"electron-builder": "^25.1.8",
|
||||||
"embla-carousel-react": "^8.3.0",
|
"embla-carousel-react": "^8.3.0",
|
||||||
"framer-motion": "^12.23.25",
|
"framer-motion": "^12.23.25",
|
||||||
"globals": "^15.9.0",
|
"globals": "^15.9.0",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue