| 12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- {
- "name": "@vue/runtime-dom",
- "version": "3.0.0-alpha.4",
- "description": "@vue/runtime-dom",
- "main": "index.js",
- "module": "dist/runtime-dom.esm-bundler.js",
- "types": "dist/runtime-dom.d.ts",
- "unpkg": "dist/runtime-dom.global.js",
- "files": [
- "index.js",
- "dist"
- ],
- "sideEffects": false,
- "buildOptions": {
- "name": "VueRuntimeDOM",
- "formats": [
- "esm-bundler",
- "cjs",
- "global",
- "esm"
- ],
- "dts": [
- "jsx.d.ts"
- ]
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/vuejs/vue.git"
- },
- "keywords": [
- "vue"
- ],
- "author": "Evan You",
- "license": "MIT",
- "bugs": {
- "url": "https://github.com/vuejs/vue/issues"
- },
- "homepage": "https://github.com/vuejs/vue/tree/dev/packages/runtime-dom#readme",
- "dependencies": {
- "@vue/runtime-core": "3.0.0-alpha.4",
- "csstype": "^2.6.8"
- }
- }
|