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 44 "description" : " Provide logic composition capabilities for Vue." ,
55 "keywords" : [
66 " vue" ,
7- " composition-api" ,
8- " function-api"
7+ " composition-api"
98 ],
109 "repository" : {
1110 "type" : " git" ,
1211 "url" : " git+https://github.com/vuejs/composition-api.git"
1312 },
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+ },
1924 "author" : {
2025 "name" : " liximomo" ,
21264348 "url" : " https://github.com/vuejs/composition-api/issues"
4449 },
4550 "homepage" : " https://github.com/vuejs/composition-api#readme" ,
51+ "peerDependencies" : {
52+ "vue" : " >= 2.5 < 3"
53+ },
54+ "dependencies" : {
55+ "tslib" : " ^2.3.0"
56+ },
4657 "devDependencies" : {
4758 "@rollup/plugin-node-resolve" : " ^13.0.0" ,
4859 "@rollup/plugin-replace" : " ^2.4.2" ,
6778 "vue-router" : " ^3.5.2" ,
6879 "vue-server-renderer" : " ^2.6.14"
6980 },
70- "peerDependencies" : {
71- "vue" : " >= 2.5 < 3"
72- },
73- "dependencies" : {
74- "tslib" : " ^2.3.0"
75- },
7681 "husky" : {
7782 "hooks" : {
7883 "pre-commit" : " lint-staged"
You can’t perform that action at this time.
0 commit comments