|
1 | 1 | { |
| 2 | + "workspace": [ |
| 3 | + "./examples", |
| 4 | + "./init", |
| 5 | + "./plugin-tailwindcss", |
| 6 | + "./update", |
| 7 | + "./www" |
| 8 | + ], |
2 | 9 | "name": "@fresh/core", |
3 | 10 | "version": "2.0.0-alpha.25", |
4 | 11 | "license": "MIT", |
|
33 | 40 | "exclude": ["**/*_test.*", "src/__OLD/**", "*.todo"] |
34 | 41 | }, |
35 | 42 | "imports": { |
36 | | - "$ga4": "https://raw.githubusercontent.com/denoland/ga4/main/mod.ts", |
37 | | - "@astral/astral": "jsr:@astral/astral@^0.4.6", |
38 | | - "@fresh/plugin-tailwind": "./plugin-tailwindcss/src/mod.ts", |
39 | | - "@luca/esbuild-deno-loader": "jsr:@luca/esbuild-deno-loader@^0.11.0", |
40 | | - "@marvinh-test/fresh-island": "jsr:@marvinh-test/fresh-island@^0.0.1", |
| 43 | + "fresh": "jsr:@fresh/core@^2.0.0-alpha.22", |
| 44 | + "preact": "npm:preact@^10.24.1", |
| 45 | + "preact-render-to-string": "npm:preact-render-to-string@^6.5.11", |
41 | 46 | "@preact/signals": "npm:@preact/signals@^1.2.3", |
42 | | - "@std/async": "jsr:@std/async@1", |
43 | | - "@std/cli": "jsr:@std/cli@1", |
| 47 | + "esbuild": "npm:esbuild@0.23.1", |
| 48 | + "esbuild-wasm": "npm:esbuild-wasm@0.23.1", |
| 49 | + "@luca/esbuild-deno-loader": "jsr:@luca/esbuild-deno-loader@^0.11.0", |
44 | 50 | "@std/crypto": "jsr:@std/crypto@1", |
45 | 51 | "@std/datetime": "jsr:@std/datetime@^0.225.2", |
46 | 52 | "@std/encoding": "jsr:@std/encoding@1", |
47 | | - "@std/expect": "jsr:@std/expect@1", |
48 | 53 | "@std/fmt": "jsr:@std/fmt@1", |
49 | | - "@std/front-matter": "jsr:@std/front-matter@^1.0.5", |
50 | 54 | "@std/fs": "jsr:@std/fs@1", |
51 | 55 | "@std/html": "jsr:@std/html@1", |
52 | 56 | "@std/jsonc": "jsr:@std/jsonc@1", |
53 | 57 | "@std/media-types": "jsr:@std/media-types@1", |
54 | 58 | "@std/path": "jsr:@std/path@1", |
55 | 59 | "@std/semver": "jsr:@std/semver@1", |
56 | 60 | "@std/streams": "jsr:@std/streams@1", |
57 | | - "autoprefixer": "npm:autoprefixer@10.4.17", |
58 | | - "cssnano": "npm:cssnano@6.0.3", |
59 | | - "esbuild": "npm:esbuild@0.23.1", |
60 | | - "esbuild-wasm": "npm:esbuild-wasm@0.23.1", |
61 | | - "fresh": "./src/mod.ts", |
62 | | - "fresh/compat": "./src/compat/mod.ts", |
63 | | - "fresh/dev": "./src/dev/mod.ts", |
64 | | - "fresh/runtime": "./src/runtime/shared.ts", |
65 | | - "github-slugger": "npm:github-slugger@^2.0.0", |
| 61 | + |
| 62 | + "@astral/astral": "jsr:@astral/astral@^0.4.6", |
| 63 | + "@marvinh-test/fresh-island": "jsr:@marvinh-test/fresh-island@^0.0.1", |
66 | 64 | "linkedom": "npm:linkedom@^0.16.11", |
67 | | - "marked": "npm:marked@^14.1.2", |
68 | | - "marked-mangle": "npm:marked-mangle@^1.1.9", |
69 | | - "postcss": "npm:postcss@8.4.35", |
70 | | - "preact": "npm:preact@^10.24.1", |
71 | | - "preact-render-to-string": "npm:preact-render-to-string@^6.5.11", |
72 | | - "prismjs": "npm:prismjs@^1.29.0", |
73 | | - "tailwindcss": "npm:tailwindcss@^3.4.1", |
74 | | - "tailwindcss/plugin": "npm:/tailwindcss@^3.4.1/plugin.js", |
75 | | - "ts-morph": "npm:ts-morph@^22.0.0" |
| 65 | + "@std/async": "jsr:@std/async@1", |
| 66 | + "@std/expect": "jsr:@std/expect@1" |
76 | 67 | }, |
77 | 68 | "compilerOptions": { |
78 | 69 | "lib": ["dom", "dom.asynciterable", "deno.ns"], |
|
81 | 72 | "jsxPrecompileSkipElements": ["a", "img", "source", "body", "html", "head"] |
82 | 73 | }, |
83 | 74 | "lint": { |
84 | | - "rules": { "exclude": ["no-window"], "include": ["no-console"] } |
| 75 | + "rules": { |
| 76 | + "exclude": ["no-window"], |
| 77 | + "include": ["no-console"] |
| 78 | + } |
85 | 79 | } |
86 | 80 | } |
0 commit comments