mirror of
https://github.com/selfxyz/self.git
synced 2026-04-27 03:01:15 -04:00
* feat: qrcode wrapper in angular * chore: refactor * feat: working qrcode * fix: websockets * fix: lottie animations * chore: add readme * ci: angular --------- Co-authored-by: vishal <vishalkoolkarni0045@gmail.com>
27 lines
495 B
JSON
27 lines
495 B
JSON
{
|
|
"$schema": "../../node_modules/ng-packagr/ng-package.schema.json",
|
|
"dest": "dist",
|
|
"lib": {
|
|
"entryFile": "src/public-api.ts"
|
|
},
|
|
"assets": [
|
|
{
|
|
"glob": "**/*.json",
|
|
"input": "src/lib/components/animations",
|
|
"output": "animations"
|
|
}
|
|
],
|
|
"allowedNonPeerDependencies": [
|
|
"angularx-qrcode",
|
|
"ethers",
|
|
"js-sha1",
|
|
"js-sha256",
|
|
"js-sha512",
|
|
"lottie-web",
|
|
"node-forge",
|
|
"poseidon-lite",
|
|
"socket.io-client",
|
|
"uuid"
|
|
]
|
|
}
|