|
| 1 | +{ |
| 2 | + "tasks": { |
| 3 | + "dev": "deno run -A --node-modules-dir npm:vite --host", |
| 4 | + "build": "deno run -A --node-modules-dir npm:vite build", |
| 5 | + "preview": "deno run -A --node-modules-dir npm:vite preview", |
| 6 | + "serve": "deno run --allow-net --allow-read jsr:@std/http@1/file-server dist/" |
| 7 | + }, |
| 8 | + "compilerOptions": { |
| 9 | + "lib": ["ES2020", "DOM", "DOM.Iterable", "deno.ns"], |
| 10 | + "jsx": "react-jsx", |
| 11 | + "jsxImportSource": "react", |
| 12 | + "jsxImportSourceTypes": "@types/react" |
| 13 | + }, |
| 14 | + "imports": { |
| 15 | + "@deno/vite-plugin": "npm:@deno/vite-plugin@^1.0.0", |
| 16 | + "@types/react": "npm:@types/react@^18.3.11", |
| 17 | + "@types/react-dom": "npm:@types/react-dom@^18.3.1", |
| 18 | + "@vitejs/plugin-react-swc": "npm:@vitejs/plugin-react-swc@^3.7.1", |
| 19 | + "autoprefixer": "npm:autoprefixer@^10.4.20", |
| 20 | + "postcss": "npm:postcss@^8.4.47", |
| 21 | + "react": "npm:react@^18.3.1", |
| 22 | + "react-dom": "npm:react-dom@^18.3.1", |
| 23 | + "react-router-dom": "npm:react-router-dom@^6.28.0", |
| 24 | + "react-syntax-highlighter": "npm:react-syntax-highlighter@^15.6.1", |
| 25 | + "tailwindcss": "npm:tailwindcss@^3.4.14", |
| 26 | + "vite": "npm:vite@^5.4.9" |
| 27 | + } |
| 28 | +} |
0 commit comments