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 1
1
{
2
2
"name" : " @chronicstone/array-query" ,
3
3
"type" : " module" ,
4
- "version" : " 0.1.0 " ,
4
+ "version" : " 0.1.1 " ,
5
5
"description" : " A simple and lightweight array query library" ,
6
6
"author" :
" Cyprien THAO <[email protected] >" ,
7
7
"license" : " MIT" ,
43
43
"start" : " esno src/index.ts" ,
44
44
"test" : " vitest" ,
45
45
"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"
47
50
},
48
51
"devDependencies" : {
49
52
"@antfu/eslint-config" : " ^2.22.0-beta.2" ,
50
53
"@antfu/ni" : " ^0.21.12" ,
51
54
"@antfu/utils" : " ^0.7.10" ,
52
55
"@faker-js/faker" : " ^8.4.1" ,
56
+ "@shikijs/vitepress-twoslash" : " ^1.10.3" ,
53
57
"@types/node" : " ^20.14.10" ,
54
58
"bumpp" : " ^9.4.1" ,
55
59
"eslint" : " ^9.6.0" ,
56
60
"esno" : " ^4.7.0" ,
57
61
"lint-staged" : " ^15.2.7" ,
62
+ "markdown-it-container" : " ^4.0.0" ,
58
63
"pnpm" : " ^9.4.0" ,
59
64
"rimraf" : " ^5.0.8" ,
60
65
"simple-git-hooks" : " ^2.11.1" ,
61
66
"typescript" : " ^5.5.3" ,
62
67
"unbuild" : " ^2.0.0" ,
68
+ "unocss" : " ^0.61.5" ,
63
69
"vite" : " ^5.3.3" ,
70
+ "vitepress" : " ^1.3.1" ,
71
+ "vitepress-plugin-nprogress" : " ^0.0.4" ,
64
72
"vitest" : " ^1.6.0"
65
73
},
66
74
"simple-git-hooks" : {
You can’t perform that action at this time.
0 commit comments