File tree Expand file tree Collapse file tree 1 file changed +20
-4
lines changed Expand file tree Collapse file tree 1 file changed +20
-4
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " sortablejs-vue3" ,
3- "version" : " 0.1.2" ,
3+ "version" : " 0.1.3" ,
4+ "author" : {
5+ 6+ "name" : " Max Leiter" ,
7+ "url" : " https://maxleiter.com"
8+ },
9+ "funding" : {
10+ "type" : " individual" ,
11+ "url" : " https://github.com/sponsors/MaxLeiter/"
12+ },
13+ "license" : " MIT" ,
14+ "repository" : {
15+ "type" : " git" ,
16+ "url" : " https://github.com/maxleiter/sortablejs-vue3"
17+ },
418 "scripts" : {
519 "dev" : " vite" ,
620 "build" : " vite build && vue-tsc --emitDeclarationOnly && mv dist/lib dist/types" ,
2034 }
2135 },
2236 "dependencies" : {
37+ "vite-tsconfig-paths" : " ^3.5.0"
38+ },
39+ "peerDependencies" : {
2340 "sortablejs" : " ^1.15.0" ,
24- "vite-tsconfig-paths" : " ^3.5.0" ,
2541 "vue" : " ^3.2.25"
2642 },
2743 "imports" : {
3349 "@vitejs/plugin-vue" : " ^2.3.3" ,
3450 "rollup-plugin-typescript2" : " 0.31.2" ,
3551 "typescript" : " ^4.5.4" ,
36- "vite" : " ^2.9 .9" ,
37- "vue-tsc" : " ^0.36.1 "
52+ "vite" : " ^3.0.0-alpha .9" ,
53+ "vue-tsc" : " ^0.37.0 "
3854 }
3955}
You can’t perform that action at this time.
0 commit comments