-
Notifications
You must be signed in to change notification settings - Fork 48
/
Copy pathpackage.json
43 lines (43 loc) · 1.22 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
40
41
42
43
{
"name": "vue2-hammer",
"description": "Hammer.js wrapper for Vue 2.x to support some touching operation in the mobile.",
"version": "2.1.2",
"author": "[email protected]",
"main": "index.min.js",
"scripts": {
"build": "./node_modules/.bin/webpack --config webpack.config.js",
"prepub": "babel index.js --out-file index.min.js && uglifyjs index.min.js -o index.min.js"
},
"dependencies": {
"hammerjs": "^2.0.8",
"babel-runtime": "^6.26.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"css-loader": "^1.0.0",
"uglifyjs-webpack-plugin": "^1.2.7",
"vue": "^2.4.2",
"vue-loader": "^15.3.0",
"vue-style-loader": "^4.1.1",
"vue-template-compiler": "^2.4.2",
"vue2-hammer": "^1.0.2",
"webpack": "^4.16.5",
"webpack-cli": "^3.1.0"
},
"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"
}