Last change
on this file since 57e58a3 was 57e58a3, checked in by ste08 <sjovanoska@…>, 4 months ago |
Initial commit
|
-
Property mode
set to
100644
|
File size:
1.4 KB
|
Rev | Line | |
---|
[57e58a3] | 1 | {
|
---|
| 2 | "name": "@vue/runtime-dom",
|
---|
| 3 | "version": "3.5.13",
|
---|
| 4 | "description": "@vue/runtime-dom",
|
---|
| 5 | "main": "index.js",
|
---|
| 6 | "module": "dist/runtime-dom.esm-bundler.js",
|
---|
| 7 | "types": "dist/runtime-dom.d.ts",
|
---|
| 8 | "unpkg": "dist/runtime-dom.global.js",
|
---|
| 9 | "files": [
|
---|
| 10 | "index.js",
|
---|
| 11 | "dist"
|
---|
| 12 | ],
|
---|
| 13 | "exports": {
|
---|
| 14 | ".": {
|
---|
| 15 | "types": "./dist/runtime-dom.d.ts",
|
---|
| 16 | "node": {
|
---|
| 17 | "production": "./dist/runtime-dom.cjs.prod.js",
|
---|
| 18 | "development": "./dist/runtime-dom.cjs.js",
|
---|
| 19 | "default": "./index.js"
|
---|
| 20 | },
|
---|
| 21 | "module": "./dist/runtime-dom.esm-bundler.js",
|
---|
| 22 | "import": "./dist/runtime-dom.esm-bundler.js",
|
---|
| 23 | "require": "./index.js"
|
---|
| 24 | },
|
---|
| 25 | "./*": "./*"
|
---|
| 26 | },
|
---|
| 27 | "sideEffects": false,
|
---|
| 28 | "buildOptions": {
|
---|
| 29 | "name": "VueRuntimeDOM",
|
---|
| 30 | "formats": [
|
---|
| 31 | "esm-bundler",
|
---|
| 32 | "esm-browser",
|
---|
| 33 | "cjs",
|
---|
| 34 | "global"
|
---|
| 35 | ]
|
---|
| 36 | },
|
---|
| 37 | "repository": {
|
---|
| 38 | "type": "git",
|
---|
| 39 | "url": "git+https://github.com/vuejs/core.git",
|
---|
| 40 | "directory": "packages/runtime-dom"
|
---|
| 41 | },
|
---|
| 42 | "keywords": [
|
---|
| 43 | "vue"
|
---|
| 44 | ],
|
---|
| 45 | "author": "Evan You",
|
---|
| 46 | "license": "MIT",
|
---|
| 47 | "bugs": {
|
---|
| 48 | "url": "https://github.com/vuejs/core/issues"
|
---|
| 49 | },
|
---|
| 50 | "homepage": "https://github.com/vuejs/core/tree/main/packages/runtime-dom#readme",
|
---|
| 51 | "dependencies": {
|
---|
| 52 | "csstype": "^3.1.3",
|
---|
| 53 | "@vue/shared": "3.5.13",
|
---|
| 54 | "@vue/runtime-core": "3.5.13",
|
---|
| 55 | "@vue/reactivity": "3.5.13"
|
---|
| 56 | },
|
---|
| 57 | "devDependencies": {
|
---|
| 58 | "@types/trusted-types": "^2.0.7"
|
---|
| 59 | }
|
---|
| 60 | } |
---|
Note:
See
TracBrowser
for help on using the repository browser.