rename to core
This commit is contained in:
46
package-lock.json
generated
46
package-lock.json
generated
@@ -8,11 +8,11 @@
|
||||
"name": "gridpilot",
|
||||
"version": "0.1.0",
|
||||
"workspaces": [
|
||||
"packages/*",
|
||||
"core/*",
|
||||
"apps/*"
|
||||
],
|
||||
"dependencies": {
|
||||
"@gridpilot/social": "file:packages/social",
|
||||
"@gridpilot/social": "file:core/social",
|
||||
"playwright-extra": "^4.3.6",
|
||||
"puppeteer-extra-plugin-stealth": "^2.11.2",
|
||||
"reflect-metadata": "^0.2.2",
|
||||
@@ -194,11 +194,11 @@
|
||||
"version": "0.1.0",
|
||||
"dependencies": {
|
||||
"@faker-js/faker": "^9.2.0",
|
||||
"@gridpilot/identity": "file:../../packages/identity",
|
||||
"@gridpilot/notifications": "file:../../packages/notifications",
|
||||
"@gridpilot/racing": "file:../../packages/racing",
|
||||
"@gridpilot/social": "file:../../packages/social",
|
||||
"@gridpilot/testing-support": "file:../../packages/testing-support",
|
||||
"@gridpilot/identity": "file:../../core/identity",
|
||||
"@gridpilot/notifications": "file:../../core/notifications",
|
||||
"@gridpilot/racing": "file:../../core/racing",
|
||||
"@gridpilot/social": "file:../../core/social",
|
||||
"@gridpilot/testing-support": "file:../../core/testing-support",
|
||||
"@vercel/kv": "^3.0.0",
|
||||
"framer-motion": "^12.23.25",
|
||||
"lucide-react": "^0.555.0",
|
||||
@@ -1849,11 +1849,11 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@gridpilot/analytics": {
|
||||
"resolved": "packages/analytics",
|
||||
"resolved": "core/analytics",
|
||||
"link": true
|
||||
},
|
||||
"node_modules/@gridpilot/automation": {
|
||||
"resolved": "packages/automation",
|
||||
"resolved": "core/automation",
|
||||
"link": true
|
||||
},
|
||||
"node_modules/@gridpilot/companion": {
|
||||
@@ -1861,27 +1861,27 @@
|
||||
"link": true
|
||||
},
|
||||
"node_modules/@gridpilot/identity": {
|
||||
"resolved": "packages/identity",
|
||||
"resolved": "core/identity",
|
||||
"link": true
|
||||
},
|
||||
"node_modules/@gridpilot/media": {
|
||||
"resolved": "packages/media",
|
||||
"resolved": "core/media",
|
||||
"link": true
|
||||
},
|
||||
"node_modules/@gridpilot/notifications": {
|
||||
"resolved": "packages/notifications",
|
||||
"resolved": "core/notifications",
|
||||
"link": true
|
||||
},
|
||||
"node_modules/@gridpilot/racing": {
|
||||
"resolved": "packages/racing",
|
||||
"resolved": "core/racing",
|
||||
"link": true
|
||||
},
|
||||
"node_modules/@gridpilot/social": {
|
||||
"resolved": "packages/social",
|
||||
"resolved": "core/social",
|
||||
"link": true
|
||||
},
|
||||
"node_modules/@gridpilot/testing-support": {
|
||||
"resolved": "packages/testing-support",
|
||||
"resolved": "core/testing-support",
|
||||
"link": true
|
||||
},
|
||||
"node_modules/@gridpilot/website": {
|
||||
@@ -17649,26 +17649,26 @@
|
||||
"url": "https://github.com/sponsors/colinhacks"
|
||||
}
|
||||
},
|
||||
"packages/analytics": {
|
||||
"core/analytics": {
|
||||
"name": "@gridpilot/analytics",
|
||||
"version": "0.1.0"
|
||||
},
|
||||
"packages/automation": {
|
||||
"core/automation": {
|
||||
"name": "@gridpilot/automation",
|
||||
"version": "0.1.0"
|
||||
},
|
||||
"packages/identity": {
|
||||
"core/identity": {
|
||||
"name": "@gridpilot/identity",
|
||||
"version": "0.1.0",
|
||||
"dependencies": {
|
||||
"zod": "^3.25.76"
|
||||
}
|
||||
},
|
||||
"packages/media": {
|
||||
"core/media": {
|
||||
"name": "@gridpilot/media",
|
||||
"version": "0.1.0"
|
||||
},
|
||||
"packages/notifications": {
|
||||
"core/notifications": {
|
||||
"name": "@gridpilot/notifications",
|
||||
"version": "0.1.0",
|
||||
"dependencies": {
|
||||
@@ -17678,7 +17678,7 @@
|
||||
"@types/uuid": "^10.0.0"
|
||||
}
|
||||
},
|
||||
"packages/racing": {
|
||||
"core/racing": {
|
||||
"name": "@gridpilot/racing",
|
||||
"version": "0.1.0",
|
||||
"dependencies": {
|
||||
@@ -17688,11 +17688,11 @@
|
||||
"@types/uuid": "^10.0.0"
|
||||
}
|
||||
},
|
||||
"packages/social": {
|
||||
"core/social": {
|
||||
"name": "@gridpilot/social",
|
||||
"version": "0.1.0"
|
||||
},
|
||||
"packages/testing-support": {
|
||||
"core/testing-support": {
|
||||
"name": "@gridpilot/testing-support",
|
||||
"version": "0.1.0"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user