|
| 1 | +{ |
| 2 | + "name": "fastblog", |
| 3 | + "version": "1.0.0", |
| 4 | + "type": "module", |
| 5 | + "sideEffects": false, |
| 6 | + "author": "fastlabs dev", |
| 7 | + "packageManager": "[email protected]", |
| 8 | + "scripts": { |
| 9 | + "prepare": "husky", |
| 10 | + "dev": "astro dev", |
| 11 | + "start": "astro dev", |
| 12 | + "build": "npm run tsc && astro check && astro build", |
| 13 | + "preview": "astro preview", |
| 14 | + "astro": "astro", |
| 15 | + "tsc": "tsc --noEmit", |
| 16 | + "lint": "npm run tsc && npm run lint:script && astro check", |
| 17 | + "lint-fix": "npm run lint-fix:script", |
| 18 | + "lint-fix:script": "npm run lint:script -- --fix", |
| 19 | + "lint:script": "eslint", |
| 20 | + "format": "prettier --write \"src/**/*.{js,ts,jsx,tsx,astro}\"", |
| 21 | + "sync-latest": "./scripts/sync-latest-blog.sh" |
| 22 | + }, |
| 23 | + "dependencies": { |
| 24 | + "@astrojs/check": "^0.9.4", |
| 25 | + "@astrojs/mdx": "^4.0.8", |
| 26 | + "@astrojs/react": "^4.2.0", |
| 27 | + "@astrojs/rss": "^4.0.11", |
| 28 | + "@astrojs/sitemap": "^3.2.1", |
| 29 | + "@docsearch/css": "^3.6.2", |
| 30 | + "@docsearch/react": "^3.6.2", |
| 31 | + "@microflash/remark-figure-caption": "^2.0.2", |
| 32 | + "@radix-ui/colors": "^3.0.0", |
| 33 | + "@tailwindcss/vite": "^4.0.3", |
| 34 | + "@types/node": "^22.8.4", |
| 35 | + "@types/react": "^18.3.12", |
| 36 | + "@types/react-dom": "^18.3.1", |
| 37 | + "astro": "^5.2.5", |
| 38 | + "astro-expressive-code": "^0.37.1", |
| 39 | + "classnames": "^2.5.1", |
| 40 | + "dayjs": "^1.11.13", |
| 41 | + "i18next": "^24.2.2", |
| 42 | + "mdast-util-to-string": "^4.0.0", |
| 43 | + "react": "^18.3.1", |
| 44 | + "react-dom": "^18.3.1", |
| 45 | + "reading-time": "^1.5.0", |
| 46 | + "rehype-figure": "^1.0.1", |
| 47 | + "rehype-katex": "^7.0.1", |
| 48 | + "remark-block-containers": "^1.1.0", |
| 49 | + "remark-code-import": "^1.2.0", |
| 50 | + "remark-gemoji": "^8.0.0", |
| 51 | + "remark-math": "^6.0.0", |
| 52 | + "sharp": "^0.33.5", |
| 53 | + "tailwindcss": "^4.0.3", |
| 54 | + "typescript": "^5.6.3", |
| 55 | + "vite-plugin-svgr": "^4.2.0" |
| 56 | + }, |
| 57 | + "devDependencies": { |
| 58 | + "@commitlint/cli": "^19.5.0", |
| 59 | + "@commitlint/config-conventional": "^19.8.0", |
| 60 | + "@eslint/js": "9.14.0", |
| 61 | + "@typescript-eslint/parser": "^8.12.2", |
| 62 | + "eslint": "9.14.0", |
| 63 | + "eslint-config-prettier": "^9.1.0", |
| 64 | + "eslint-plugin-astro": "^1.3.0", |
| 65 | + "eslint-plugin-import": "^2.31.0", |
| 66 | + "eslint-plugin-jsx-a11y": "^6.10.2", |
| 67 | + "eslint-plugin-react": "^7.37.2", |
| 68 | + "globals": "^15.11.0", |
| 69 | + "husky": "^9.1.6", |
| 70 | + "postcss-import": "^16.1.0", |
| 71 | + "prettier": "^3.3.3", |
| 72 | + "prettier-plugin-astro": "^0.14.1", |
| 73 | + "prettier-plugin-tailwindcss": "^0.6.11", |
| 74 | + "sanitize-html": "^2.14.0", |
| 75 | + "typescript-eslint": "^8.12.2" |
| 76 | + }, |
| 77 | + "pnpm": { |
| 78 | + "onlyBuiltDependencies": [ |
| 79 | + "@parcel/watcher", |
| 80 | + "esbuild", |
| 81 | + "sharp" |
| 82 | + ] |
| 83 | + } |
| 84 | +} |
0 commit comments