File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @chronicstone/array-query" ,
33 "type" : " module" ,
4- "version" : " 0.1.0 " ,
4+ "version" : " 0.1.1 " ,
55 "description" : " A simple and lightweight array query library" ,
66 "author" : " Cyprien THAO <cthao.pro@gmail.com>" ,
77 "license" : " MIT" ,
4343 "start" : " esno src/index.ts" ,
4444 "test" : " vitest" ,
4545 "typecheck" : " tsc --noEmit" ,
46- "prepare" : " simple-git-hooks"
46+ "prepare" : " simple-git-hooks" ,
47+ "docs:dev" : " vitepress dev docs" ,
48+ "docs:build" : " vitepress build docs" ,
49+ "docs:preview" : " vitepress preview docs"
4750 },
4851 "devDependencies" : {
4952 "@antfu/eslint-config" : " ^2.22.0-beta.2" ,
5053 "@antfu/ni" : " ^0.21.12" ,
5154 "@antfu/utils" : " ^0.7.10" ,
5255 "@faker-js/faker" : " ^8.4.1" ,
56+ "@shikijs/vitepress-twoslash" : " ^1.10.3" ,
5357 "@types/node" : " ^20.14.10" ,
5458 "bumpp" : " ^9.4.1" ,
5559 "eslint" : " ^9.6.0" ,
5660 "esno" : " ^4.7.0" ,
5761 "lint-staged" : " ^15.2.7" ,
62+ "markdown-it-container" : " ^4.0.0" ,
5863 "pnpm" : " ^9.4.0" ,
5964 "rimraf" : " ^5.0.8" ,
6065 "simple-git-hooks" : " ^2.11.1" ,
6166 "typescript" : " ^5.5.3" ,
6267 "unbuild" : " ^2.0.0" ,
68+ "unocss" : " ^0.61.5" ,
6369 "vite" : " ^5.3.3" ,
70+ "vitepress" : " ^1.3.1" ,
71+ "vitepress-plugin-nprogress" : " ^0.0.4" ,
6472 "vitest" : " ^1.6.0"
6573 },
6674 "simple-git-hooks" : {
You can’t perform that action at this time.
0 commit comments