chushihua
This commit is contained in:
+102
@@ -0,0 +1,102 @@
|
||||
{
|
||||
"name": "vue-loader",
|
||||
"version": "13.7.3",
|
||||
"description": "Vue single-file component loader for Webpack",
|
||||
"main": "index.js",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/vuejs/vue-loader.git"
|
||||
},
|
||||
"keywords": [
|
||||
"vue",
|
||||
"webpack",
|
||||
"loader"
|
||||
],
|
||||
"files": [
|
||||
"index.js",
|
||||
"lib"
|
||||
],
|
||||
"author": "Evan You",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/vuejs/vue-loader/issues"
|
||||
},
|
||||
"homepage": "https://github.com/vuejs/vue-loader",
|
||||
"scripts": {
|
||||
"lint": "eslint lib test",
|
||||
"lint:fix": "eslint lib test --fix",
|
||||
"precommit": "lint-staged",
|
||||
"test": "eslint lib && mocha --slow 5000 --timeout 10000",
|
||||
"docs": "cd docs && gitbook install && gitbook serve",
|
||||
"docs:deploy": "bash ./docs/deploy.sh"
|
||||
},
|
||||
"lint-staged": {
|
||||
"lib/**/*.js": [
|
||||
"eslint --fix",
|
||||
"git add"
|
||||
],
|
||||
"test/**/*.js": [
|
||||
"eslint --fix",
|
||||
"git add"
|
||||
]
|
||||
},
|
||||
"dependencies": {
|
||||
"consolidate": "^0.14.0",
|
||||
"hash-sum": "^1.0.2",
|
||||
"loader-utils": "^1.1.0",
|
||||
"lru-cache": "^4.1.1",
|
||||
"postcss": "^6.0.8",
|
||||
"postcss-load-config": "^1.1.0",
|
||||
"postcss-selector-parser": "^2.0.0",
|
||||
"prettier": "^1.7.0",
|
||||
"resolve": "^1.4.0",
|
||||
"source-map": "^0.6.1",
|
||||
"vue-hot-reload-api": "^2.2.0",
|
||||
"vue-style-loader": "^3.0.0",
|
||||
"vue-template-es2015-compiler": "^1.6.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"css-loader": "*",
|
||||
"vue-template-compiler": "^2.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-core": "^6.25.0",
|
||||
"babel-loader": "^7.0.0",
|
||||
"babel-preset-env": "^1.6.0",
|
||||
"chai": "^4.1.0",
|
||||
"coffee-loader": "^0.7.2",
|
||||
"coffee-script": "^1.12.7",
|
||||
"css-loader": "^0.28.4",
|
||||
"eslint": "^3.19.0",
|
||||
"eslint-plugin-vue-libs": "^1.2.0",
|
||||
"expose-loader": "^0.7.1",
|
||||
"extract-text-webpack-plugin": "^3.0.0",
|
||||
"file-loader": "^1.1.5",
|
||||
"gitbook-plugin-edit-link": "^2.0.2",
|
||||
"gitbook-plugin-github": "^3.0.0",
|
||||
"gitbook-plugin-theme-vuejs": "^1.1.0",
|
||||
"husky": "^0.14.3",
|
||||
"inject-loader": "^3.0.1",
|
||||
"js-yaml": "^3.9.1",
|
||||
"jsdom": "^9.2.1",
|
||||
"lint-staged": "^4.0.2",
|
||||
"marked": "^0.3.6",
|
||||
"memory-fs": "^0.4.1",
|
||||
"mkdirp": "^0.5.1",
|
||||
"mocha": "^4.0.1",
|
||||
"node-libs-browser": "^2.0.0",
|
||||
"normalize-newline": "^3.0.0",
|
||||
"null-loader": "^0.1.1",
|
||||
"pug": "^2.0.0-rc.2",
|
||||
"raw-loader": "^0.5.1",
|
||||
"skeleton-loader": "1.1.3",
|
||||
"stylus": "^0.54.5",
|
||||
"stylus-loader": "^3.0.1",
|
||||
"sugarss": "^1.0.0",
|
||||
"url-loader": "^0.6.2",
|
||||
"vue": "^2.5.0",
|
||||
"vue-server-renderer": "^2.5.0",
|
||||
"vue-template-compiler": "^2.5.0",
|
||||
"webpack": "^3.7.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user