upp-touch
Version:
基于vue触屏滑动方案
48 lines (47 loc) • 1.18 kB
JSON
{
"name": "upp-touch",
"description": "基于vue触屏滑动方案",
"version": "1.1.1",
"author": "thinkupp <thexwant@gmail.com>",
"license": "MIT",
"private": false,
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server --open --hot",
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules"
},
"dependencies": {
"vue": "^2.5.11"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
],
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.0",
"babel-preset-stage-3": "^6.24.1",
"cross-env": "^5.0.5",
"css-loader": "^0.28.7",
"file-loader": "^1.1.4",
"vue-loader": "^13.0.5",
"vue-template-compiler": "^2.4.4",
"webpack": "^3.6.0",
"webpack-dev-server": "^2.9.1"
},
"main": "dist/v-touch.min.js",
"repository": {
"type": "git",
"url": "git+https://github.com/thinkupp/vtouch.git"
},
"keywords": [
"touch",
"move",
"vue-touch"
],
"bugs": {
"url": "https://github.com/thinkupp/vtouch/issues"
},
"homepage": "https://github.com/thinkupp/vtouch#readme"
}