File tree Expand file tree Collapse file tree 1 file changed +18
-13
lines changed Expand file tree Collapse file tree 1 file changed +18
-13
lines changed Original file line number Diff line number Diff line change 4
4
"description" : " Provide logic composition capabilities for Vue." ,
5
5
"keywords" : [
6
6
" vue" ,
7
- " composition-api" ,
8
- " function-api"
7
+ " composition-api"
9
8
],
10
9
"repository" : {
11
10
"type" : " git" ,
12
11
"url" : " git+https://github.com/vuejs/composition-api.git"
13
12
},
14
- "main" : " index.js" ,
15
- "module" : " dist/vue-composition-api.esm.js" ,
16
- "unpkg" : " dist/vue-composition-api.prod.js" ,
17
- "jsdelivr" : " dist/vue-composition-api.prod.js" ,
18
- "typings" : " dist/index.d.ts" ,
13
+ "main" : " ./index.js" ,
14
+ "module" : " ./dist/vue-composition-api.esm.js" ,
15
+ "unpkg" : " ./dist/vue-composition-api.prod.js" ,
16
+ "jsdelivr" : " ./dist/vue-composition-api.prod.js" ,
17
+ "types" : " ./dist/index.d.ts" ,
18
+ "exports" : {
19
+ "." : {
20
+ "import" : " ./dist/vue-composition-api.esm.js" ,
21
+ "require" : " ./index.js"
22
+ }
23
+ },
19
24
"author" : {
20
25
"name" : " liximomo" ,
21
26
43
48
"url" : " https://github.com/vuejs/composition-api/issues"
44
49
},
45
50
"homepage" : " https://github.com/vuejs/composition-api#readme" ,
51
+ "peerDependencies" : {
52
+ "vue" : " >= 2.5 < 3"
53
+ },
54
+ "dependencies" : {
55
+ "tslib" : " ^2.3.0"
56
+ },
46
57
"devDependencies" : {
47
58
"@rollup/plugin-node-resolve" : " ^13.0.0" ,
48
59
"@rollup/plugin-replace" : " ^2.4.2" ,
67
78
"vue-router" : " ^3.5.2" ,
68
79
"vue-server-renderer" : " ^2.6.14"
69
80
},
70
- "peerDependencies" : {
71
- "vue" : " >= 2.5 < 3"
72
- },
73
- "dependencies" : {
74
- "tslib" : " ^2.3.0"
75
- },
76
81
"husky" : {
77
82
"hooks" : {
78
83
"pre-commit" : " lint-staged"
You can’t perform that action at this time.
0 commit comments