Setup status-communities package

This commit is contained in:
Franck Royer 2021-09-13 15:54:05 +10:00
parent 8c513f3ebd
commit d72170cb11
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
84 changed files with 12474 additions and 0 deletions

2
.gitattributes vendored Normal file
View File

@ -0,0 +1,2 @@
.yarn/releases/** binary
.yarn/plugins/** binary

9
.gitignore vendored
View File

@ -4,3 +4,12 @@ yarn-error.log
.DS_Store
build
cache
# Yarn 2 (zero-installs)
.yarn/*
!.yarn/cache
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions

11790
.pnp.cjs generated Executable file

File diff suppressed because one or more lines are too long

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

631
.yarn/releases/yarn-3.0.2.cjs vendored Executable file

File diff suppressed because one or more lines are too long

View File

@ -18,5 +18,11 @@
"devDependencies": {
"npm-run-all": "^4.1.5",
"prettier": "^2.3.2"
},
"private": true,
"workspaces": {
"packages": [
"packages/*"
]
}
}

View File

@ -0,0 +1 @@
# status-communities

View File

@ -0,0 +1,7 @@
{
"name": "status-communities",
"packageManager": "yarn@3.0.1",
"devDependencies": {
"typescript": "^4.4.3"
}
}

View File

@ -609,6 +609,14 @@ resolve@^1.10.0:
languageName: node
linkType: hard
"status-communities@workspace:packages/status-communities":
version: 0.0.0-use.local
resolution: "status-communities@workspace:packages/status-communities"
dependencies:
typescript: ^4.4.3
languageName: unknown
linkType: soft
"string.prototype.padend@npm:^3.0.0":
version: 3.1.2
resolution: "string.prototype.padend@npm:3.1.2"
@ -656,6 +664,26 @@ resolve@^1.10.0:
languageName: node
linkType: hard
typescript@^4.4.3:
version: 4.4.3
resolution: "typescript@npm:4.4.3"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 05823f21796d450531a7e4ab299715d38fd9ded0e4ce7400876053f4b5166ca3dde7a68cecfe72d9086039f03c0b6edba36516fb10ed83c5837d9600532ea4c2
languageName: node
linkType: hard
"typescript@patch:typescript@^4.4.3#~builtin<compat/typescript>":
version: 4.4.3
resolution: "typescript@patch:typescript@npm%3A4.4.3#~builtin<compat/typescript>::version=4.4.3&hash=d8b4e7"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 215a59742afb7e0c3668e2c50ca19813deb24b3cc0d16ac3591990e033728050aaa99e159a72b54cb43653f16c778a5cf9dfeed1f51c3b105710ae082c064af7
languageName: node
linkType: hard
"unbox-primitive@npm:^1.0.1":
version: 1.0.1
resolution: "unbox-primitive@npm:1.0.1"