UNPKG

1.84 kBJSONView Raw
1{
2 "name": "vue",
3 "version": "3.2.37",
4 "description": "The progressive JavaScript framework for building modern web UI.",
5 "main": "index.js",
6 "module": "dist/vue.runtime.esm-bundler.js",
7 "types": "dist/vue.d.ts",
8 "unpkg": "dist/vue.global.js",
9 "jsdelivr": "dist/vue.global.js",
10 "files": [
11 "index.js",
12 "index.mjs",
13 "dist",
14 "compiler-sfc",
15 "server-renderer",
16 "macros.d.ts",
17 "macros-global.d.ts",
18 "ref-macros.d.ts"
19 ],
20 "exports": {
21 ".": {
22 "import": {
23 "node": "./index.mjs",
24 "default": "./dist/vue.runtime.esm-bundler.js"
25 },
26 "require": "./index.js",
27 "types": "./dist/vue.d.ts"
28 },
29 "./server-renderer": {
30 "import": "./server-renderer/index.mjs",
31 "require": "./server-renderer/index.js"
32 },
33 "./compiler-sfc": {
34 "import": "./compiler-sfc/index.mjs",
35 "require": "./compiler-sfc/index.js"
36 },
37 "./dist/*": "./dist/*",
38 "./package.json": "./package.json",
39 "./macros": "./macros.d.ts",
40 "./macros-global": "./macros-global.d.ts",
41 "./ref-macros": "./ref-macros.d.ts"
42 },
43 "buildOptions": {
44 "name": "Vue",
45 "formats": [
46 "esm-bundler",
47 "esm-bundler-runtime",
48 "cjs",
49 "global",
50 "global-runtime",
51 "esm-browser",
52 "esm-browser-runtime"
53 ]
54 },
55 "repository": {
56 "type": "git",
57 "url": "git+https://github.com/vuejs/core.git"
58 },
59 "keywords": [
60 "vue"
61 ],
62 "author": "Evan You",
63 "license": "MIT",
64 "bugs": {
65 "url": "https://github.com/vuejs/core/issues"
66 },
67 "homepage": "https://github.com/vuejs/core/tree/main/packages/vue#readme",
68 "dependencies": {
69 "@vue/shared": "3.2.37",
70 "@vue/compiler-dom": "3.2.37",
71 "@vue/runtime-dom": "3.2.37",
72 "@vue/compiler-sfc": "3.2.37",
73 "@vue/server-renderer": "3.2.37"
74 }
75}