vue-galleries
Version:
A Gallery and Image Preview for Vue.js.
81 lines (80 loc) • 2.17 kB
JSON
{
"name": "vue-galleries",
"version": "1.0.3",
"description": "A Gallery and Image Preview for Vue.js.",
"main": "lib/index.js",
"files": [
"lib",
"src"
],
"scripts": {
"lint": "./node_modules/.bin/eslint --ext .js,.vue --ignore-path .eslintignore ./",
"dev": "cross-env NODE_ENV=development webpack-dev-server --config build/webpack.demo.js",
"build": "cross-env NODE_ENV=production webpack --config build/webpack.build.js",
"clean": ""
},
"repository": {
"type:": "git",
"url": "git@github.com:zerooverture/vue-galleries.git"
},
"pre-commit": [
"lint"
],
"author": {
"name": "Zero<zero@yuhi.cc>",
"url": "http://lingzhixuqu.com"
},
"license": "MIT",
"keywords": [
"image",
"galleries",
"gallery",
"vue",
"picture"
],
"bugs": {
"url": "https://github.com/zerooverture/vue-galleries/issues"
},
"peerDependencies": {
"vue": "^2.6.11"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@vue/eslint-config-standard": "^5.1.2",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"babel-plugin-component": "^1.1.1",
"copy-webpack-plugin": "^5.1.1",
"cross-env": "^7.0.2",
"css-loader": "^3.5.2",
"eslint": "^6.8.0",
"eslint-loader": "^4.0.0",
"eslint-plugin-html": "^6.0.2",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-json": "^2.1.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-vue": "^6.2.2",
"html-webpack-plugin": "^4.2.0",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.13.1",
"pre-commit": "^1.2.2",
"sass-loader": "^8.0.2",
"sass-resources-loader": "^2.0.3",
"style-loader": "^1.1.4",
"terser-webpack-plugin": "^2.3.5",
"typescript": "^3.8.3",
"url-loader": "^4.1.0",
"vue": "^2.6.11",
"vue-class-component": "^7.2.3",
"vue-loader": "^15.9.1",
"vue-template-compiler": "^2.6.11",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3"
},
"dependencies": {
"throttle-debounce": "^2.1.0"
}
}