Improve repo tooling (#398)
* add basic git files to root * make server part of monorepo * import promo * import libraries base * import docs * import desktop * move docs and promo
@@ -0,0 +1,2 @@
|
|||||||
|
dist/
|
||||||
|
node_modules/
|
||||||
@@ -1,21 +0,0 @@
|
|||||||
onlyBuiltDependencies:
|
|
||||||
- sharp
|
|
||||||
|
|
||||||
overrides:
|
|
||||||
cross-spawn@<6.0.6: '>=6.0.6'
|
|
||||||
cross-spawn@>=7.0.0 <7.0.5: '>=7.0.5'
|
|
||||||
form-data@<2.5.4: '>=2.5.4'
|
|
||||||
got@<11.8.5: '>=11.8.5'
|
|
||||||
http-cache-semantics@<4.1.1: '>=4.1.1'
|
|
||||||
lodash@<4.17.21: '>=4.17.21'
|
|
||||||
lodash@>=4.0.0 <4.17.21: '>=4.17.21'
|
|
||||||
minimist@>=1.0.0 <1.2.6: '>=1.2.6'
|
|
||||||
nth-check@<2.0.1: '>=2.0.1'
|
|
||||||
semver-regex@<3.1.3: '>=3.1.3'
|
|
||||||
semver-regex@<3.1.4: '>=3.1.4'
|
|
||||||
semver@>=7.0.0 <7.5.2: '>=7.5.2'
|
|
||||||
sharp@<0.30.5: '>=0.30.5'
|
|
||||||
sharp@<0.32.6: '>=0.32.6'
|
|
||||||
tmp@<=0.2.3: '>=0.2.4'
|
|
||||||
tough-cookie@<4.1.3: '>=4.1.3'
|
|
||||||
trim-newlines@<3.0.1: '>=3.0.1'
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
onlyBuiltDependencies:
|
|
||||||
- esbuild
|
|
||||||
- sharp
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
onlyBuiltDependencies:
|
|
||||||
- '@parcel/watcher'
|
|
||||||
- esbuild
|
|
||||||
- unrs-resolver
|
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"name": "drop",
|
||||||
|
"private": true,
|
||||||
|
"packageManager": "pnpm@10.33.0+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319"
|
||||||
|
}
|
||||||
@@ -0,0 +1,72 @@
|
|||||||
|
packages:
|
||||||
|
- "server/"
|
||||||
|
- "libraries/base/"
|
||||||
|
- "sites/*"
|
||||||
|
- "desktop/"
|
||||||
|
|
||||||
|
onlyBuiltDependencies:
|
||||||
|
- "@bufbuild/buf"
|
||||||
|
- "@parcel/watcher"
|
||||||
|
- "@prisma/client"
|
||||||
|
- "@prisma/engines"
|
||||||
|
- "@tailwindcss/oxide"
|
||||||
|
- argon2
|
||||||
|
- esbuild
|
||||||
|
- prisma
|
||||||
|
- sharp
|
||||||
|
- unrs-resolver
|
||||||
|
- contentlayer
|
||||||
|
- contentlayer2
|
||||||
|
- protobufjs
|
||||||
|
|
||||||
|
overrides:
|
||||||
|
"@isaacs/brace-expansion@<=5.0.0": ">=5.0.1"
|
||||||
|
ajv@<6.14.0: ">=6.14.0"
|
||||||
|
devalue@<=5.6.2: ">=5.6.3"
|
||||||
|
devalue@>=5.1.0 <5.6.2: ">=5.6.2"
|
||||||
|
devalue@>=5.3.0 <=5.6.1: ">=5.6.2"
|
||||||
|
diff@>=6.0.0 <8.0.3: ">=8.0.3"
|
||||||
|
hono@<4.11.10: ">=4.11.10"
|
||||||
|
hono@<4.11.7: ">=4.11.7"
|
||||||
|
lodash-es@>=4.0.0 <=4.17.22: ">=4.17.23"
|
||||||
|
lodash@>=4.0.0 <=4.17.22: ">=4.17.23"
|
||||||
|
minimatch@<3.1.3: ">=3.1.3"
|
||||||
|
minimatch@<3.1.4: ">=3.1.4"
|
||||||
|
minimatch@>=10.0.0 <10.2.1: ">=10.2.1"
|
||||||
|
minimatch@>=10.0.0 <10.2.3: ">=10.2.3"
|
||||||
|
minimatch@>=5.0.0 <5.1.7: ">=5.1.7"
|
||||||
|
minimatch@>=5.0.0 <5.1.8: ">=5.1.8"
|
||||||
|
minimatch@>=9.0.0 <9.0.6: ">=9.0.6"
|
||||||
|
minimatch@>=9.0.0 <9.0.7: ">=9.0.7"
|
||||||
|
node-forge@<1.3.2: ">=1.3.2"
|
||||||
|
qs@<6.14.1: ">=6.14.1"
|
||||||
|
qs@>=6.7.0 <=6.14.1: ">=6.14.2"
|
||||||
|
rollup@>=4.0.0 <4.59.0: ">=4.59.0"
|
||||||
|
serialize-javascript@<=7.0.2: ">=7.0.3"
|
||||||
|
seroval@<1.4.1: ">=1.4.1"
|
||||||
|
seroval@<=1.4.0: ">=1.4.1"
|
||||||
|
tar@<7.5.7: ">=7.5.7"
|
||||||
|
tar@<7.5.8: ">=7.5.8"
|
||||||
|
tar@<=7.5.2: ">=7.5.3"
|
||||||
|
tar@<=7.5.3: ">=7.5.4"
|
||||||
|
undici@>=7.0.0 <7.18.2: ">=7.18.2"
|
||||||
|
|
||||||
|
cross-spawn@<6.0.6: ">=6.0.6"
|
||||||
|
cross-spawn@>=7.0.0 <7.0.5: ">=7.0.5"
|
||||||
|
form-data@<2.5.4: ">=2.5.4"
|
||||||
|
got@<11.8.5: ">=11.8.5"
|
||||||
|
http-cache-semantics@<4.1.1: ">=4.1.1"
|
||||||
|
lodash@<4.17.21: ">=4.17.21"
|
||||||
|
lodash@>=4.0.0 <4.17.21: ">=4.17.21"
|
||||||
|
minimist@>=1.0.0 <1.2.6: ">=1.2.6"
|
||||||
|
nth-check@<2.0.1: ">=2.0.1"
|
||||||
|
semver-regex@<3.1.3: ">=3.1.3"
|
||||||
|
semver-regex@<3.1.4: ">=3.1.4"
|
||||||
|
semver@>=7.0.0 <7.5.2: ">=7.5.2"
|
||||||
|
sharp@<0.30.5: ">=0.30.5"
|
||||||
|
sharp@<0.32.6: ">=0.32.6"
|
||||||
|
tmp@<=0.2.3: ">=0.2.4"
|
||||||
|
tough-cookie@<4.1.3: ">=4.1.3"
|
||||||
|
trim-newlines@<3.0.1: ">=3.0.1"
|
||||||
|
|
||||||
|
shamefullyHoist: true
|
||||||
@@ -1,8 +0,0 @@
|
|||||||
onlyBuiltDependencies:
|
|
||||||
- '@tailwindcss/oxide'
|
|
||||||
- contentlayer
|
|
||||||
- contentlayer2
|
|
||||||
- esbuild
|
|
||||||
- protobufjs
|
|
||||||
- sharp
|
|
||||||
- unrs-resolver
|
|
||||||
@@ -1,45 +0,0 @@
|
|||||||
onlyBuiltDependencies:
|
|
||||||
- '@bufbuild/buf'
|
|
||||||
- '@parcel/watcher'
|
|
||||||
- '@prisma/client'
|
|
||||||
- '@prisma/engines'
|
|
||||||
- '@tailwindcss/oxide'
|
|
||||||
- argon2
|
|
||||||
- esbuild
|
|
||||||
- prisma
|
|
||||||
- sharp
|
|
||||||
- unrs-resolver
|
|
||||||
|
|
||||||
overrides:
|
|
||||||
'@isaacs/brace-expansion@<=5.0.0': '>=5.0.1'
|
|
||||||
ajv@<6.14.0: '>=6.14.0'
|
|
||||||
devalue@<=5.6.2: '>=5.6.3'
|
|
||||||
devalue@>=5.1.0 <5.6.2: '>=5.6.2'
|
|
||||||
devalue@>=5.3.0 <=5.6.1: '>=5.6.2'
|
|
||||||
diff@>=6.0.0 <8.0.3: '>=8.0.3'
|
|
||||||
hono@<4.11.10: '>=4.11.10'
|
|
||||||
hono@<4.11.7: '>=4.11.7'
|
|
||||||
lodash-es@>=4.0.0 <=4.17.22: '>=4.17.23'
|
|
||||||
lodash@>=4.0.0 <=4.17.22: '>=4.17.23'
|
|
||||||
minimatch@<3.1.3: '>=3.1.3'
|
|
||||||
minimatch@<3.1.4: '>=3.1.4'
|
|
||||||
minimatch@>=10.0.0 <10.2.1: '>=10.2.1'
|
|
||||||
minimatch@>=10.0.0 <10.2.3: '>=10.2.3'
|
|
||||||
minimatch@>=5.0.0 <5.1.7: '>=5.1.7'
|
|
||||||
minimatch@>=5.0.0 <5.1.8: '>=5.1.8'
|
|
||||||
minimatch@>=9.0.0 <9.0.6: '>=9.0.6'
|
|
||||||
minimatch@>=9.0.0 <9.0.7: '>=9.0.7'
|
|
||||||
node-forge@<1.3.2: '>=1.3.2'
|
|
||||||
qs@<6.14.1: '>=6.14.1'
|
|
||||||
qs@>=6.7.0 <=6.14.1: '>=6.14.2'
|
|
||||||
rollup@>=4.0.0 <4.59.0: '>=4.59.0'
|
|
||||||
serialize-javascript@<=7.0.2: '>=7.0.3'
|
|
||||||
seroval@<1.4.1: '>=1.4.1'
|
|
||||||
seroval@<=1.4.0: '>=1.4.1'
|
|
||||||
tar@<7.5.7: '>=7.5.7'
|
|
||||||
tar@<7.5.8: '>=7.5.8'
|
|
||||||
tar@<=7.5.2: '>=7.5.3'
|
|
||||||
tar@<=7.5.3: '>=7.5.4'
|
|
||||||
undici@>=7.0.0 <7.18.2: '>=7.18.2'
|
|
||||||
|
|
||||||
shamefullyHoist: true
|
|
||||||
|
Before Width: | Height: | Size: 696 B After Width: | Height: | Size: 696 B |
|
Before Width: | Height: | Size: 436 B After Width: | Height: | Size: 436 B |
|
Before Width: | Height: | Size: 96 KiB After Width: | Height: | Size: 96 KiB |
|
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 29 KiB |
|
Before Width: | Height: | Size: 102 KiB After Width: | Height: | Size: 102 KiB |
|
Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 38 KiB |
|
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 34 KiB |
|
Before Width: | Height: | Size: 70 KiB After Width: | Height: | Size: 70 KiB |
|
Before Width: | Height: | Size: 52 KiB After Width: | Height: | Size: 52 KiB |
|
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 3.4 KiB |
|
Before Width: | Height: | Size: 7.9 KiB After Width: | Height: | Size: 7.9 KiB |
|
Before Width: | Height: | Size: 168 KiB After Width: | Height: | Size: 168 KiB |
|
Before Width: | Height: | Size: 233 B After Width: | Height: | Size: 233 B |
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 578 B After Width: | Height: | Size: 578 B |