|
38 | 38 | ],
|
39 | 39 | "author": "Sanyuan0704",
|
40 | 40 | "license": "MIT",
|
| 41 | + "dependencies": { |
| 42 | + "@babel/core": "^7.19.0", |
| 43 | + "@babel/helper-plugin-utils": "^7.19.0", |
| 44 | + "@babel/preset-react": "^7.18.6", |
| 45 | + "@mdx-js/mdx": "^2.1.3", |
| 46 | + "@mdx-js/react": "^2.1.3", |
| 47 | + "@mdx-js/rollup": "2", |
| 48 | + "@svgr/core": "6.3.1", |
| 49 | + "@unocss/preset-attributify": "^0.45.26", |
| 50 | + "@unocss/preset-wind": "^0.45.26", |
| 51 | + "@unocss/vite": "^0.45.26", |
| 52 | + "@vitejs/plugin-react": "2.0.1", |
| 53 | + "acorn": "^8.8.0", |
| 54 | + "b-tween": "^0.3.3", |
| 55 | + "body-scroll-lock": "4.0.0-beta.0", |
| 56 | + "cac": "6.7.12", |
| 57 | + "check-links": "^1.1.8", |
| 58 | + "chokidar": "^3.5.3", |
| 59 | + "compression": "^1.7.4", |
| 60 | + "copy-to-clipboard": "^3.3.2", |
| 61 | + "debug": "^4.3.4", |
| 62 | + "esbuild": "0.15.5", |
| 63 | + "fast-glob": "3.2.11", |
| 64 | + "flexsearch": "0.6.32", |
| 65 | + "fs-extra": "10.1.0", |
| 66 | + "github-slugger": "^1.4.0", |
| 67 | + "hast": "^1.0.0", |
| 68 | + "hast-util-from-html": "^1.0.0", |
| 69 | + "husky": "^8.0.1", |
| 70 | + "lodash-es": "^4.17.21", |
| 71 | + "mdast-util-mdxjs-esm": "^1.3.0", |
| 72 | + "ora": "^6.1.2", |
| 73 | + "picocolors": "^1.0.0", |
| 74 | + "polka": "^0.5.2", |
| 75 | + "react": "^18.2.0", |
| 76 | + "react-dom": "^18.2.0", |
| 77 | + "react-helmet-async": "^1.3.0", |
| 78 | + "react-router-dom": "^6.3.0", |
| 79 | + "rehype-autolink-headings": "^6.1.1", |
| 80 | + "rehype-external-links": "^2.0.1", |
| 81 | + "rehype-highlight": "^5.0.2", |
| 82 | + "rehype-slug": "^5.0.1", |
| 83 | + "remark-directive": "^2.0.1", |
| 84 | + "remark-frontmatter": "^4.0.1", |
| 85 | + "remark-gemoji": "^7.0.1", |
| 86 | + "remark-gfm": "^3.0.1", |
| 87 | + "remark-mdx-frontmatter": "^2.0.3", |
| 88 | + "sass": "^1.54.5", |
| 89 | + "shiki": "^0.11.1", |
| 90 | + "simple-git": "^3.14.1", |
| 91 | + "sirv": "^2.0.2", |
| 92 | + "unified": "^10.1.2", |
| 93 | + "unist-util-visit": "^4.1.1", |
| 94 | + "unist-util-visit-children": "^2.0.0", |
| 95 | + "unocss": "^0.45.26", |
| 96 | + "vite": "~3.1.4", |
| 97 | + "vite-plugin-inspect": "^0.7.4" |
| 98 | + }, |
41 | 99 | "devDependencies": {
|
42 | 100 | "@changesets/changelog-github": "^0.4.7",
|
43 | 101 | "@changesets/cli": "^2.25.1",
|
|
46 | 104 | "@islandjs/plugin-check-links": "workspace:*",
|
47 | 105 | "@playwright/test": "^1.26.1",
|
48 | 106 | "@types/node": "^18.11.7",
|
| 107 | + "@release-it/conventional-changelog": "^5.1.0", |
| 108 | + "@types/babel__core": "^7.1.19", |
| 109 | + "@types/babel__helper-plugin-utils": "^7.10.0", |
| 110 | + "@types/babel__traverse": "^7.18.1", |
| 111 | + "@types/body-scroll-lock": "^3.1.0", |
| 112 | + "@types/compression": "^1.7.2", |
| 113 | + "@types/debug": "^4.1.7", |
| 114 | + "@types/fs-extra": "^9.0.13", |
| 115 | + "@types/github-slugger": "^1.3.0", |
| 116 | + "@types/hast": "^2.3.4", |
| 117 | + "@types/koa": "^2.13.5", |
| 118 | + "@types/koa-router": "^7.4.4", |
| 119 | + "@types/lodash-es": "^4.17.6", |
| 120 | + "@types/polka": "^0.5.4", |
| 121 | + "@types/react": "^18.0.17", |
| 122 | + "@types/react-dom": "^18.0.6", |
| 123 | + "@types/resolve": "^1.20.2", |
49 | 124 | "@typescript-eslint/eslint-plugin": "^5.36.1",
|
50 | 125 | "@typescript-eslint/parser": "^5.36.1",
|
51 | 126 | "commitlint": "^17.1.2",
|
|
0 commit comments