diff options
| author | ruki <waruqi@gmail.com> | 2018-11-08 00:38:48 +0800 |
|---|---|---|
| committer | ruki <waruqi@gmail.com> | 2018-11-07 21:53:09 +0800 |
| commit | 26105034da4fcce7ac883c899d781f016559310d (patch) | |
| tree | c459a5dc4e3aa0972d9919033ece511ce76dd129 /node_modules/@vue/component-compiler-utils/package.json | |
| parent | 2c77f00f1a7ecb6c8192f9c16d3b2001b254a107 (diff) | |
| download | xmake-docs-26105034da4fcce7ac883c899d781f016559310d.tar.gz xmake-docs-26105034da4fcce7ac883c899d781f016559310d.zip | |
switch to vuepress
Diffstat (limited to 'node_modules/@vue/component-compiler-utils/package.json')
| -rw-r--r-- | node_modules/@vue/component-compiler-utils/package.json | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/node_modules/@vue/component-compiler-utils/package.json b/node_modules/@vue/component-compiler-utils/package.json new file mode 100644 index 00000000..5525dd4c --- /dev/null +++ b/node_modules/@vue/component-compiler-utils/package.json @@ -0,0 +1,65 @@ +{ + "name": "@vue/component-compiler-utils", + "version": "2.3.0", + "description": "Lower level utilities for compiling Vue single file components", + "main": "dist/index.js", + "typings": "dist/index.d.ts", + "scripts": { + "lint": "prettier --write \"{lib,test}/**/*.ts\"", + "test": "prettier --list-different \"{lib,test}/**/*.ts\" && jest --coverage", + "build": "rm -rf dist && tsc", + "prepublishOnly": "yarn build && conventional-changelog -p angular -r 2 -i CHANGELOG.md -s" + }, + "gitHooks": { + "pre-commit": "lint-staged" + }, + "lint-staged": { + "*.{ts,js}": [ + "prettier --write", + "git add" + ] + }, + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/component-compiler-utils.git" + }, + "keywords": [ + "vue", + "sfc", + "component", + "compiler" + ], + "author": "Evan You", + "license": "MIT", + "bugs": { + "url": "https://github.com/vuejs/component-compiler-utils/issues" + }, + "homepage": "https://github.com/vuejs/component-compiler-utils#readme", + "devDependencies": { + "@types/jest": "^22.2.3", + "@types/node": "^9.4.7", + "conventional-changelog-cli": "^1.3.22", + "jest": "^22.4.2", + "less": "^3.0.1", + "lint-staged": "^7.2.0", + "node-sass": "^4.8.3", + "pug": "^2.0.3", + "stylus": "^0.54.5", + "ts-jest": "^22.4.2", + "typescript": "^2.7.2", + "vue": "^2.5.17", + "vue-template-compiler": "^2.5.17", + "yorkie": "^1.0.3" + }, + "dependencies": { + "consolidate": "^0.15.1", + "hash-sum": "^1.0.2", + "lru-cache": "^4.1.2", + "merge-source-map": "^1.1.0", + "postcss": "^6.0.20", + "postcss-selector-parser": "^3.1.1", + "prettier": "1.13.7", + "source-map": "^0.5.6", + "vue-template-es2015-compiler": "^1.6.0" + } +} |
