| 123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- {
- "name": "@vue/compiler-sfc",
- "version": "3.0.0-alpha.0",
- "description": "@vue/compiler-sfc",
- "main": "dist/compiler-sfc.cjs.js",
- "files": [
- "dist"
- ],
- "types": "dist/compiler-sfc.d.ts",
- "buildOptions": {
- "prod": false,
- "formats": [
- "cjs"
- ]
- },
- "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/compiler-sfc#readme",
- "dependencies": {
- "@vue/compiler-core": "3.0.0-alpha.0",
- "@vue/compiler-dom": "3.0.0-alpha.0",
- "consolidate": "^0.15.1",
- "hash-sum": "^2.0.0",
- "lru-cache": "^5.1.1",
- "merge-source-map": "^1.1.0",
- "postcss": "^7.0.21",
- "postcss-selector-parser": "^6.0.2",
- "source-map": "^0.7.3"
- },
- "devDependencies": {
- "@types/consolidate": "^0.14.0",
- "@types/lru-cache": "^5.1.0",
- "pug": "^2.0.4"
- }
- }
|