wip
This commit is contained in:
118
package-lock.json
generated
118
package-lock.json
generated
@@ -12,6 +12,7 @@
|
||||
"apps/*"
|
||||
],
|
||||
"dependencies": {
|
||||
"@gridpilot/social": "file:packages/social",
|
||||
"playwright-extra": "^4.3.6",
|
||||
"puppeteer-extra-plugin-stealth": "^2.11.2"
|
||||
},
|
||||
@@ -138,6 +139,14 @@
|
||||
"name": "@gridpilot/website",
|
||||
"version": "0.1.0",
|
||||
"dependencies": {
|
||||
"@faker-js/faker": "^9.2.0",
|
||||
"@gridpilot/identity": "0.1.0",
|
||||
"@gridpilot/racing": "0.1.0",
|
||||
"@gridpilot/racing-application": "0.1.0",
|
||||
"@gridpilot/racing-demo-infrastructure": "0.1.0",
|
||||
"@gridpilot/racing-infrastructure": "0.1.0",
|
||||
"@gridpilot/social": "0.1.0",
|
||||
"@gridpilot/social-infrastructure": "0.1.0",
|
||||
"@vercel/kv": "^3.0.0",
|
||||
"framer-motion": "^12.23.25",
|
||||
"next": "^15.0.0",
|
||||
@@ -1503,8 +1512,24 @@
|
||||
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@gridpilot/automation-domain": {
|
||||
"resolved": "packages/automation-domain",
|
||||
"node_modules/@faker-js/faker": {
|
||||
"version": "9.9.0",
|
||||
"resolved": "https://registry.npmjs.org/@faker-js/faker/-/faker-9.9.0.tgz",
|
||||
"integrity": "sha512-OEl393iCOoo/z8bMezRlJu+GlRGlsKbUAN7jKB6LhnKoqKve5DXRpalbItIIcwnCjs1k/FOPjFzcA6Qn+H+YbA==",
|
||||
"funding": [
|
||||
{
|
||||
"type": "opencollective",
|
||||
"url": "https://opencollective.com/fakerjs"
|
||||
}
|
||||
],
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">=18.0.0",
|
||||
"npm": ">=9.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@gridpilot/automation": {
|
||||
"resolved": "packages/automation",
|
||||
"link": true
|
||||
},
|
||||
"node_modules/@gridpilot/automation-infrastructure": {
|
||||
@@ -1515,18 +1540,38 @@
|
||||
"resolved": "apps/companion",
|
||||
"link": true
|
||||
},
|
||||
"node_modules/@gridpilot/demo-support": {
|
||||
"resolved": "packages/demo-support",
|
||||
"link": true
|
||||
},
|
||||
"node_modules/@gridpilot/identity": {
|
||||
"resolved": "packages/identity",
|
||||
"link": true
|
||||
},
|
||||
"node_modules/@gridpilot/racing": {
|
||||
"resolved": "packages/racing",
|
||||
"link": true
|
||||
},
|
||||
"node_modules/@gridpilot/racing-application": {
|
||||
"resolved": "packages/racing-application",
|
||||
"link": true
|
||||
},
|
||||
"node_modules/@gridpilot/racing-domain": {
|
||||
"resolved": "packages/racing-domain",
|
||||
"node_modules/@gridpilot/racing-demo-infrastructure": {
|
||||
"resolved": "packages/racing-demo-infrastructure",
|
||||
"link": true
|
||||
},
|
||||
"node_modules/@gridpilot/racing-infrastructure": {
|
||||
"resolved": "packages/racing-infrastructure",
|
||||
"link": true
|
||||
},
|
||||
"node_modules/@gridpilot/social": {
|
||||
"resolved": "packages/social",
|
||||
"link": true
|
||||
},
|
||||
"node_modules/@gridpilot/social-infrastructure": {
|
||||
"resolved": "packages/social-infrastructure",
|
||||
"link": true
|
||||
},
|
||||
"node_modules/@gridpilot/website": {
|
||||
"resolved": "apps/website",
|
||||
"link": true
|
||||
@@ -13385,33 +13430,71 @@
|
||||
"url": "https://github.com/sponsors/colinhacks"
|
||||
}
|
||||
},
|
||||
"packages/automation": {
|
||||
"name": "@gridpilot/automation",
|
||||
"version": "0.1.0"
|
||||
},
|
||||
"packages/automation-domain": {
|
||||
"name": "@gridpilot/automation-domain",
|
||||
"version": "1.0.0"
|
||||
"version": "1.0.0",
|
||||
"extraneous": true
|
||||
},
|
||||
"packages/automation-infrastructure": {
|
||||
"name": "@gridpilot/automation-infrastructure",
|
||||
"version": "1.0.0",
|
||||
"dependencies": {
|
||||
"@gridpilot/automation-domain": "*"
|
||||
"@gridpilot/automation": "*"
|
||||
}
|
||||
},
|
||||
"packages/demo-support": {
|
||||
"name": "@gridpilot/demo-support",
|
||||
"version": "0.1.0"
|
||||
},
|
||||
"packages/identity": {
|
||||
"name": "@gridpilot/identity",
|
||||
"version": "0.1.0",
|
||||
"dependencies": {
|
||||
"zod": "^3.25.76"
|
||||
}
|
||||
},
|
||||
"packages/identity-domain": {
|
||||
"name": "@gridpilot/identity-domain",
|
||||
"version": "0.1.0",
|
||||
"extraneous": true,
|
||||
"dependencies": {
|
||||
"zod": "^3.25.76"
|
||||
}
|
||||
},
|
||||
"packages/racing": {
|
||||
"name": "@gridpilot/racing",
|
||||
"version": "0.1.0"
|
||||
},
|
||||
"packages/racing-application": {
|
||||
"name": "@gridpilot/racing-application",
|
||||
"version": "0.1.0",
|
||||
"dependencies": {
|
||||
"@gridpilot/racing-domain": "*"
|
||||
"@gridpilot/racing": "*"
|
||||
}
|
||||
},
|
||||
"packages/racing-demo-infrastructure": {
|
||||
"name": "@gridpilot/racing-demo-infrastructure",
|
||||
"version": "0.1.0",
|
||||
"dependencies": {
|
||||
"@gridpilot/demo-support": "0.1.0",
|
||||
"@gridpilot/racing": "0.1.0",
|
||||
"@gridpilot/social": "0.1.0"
|
||||
}
|
||||
},
|
||||
"packages/racing-domain": {
|
||||
"name": "@gridpilot/racing-domain",
|
||||
"version": "0.1.0"
|
||||
"version": "0.1.0",
|
||||
"extraneous": true
|
||||
},
|
||||
"packages/racing-infrastructure": {
|
||||
"name": "@gridpilot/racing-infrastructure",
|
||||
"version": "0.1.0",
|
||||
"dependencies": {
|
||||
"@gridpilot/racing-domain": "*",
|
||||
"@gridpilot/racing": "*",
|
||||
"uuid": "^9.0.0"
|
||||
}
|
||||
},
|
||||
@@ -13427,6 +13510,23 @@
|
||||
"bin": {
|
||||
"uuid": "dist/bin/uuid"
|
||||
}
|
||||
},
|
||||
"packages/social": {
|
||||
"name": "@gridpilot/social",
|
||||
"version": "0.1.0"
|
||||
},
|
||||
"packages/social-domain": {
|
||||
"name": "@gridpilot/social-domain",
|
||||
"version": "0.1.0",
|
||||
"extraneous": true
|
||||
},
|
||||
"packages/social-infrastructure": {
|
||||
"name": "@gridpilot/social-infrastructure",
|
||||
"version": "0.1.0",
|
||||
"dependencies": {
|
||||
"@gridpilot/racing": "0.1.0",
|
||||
"@gridpilot/social": "0.1.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user