| 123456789101112131415161718192021222324252627282930 |
- {
- "name": "@vue/runtime-core",
- "version": "3.0.0-alpha.1",
- "description": "@vue/runtime-core",
- "main": "index.js",
- "module": "dist/runtime-core.esm-bundler.js",
- "files": [
- "index.js",
- "dist",
- "jsx.d.ts"
- ],
- "types": "dist/runtime-core.d.ts",
- "sideEffects": false,
- "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-core#readme",
- "dependencies": {
- "@vue/reactivity": "3.0.0-alpha.1"
- }
- }
|