UNPKG

@vue-vine/compiler

Version:
63 lines 1.52 kB
{ "name": "@vue-vine/compiler", "type": "module", "version": "1.7.6", "description": "Compiler for Vue Vine", "author": "ShenQingchuan", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/vue-vine/vue-vine.git", "directory": "packages/compiler" }, "keywords": [ "Vue", "Vine" ], "exports": { ".": { "vine": "./src/index.ts", "types": "./dist/index.d.ts", "default": "./dist/index.js" } }, "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist" ], "dependencies": { "@babel/parser": "^7.28.0", "@babel/types": "^7.28.0", "@vue/compiler-dom": "^3.5.17", "@vue/compiler-ssr": "^3.5.17", "@vue/shared": "^3.5.17", "get-tsconfig": "^4.10.1", "hash-sum": "^2.0.0", "line-column": "^1.0.2", "lru-cache": "^11.1.0", "magic-string": "^0.30.17", "merge-source-map": "^1.1.0", "postcss": "^8.5.6", "postcss-selector-parser": "^7.1.0", "ts-morph": "^26.0.0" }, "devDependencies": { "@types/hash-sum": "^1.0.2", "@types/line-column": "^1.0.2", "@typescript/native-preview": "latest", "estree-walker": "^3.0.3", "prettier": "^3.6.2", "source-map-js": "^1.2.1" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "scripts": { "test": "vitest", "test:verbose": "VINE_DEV_VITEST=true vitest", "typecheck": "tsgo --noEmit" } }