2024-01-14 20:08:59 +01:00
|
|
|
{
|
|
|
|
"lock": false,
|
|
|
|
"tasks": {
|
|
|
|
"check": "deno fmt --check && deno lint && deno check **/*.ts && deno check **/*.tsx",
|
|
|
|
"cli": "echo \"import '\\$fresh/src/dev/cli.ts'\" | deno run --unstable -A -",
|
|
|
|
"manifest": "deno task cli manifest $(pwd)",
|
|
|
|
"start": "deno run -A --watch=static/,routes/ dev.ts",
|
|
|
|
"build": "deno run -A dev.ts build",
|
|
|
|
"preview": "deno run -A main.ts",
|
2024-01-14 20:50:44 +01:00
|
|
|
"update": "deno run -A -r https://fresh.deno.dev/update .",
|
2024-06-15 16:14:05 +02:00
|
|
|
"serve": "deno task preview",
|
2024-06-15 16:24:29 +02:00
|
|
|
"dev:add_package": "deno run --allow-net=git.cohabit.fr --allow-read=. --allow-write=./deno.json,./packages --allow-run=git,deno ./scripts/add_package.ts"
|
2024-01-14 20:08:59 +01:00
|
|
|
},
|
2024-07-02 10:55:12 +02:00
|
|
|
"fmt": {
|
|
|
|
"singleQuote": true,
|
|
|
|
"semiColons": false,
|
|
|
|
"useTabs": true
|
|
|
|
},
|
|
|
|
"lint": {
|
|
|
|
"rules": {
|
|
|
|
"tags": [
|
|
|
|
"fresh",
|
|
|
|
"recommended"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"exclude": [
|
|
|
|
"**/_fresh/*",
|
|
|
|
"packages/"
|
|
|
|
],
|
2024-01-14 20:08:59 +01:00
|
|
|
"imports": {
|
2024-07-02 10:55:12 +02:00
|
|
|
"$fresh/": "https://deno.land/x/fresh@1.6.8/",
|
|
|
|
"$std/": "https://deno.land/std@0.208.0/",
|
2024-07-01 13:11:20 +02:00
|
|
|
":components/": "./components/",
|
|
|
|
":islands/": "./islands/",
|
|
|
|
":src/": "./src/",
|
2024-07-03 14:46:04 +02:00
|
|
|
":types": "./types.ts",
|
2024-06-19 16:09:45 +02:00
|
|
|
"@cohabit/cohamail/": "./packages/@cohabit__cohamail@0.2.1/",
|
2024-06-26 16:59:28 +02:00
|
|
|
"@cohabit/ressources_manager/": "./packages/@cohabit__ressources_manager@0.1.3/",
|
2024-07-09 14:01:32 +02:00
|
|
|
"@deno/gfm": "https://deno.land/x/gfm@0.6.0/mod.ts",
|
2024-06-19 16:09:45 +02:00
|
|
|
"@jotsr/delayed": "jsr:@jotsr/delayed@^2.1.1",
|
2024-06-11 12:36:28 +02:00
|
|
|
"@jotsr/smart-css-bundler": "jsr:@jotsr/smart-css-bundler@^0.3.0",
|
2024-07-09 11:59:26 +02:00
|
|
|
"@preact/signals": "https://esm.sh/*@preact/signals@^1.2.3",
|
2024-07-02 17:17:21 +02:00
|
|
|
"@preact/signals-core": "npm:@preact/signals-core@^1.6.1",
|
2024-06-17 13:26:27 +02:00
|
|
|
"@simplewebauthn/browser": "npm:@simplewebauthn/browser@^10.0.0",
|
|
|
|
"@simplewebauthn/server": "npm:@simplewebauthn/server@^10.0.0",
|
|
|
|
"@simplewebauthn/types": "npm:@simplewebauthn/types@^10.0.0",
|
2024-06-19 16:09:45 +02:00
|
|
|
"@std/encoding": "jsr:@std/encoding@^0.224.3",
|
2024-07-02 17:10:07 +02:00
|
|
|
"@std/front-matter": "jsr:@std/front-matter@^0.224.2",
|
2024-06-17 13:07:05 +02:00
|
|
|
"@std/http": "jsr:@std/http@^0.224.4",
|
2024-07-02 17:10:07 +02:00
|
|
|
"@std/json": "jsr:@std/json@^0.224.1",
|
|
|
|
"@std/streams": "jsr:@std/streams@^0.224.5",
|
2024-02-13 11:07:25 +01:00
|
|
|
"@univoq/": "https://deno.land/x/univoq@0.2.0/",
|
2024-07-09 11:59:26 +02:00
|
|
|
"preact": "npm:preact@10.22.0",
|
2024-06-13 12:44:58 +02:00
|
|
|
"univoq": "https://deno.land/x/univoq@0.2.0/mod.ts",
|
|
|
|
"web-push": "npm:web-push@^3.6.7"
|
2024-01-14 20:08:59 +01:00
|
|
|
},
|
2024-07-02 10:55:12 +02:00
|
|
|
"compilerOptions": {
|
|
|
|
"jsx": "react-jsx",
|
|
|
|
"jsxImportSource": "preact"
|
|
|
|
},
|
2024-06-19 16:09:45 +02:00
|
|
|
"workspaces": [
|
|
|
|
"packages/@cohabit__cohamail@0.2.1",
|
2024-06-26 16:59:28 +02:00
|
|
|
"packages/@cohabit__ressources_manager@0.1.3"
|
2024-06-19 16:09:45 +02:00
|
|
|
],
|
2024-07-02 10:55:12 +02:00
|
|
|
"unstable": [
|
|
|
|
"kv"
|
|
|
|
]
|
2024-05-28 17:08:17 +02:00
|
|
|
}
|