-
Notifications
You must be signed in to change notification settings - Fork 0
/
import_map.json
40 lines (40 loc) · 1.75 KB
/
import_map.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"imports": {
"lodash": "npm:lodash@^4.17.21",
"crypto": "https://deno.land/[email protected]/crypto/mod.ts",
"grammy": "https://deno.land/x/[email protected]/mod.ts",
"grammy-conversation": "https://deno.land/x/[email protected]/mod.ts",
"oak": "https://deno.land/x/[email protected]/mod.ts",
"date-fns": "https://cdn.pika.dev/date-fns@^2.13.0",
"puppeteer": "https://deno.land/x/[email protected]/mod.ts",
"lodash/fp": "https://cdn.jsdelivr.net/npm/[email protected]/+esm",
"logger": "https://deno.land/x/logger/logger.ts",
"mongoose-aggregate-paginate-v2": "npm:mongoose-aggregate-paginate-v2@^1.0.6",
"agenda": "npm:agenda@^5.0.0",
"grammyMongoStorage": "npm:@satont/grammy-mongodb-storage@^1.0.1",
"clean-deep": "npm:clean-deep@^3.4.0",
"grammy-inline-menu": "npm:grammy-inline-menu@^8.0.0",
"@orbs-network/ton-access": "npm:@orbs-network/ton-access@^2.3.0",
"@thirdweb-dev/storage": "npm:@thirdweb-dev/[email protected]",
"@devappd/nodejs-html5-file-api": "npm:@devappd/[email protected]",
"@types/config": "npm:@types/config@^3.3.0",
"@types/cors": "npm:@types/cors@^2.8.13",
"@types/lodash": "npm:@types/lodash@^4.14.191",
"buffer": "node:buffer",
"npm-buffer": "npm:[email protected]",
"prando": "npm:prando@^6.0.1",
"axios": "npm:axios@^1.3.4",
"base64url": "npm:base64url@^3.0.1",
"config": "npm:config@^3.3.0",
"deep-rename-keys": "npm:deep-rename-keys@^0.2.1",
"deep-rename-keys-ts": "npm:deep-rename-keys-ts@^1.0.1",
"bluebird": "npm:bluebird@^3.7.2",
"dotenv": "npm:dotenv^16.0.3",
"mongoose": "npm:mongoose@^6.7",
"ton": "npm:ton@^13.4.1",
"ton-core": "npm:ton-core@^0.49.0",
"ton-crypto": "npm:ton-crypto^3.2.0",
"/": "./",
"./": "./"
}
}