1 | {
|
2 | "name": "vue",
|
3 | "version": "3.0.11",
|
4 | "description": "vue",
|
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 | "dist"
|
13 | ],
|
14 | "buildOptions": {
|
15 | "name": "Vue",
|
16 | "formats": [
|
17 | "esm-bundler",
|
18 | "esm-bundler-runtime",
|
19 | "cjs",
|
20 | "global",
|
21 | "global-runtime",
|
22 | "esm-browser",
|
23 | "esm-browser-runtime"
|
24 | ]
|
25 | },
|
26 | "repository": {
|
27 | "type": "git",
|
28 | "url": "git+https://github.com/vuejs/vue-next.git"
|
29 | },
|
30 | "keywords": [
|
31 | "vue"
|
32 | ],
|
33 | "author": "Evan You",
|
34 | "license": "MIT",
|
35 | "bugs": {
|
36 | "url": "https://github.com/vuejs/vue-next/issues"
|
37 | },
|
38 | "homepage": "https://github.com/vuejs/vue-next/tree/master/packages/vue#readme",
|
39 | "dependencies": {
|
40 | "@vue/shared": "3.0.11",
|
41 | "@vue/compiler-dom": "3.0.11",
|
42 | "@vue/runtime-dom": "3.0.11"
|
43 | },
|
44 | "devDependencies": {
|
45 | "lodash": "^4.17.15",
|
46 | "marked": "^0.7.0",
|
47 | "todomvc-app-css": "^2.3.0"
|
48 | }
|
49 | }
|