forked from pinks/eris
1
0
Fork 0
nyx/deno.json

62 lines
2.8 KiB
JSON
Raw Normal View History

2023-09-03 19:06:20 +00:00
{
"tasks": {
2023-10-08 21:23:54 +00:00
"start": "deno run --unstable --allow-env --allow-read --allow-write --allow-net main.ts",
"check": "deno check --unstable main.ts && deno check --unstable ui/main.tsx"
2023-09-04 16:55:48 +00:00
},
2023-09-26 10:43:36 +00:00
"compilerOptions": {
"jsx": "react"
},
2023-09-04 16:55:48 +00:00
"fmt": {
"lineWidth": 100
2023-09-24 13:08:35 +00:00
},
2023-10-17 13:03:14 +00:00
"lint": {
"rules": {
"exclude": [
"require-await"
]
}
},
2023-09-24 13:08:35 +00:00
"imports": {
2023-10-15 19:14:24 +00:00
"@date-fns/utc": "https://cdn.skypack.dev/@date-fns/utc@1.1.0?dts",
2023-09-24 13:08:35 +00:00
"async": "https://deno.land/x/async@v2.0.2/mod.ts",
2023-10-15 19:14:24 +00:00
"date-fns": "https://cdn.skypack.dev/date-fns@2.30.0?dts",
"file_type": "https://esm.sh/file-type@18.5.0",
2023-09-24 13:08:35 +00:00
"grammy_autoquote": "https://lib.deno.dev/x/grammy_autoquote@1/mod.ts",
2023-10-15 19:14:24 +00:00
"grammy_files": "https://lib.deno.dev/x/grammy_files@1/mod.ts",
2023-09-24 13:08:35 +00:00
"grammy_parse_mode": "https://lib.deno.dev/x/grammy_parse_mode@1/mod.ts",
2023-10-15 19:14:24 +00:00
"grammy_runner": "https://lib.deno.dev/x/grammy_runner@2/mod.ts",
2023-09-24 13:08:35 +00:00
"grammy_stateless_question": "https://lib.deno.dev/x/grammy_stateless_question_alpha@3/mod.ts",
2023-10-15 19:14:24 +00:00
"grammy_types": "https://lib.deno.dev/x/grammy_types@3/mod.ts",
"grammy": "https://lib.deno.dev/x/grammy@1/mod.ts",
"indexed_kv": "https://deno.land/x/indexed_kv@v0.5.0/mod.ts",
"kvfs": "https://deno.land/x/kvfs@v0.1.0/mod.ts",
"kvmq": "https://deno.land/x/kvmq@v0.3.0/mod.ts",
2023-09-26 10:43:36 +00:00
"openapi_fetch": "https://esm.sh/openapi-fetch@0.7.6",
2023-10-15 19:14:24 +00:00
"png_chunk_text": "https://esm.sh/png-chunk-text@1.0.0",
"png_chunks_extract": "https://esm.sh/png-chunks-extract@1.0.0",
"reroute": "https://deno.land/x/reroute@v0.1.0/mod.ts",
"serve_spa": "https://deno.land/x/serve_spa@v0.2.0/mod.ts",
"std/async/": "https://deno.land/std@0.201.0/async/",
"std/collections/": "https://deno.land/std@0.202.0/collections/",
"std/dotenv/": "https://deno.land/std@0.201.0/dotenv/",
"std/encoding/": "https://deno.land/std@0.202.0/encoding/",
"std/fmt/": "https://deno.land/std@0.202.0/fmt/",
"std/log/": "https://deno.land/std@0.201.0/log/",
"std/path/": "https://deno.land/std@0.204.0/path/",
2023-10-10 16:21:25 +00:00
"t_rest/server": "https://esm.sh/ty-rest@0.4.0/server?dev",
2023-10-15 19:14:24 +00:00
"ulid": "https://deno.land/x/ulid@v0.3.0/mod.ts",
2023-10-05 09:00:51 +00:00
2023-10-15 19:14:24 +00:00
"@twind/core": "https://esm.sh/@twind/core@1.1.3?dev",
"@twind/preset-tailwind": "https://esm.sh/@twind/preset-tailwind@1.1.4?dev",
2023-10-05 09:00:51 +00:00
"react-dom/client": "https://esm.sh/react-dom@18.2.0/client?dev",
2023-10-15 19:14:24 +00:00
"react-flip-move": "https://esm.sh/react-flip-move@3.0.5?dev",
2023-10-13 11:47:57 +00:00
"react-intl": "https://esm.sh/react-intl@6.4.7?external=react&alias=@types/react:react&dev",
2023-10-15 19:14:24 +00:00
"react-router-dom": "https://esm.sh/react-router-dom@6.16.0?dev",
"react": "https://esm.sh/react@18.2.0?dev",
2023-10-05 09:00:51 +00:00
"swr": "https://esm.sh/swr@2.2.4?dev",
"swr/mutation": "https://esm.sh/swr@2.2.4/mutation?dev",
2023-10-15 19:14:24 +00:00
"t_rest/client": "https://esm.sh/ty-rest@0.4.0/client?dev",
"use-local-storage": "https://esm.sh/use-local-storage@3.0.0?dev"
2023-09-03 19:06:20 +00:00
}
}