|
28 | 28 | "vetur"
|
29 | 29 | ],
|
30 | 30 | "scripts": {
|
31 |
| - "dev": "webpack serve", |
| 31 | + "dev": "vite", |
32 | 32 | "test": "cross-env NODE_ENV=test WORKFLOW=true jest --config .jest.js",
|
33 | 33 | "test:dev": "cross-env NODE_ENV=test jest --config .jest.js",
|
34 | 34 | "compile": "node antd-tools/cli/run.js compile",
|
|
82 | 82 | "@commitlint/cli": "^12.0.0",
|
83 | 83 | "@commitlint/config-conventional": "^12.0.0",
|
84 | 84 | "@octokit/rest": "^18.0.0",
|
| 85 | + "@rollup/plugin-babel": "^5.3.0", |
| 86 | + "@types/compression": "^1.7.0", |
85 | 87 | "@types/fs-extra": "^9.0.8",
|
| 88 | + "@types/jest": "^26.0.15", |
| 89 | + "@types/koa": "^2.11.6", |
86 | 90 | "@types/lodash-es": "^4.17.3",
|
| 91 | + "@types/lru-cache": "^5.1.0", |
| 92 | + "@types/markdown-it": "^10.0.2", |
| 93 | + "@types/node": "^13.13.4", |
| 94 | + "@types/postcss-load-config": "^2.0.1", |
87 | 95 | "@types/raf": "^3.4.0",
|
88 | 96 | "@typescript-eslint/eslint-plugin": "^4.1.0",
|
89 | 97 | "@typescript-eslint/parser": "^4.1.0",
|
| 98 | + "@vitejs/plugin-vue": "^1.2.4", |
| 99 | + "@vitejs/plugin-vue-jsx": "^1.1.6", |
90 | 100 | "@vue/babel-plugin-jsx": "^1.0.0",
|
91 | 101 | "@vue/cli-plugin-eslint": "^5.0.0-0",
|
92 | 102 | "@vue/compiler-sfc": "^3.1.0",
|
|
104 | 114 | "babel-plugin-inline-import-data-uri": "^1.0.1",
|
105 | 115 | "babel-plugin-istanbul": "^6.0.0",
|
106 | 116 | "case-sensitive-paths-webpack-plugin": "^2.1.2",
|
107 |
| - "chalk": "^4.1.0", |
| 117 | + "chalk": "^4.1.1", |
108 | 118 | "cheerio": "^1.0.0-rc.2",
|
109 | 119 | "codecov": "^3.0.0",
|
110 | 120 | "colorful": "^2.1.0",
|
|
114 | 124 | "css-loader": "^5.0.0",
|
115 | 125 | "css-minimizer-webpack-plugin": "^3.0.0",
|
116 | 126 | "deep-assign": "^3.0.0",
|
| 127 | + "diacritics": "^1.3.0", |
117 | 128 | "docsearch.js": "^2.6.3",
|
118 | 129 | "enquire-js": "^0.2.1",
|
| 130 | + "escape-html": "^1.0.3", |
119 | 131 | "eslint": "^7.25.0",
|
120 | 132 | "eslint-config-prettier": "^8.0.0",
|
121 | 133 | "eslint-plugin-html": "^6.0.0",
|
122 | 134 | "eslint-plugin-jest": "^24.3.6",
|
123 | 135 | "eslint-plugin-markdown": "^2.0.0-alpha.0",
|
| 136 | + "eslint-plugin-no-explicit-type-exports": "^0.11.10", |
124 | 137 | "eslint-plugin-prettier": "^3.1.4",
|
125 | 138 | "eslint-plugin-vue": "^7.1.0",
|
126 | 139 | "fetch-jsonp": "^1.1.3",
|
127 | 140 | "fs-extra": "^10.0.0",
|
128 | 141 | "glob": "^7.1.2",
|
| 142 | + "gray-matter": "^4.0.3", |
129 | 143 | "gulp": "^4.0.1",
|
130 | 144 | "gulp-babel": "^8.0.0",
|
131 | 145 | "gulp-strip-code": "^0.1.4",
|
|
145 | 159 | "less-plugin-npm-import": "^2.1.0",
|
146 | 160 | "less-vars-to-js": "^1.3.0",
|
147 | 161 | "lint-staged": "^11.0.0",
|
| 162 | + "markdown-it": "^8.4.2", |
| 163 | + "markdown-it-anchor": "^8.0.4", |
| 164 | + "markdown-it-container": "^3.0.0", |
| 165 | + "markdown-it-emoji": "^2.0.0", |
| 166 | + "markdown-it-table-of-contents": "^0.5.2", |
148 | 167 | "marked": "0.3.18",
|
149 | 168 | "merge2": "^1.2.1",
|
150 | 169 | "mini-css-extract-plugin": "^1.5.0",
|
|
157 | 176 | "postcss-loader": "^6.0.0",
|
158 | 177 | "prettier": "^2.2.0",
|
159 | 178 | "pretty-quick": "^3.0.0",
|
160 |
| - "prismjs": "^1.20.0", |
| 179 | + "prismjs": "^1.23.0", |
161 | 180 | "querystring": "^0.2.0",
|
162 | 181 | "raw-loader": "^4.0.2",
|
163 | 182 | "reqwest": "^2.0.5",
|
164 | 183 | "rimraf": "^3.0.0",
|
165 | 184 | "rucksack-css": "^1.0.2",
|
166 | 185 | "selenium-server": "^3.0.1",
|
167 | 186 | "semver": "^7.0.0",
|
| 187 | + "slash": "^2.0.0", |
168 | 188 | "style-loader": "^3.0.0",
|
169 | 189 | "stylelint": "^13.0.0",
|
170 | 190 | "stylelint-config-prettier": "^8.0.0",
|
|
180 | 200 | "umi-mock-middleware": "^1.0.0",
|
181 | 201 | "umi-request": "^1.3.5",
|
182 | 202 | "url-loader": "^3.0.0",
|
| 203 | + "vite": "^2.3.8", |
183 | 204 | "vue": "^3.1.0",
|
184 | 205 | "vue-antd-md-loader": "^1.2.1-beta.1",
|
185 | 206 | "vue-clipboard2": "0.3.1",
|
|
0 commit comments