forked from bsdfzzzy/vue2-hammer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.03 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "vue2-hammer",
"description": "Hammer.js wrapper for Vue 2.x to support some touching operation in the mobile.",
"version": "1.0.5",
"author": "[email protected]",
"main": "index.js",
"scripts": {
"build": "./node_modules/.bin/webpack --config webpack.config.js"
},
"dependencies": {
"hammerjs": "^2.0.8"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-runtime": "^6.26.0",
"css-loader": "^0.28.7",
"uglifyjs-webpack-plugin": "^0.4.6",
"vue": "^2.4.2",
"vue-loader": "^13.0.4",
"vue-template-compiler": "^2.4.2",
"vue2-hammer": "^1.0.2",
"webpack": "^3.5.5"
},
"repository": {
"type": "git",
"url": "https://github.com/bsdfzzzy/vue2-hammer"
},
"keywords": [
"vue2-hammer"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/bsdfzzzy/vue2-hammer/issues"
},
"homepage": "https://github.com/bsdfzzzy/vue2-hammer#readme"
}