1 | {
|
2 | "name": "vue",
|
3 | "version": "3.2.47",
|
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 | "types": "./dist/vue.d.ts",
|
23 | "import": {
|
24 | "node": "./index.mjs",
|
25 | "default": "./dist/vue.runtime.esm-bundler.js"
|
26 | },
|
27 | "require": "./index.js"
|
28 | },
|
29 | "./server-renderer": {
|
30 | "types": "./server-renderer/index.d.ts",
|
31 | "import": "./server-renderer/index.mjs",
|
32 | "require": "./server-renderer/index.js"
|
33 | },
|
34 | "./compiler-sfc": {
|
35 | "types": "./compiler-sfc/index.d.ts",
|
36 | "import": "./compiler-sfc/index.mjs",
|
37 | "require": "./compiler-sfc/index.js"
|
38 | },
|
39 | "./dist/*": "./dist/*",
|
40 | "./package.json": "./package.json",
|
41 | "./macros": "./macros.d.ts",
|
42 | "./macros-global": "./macros-global.d.ts",
|
43 | "./ref-macros": "./ref-macros.d.ts"
|
44 | },
|
45 | "buildOptions": {
|
46 | "name": "Vue",
|
47 | "formats": [
|
48 | "esm-bundler",
|
49 | "esm-bundler-runtime",
|
50 | "cjs",
|
51 | "global",
|
52 | "global-runtime",
|
53 | "esm-browser",
|
54 | "esm-browser-runtime"
|
55 | ]
|
56 | },
|
57 | "repository": {
|
58 | "type": "git",
|
59 | "url": "git+https://github.com/vuejs/core.git"
|
60 | },
|
61 | "keywords": [
|
62 | "vue"
|
63 | ],
|
64 | "author": "Evan You",
|
65 | "license": "MIT",
|
66 | "bugs": {
|
67 | "url": "https://github.com/vuejs/core/issues"
|
68 | },
|
69 | "homepage": "https://github.com/vuejs/core/tree/main/packages/vue#readme",
|
70 | "dependencies": {
|
71 | "@vue/shared": "3.2.47",
|
72 | "@vue/compiler-dom": "3.2.47",
|
73 | "@vue/runtime-dom": "3.2.47",
|
74 | "@vue/compiler-sfc": "3.2.47",
|
75 | "@vue/server-renderer": "3.2.47"
|
76 | }
|
77 | }
|