8
8
"generate:docs" : " pnpm --filter docs generate" ,
9
9
"dev:viteplay" : " pnpm --filter viteplay dev" ,
10
10
"build:viteplay" : " pnpm --filter viteplay build" ,
11
- "prepare:vfm" : " pnpm --filter vue-final-modal prepare-lib" ,
12
11
"dev:vfm" : " pnpm --filter vue-final-modal dev" ,
13
12
"build:vfm" : " pnpm --filter vue-final-modal build" ,
14
13
"test:vfm" : " pnpm --filter vue-final-modal test" ,
15
14
"coverage:vfm" : " pnpm --filter vue-final-modal coverage" ,
16
15
"release:vfm" : " pnpm --filter vue-final-modal release" ,
17
16
"lint" : " eslint . --ext=.ts,.vue --fix" ,
18
17
"typecheck" : " pnpm --parallel typecheck" ,
19
- "postinstall" : " pnpm prepare :vfm"
18
+ "postinstall" : " pnpm build :vfm"
20
19
},
21
20
"dependencies" : {
22
21
"vue" : " ^3.2.45"
23
22
},
24
23
"devDependencies" : {
25
- "@antfu/eslint-config" : " ^0.29.2 " ,
24
+ "@antfu/eslint-config" : " ^0.34.1 " ,
26
25
"@types/node" : " ^18.0.0" ,
27
26
"@vitejs/plugin-vue" : " ^4.0.0" ,
27
+ "@vitejs/plugin-vue-jsx" : " ^3.0.0" ,
28
28
"@vue/test-utils" : " ^2.2.6" ,
29
29
"concurrently" : " ^7.4.0" ,
30
- "eslint" : " ^8.26 .0" ,
31
- "pnpm" : " ^7.20 .0" ,
30
+ "eslint" : " ^8.31 .0" ,
31
+ "pnpm" : " ^7.23 .0" ,
32
32
"sass" : " ^1.55.0" ,
33
33
"ts-node" : " ^10.9.1" ,
34
34
"typescript" : " ^4.8.4" ,
35
35
"vite" : " ^4.0.3" ,
36
- "vue-tsc" : " ^1.0.18 "
36
+ "vue-tsc" : " ^1.0.24 "
37
37
}
38
38
}
0 commit comments