Gleam Lustre Fullstack Atproto Demo App w/Slices.Network GraphQL API
1{
2 "name": "lustre-fullstack-client",
3 "version": "1.0.0",
4 "lockfileVersion": 3,
5 "requires": true,
6 "packages": {
7 "": {
8 "name": "lustre-fullstack-client",
9 "version": "1.0.0",
10 "dependencies": {
11 "h3-js": "^4.1.0",
12 "lucide": "^0.548.0"
13 }
14 },
15 "node_modules/h3-js": {
16 "version": "4.3.0",
17 "resolved": "https://registry.npmjs.org/h3-js/-/h3-js-4.3.0.tgz",
18 "integrity": "sha512-zgvyHZz5bEKeuyYGh0bF9/kYSxJ2SqroopkXHqKnD3lfjaZawcxulcI9nWbNC54gakl/2eObRLHWueTf1iLSaA==",
19 "license": "Apache-2.0",
20 "engines": {
21 "node": ">=4",
22 "npm": ">=3",
23 "yarn": ">=1.3.0"
24 }
25 },
26 "node_modules/lucide": {
27 "version": "0.548.0",
28 "resolved": "https://registry.npmjs.org/lucide/-/lucide-0.548.0.tgz",
29 "integrity": "sha512-G9MtqYAKogbp23KCY+6jM/hQQLs9252z9IgmctZn2Fi95+ukR2jpXmUt4+y0q6bb9DrC+9P1jNymHLcyUgtapg==",
30 "license": "ISC"
31 }
32 }
33}