-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
65 lines (65 loc) · 1.75 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "@eshengsky/vue-card-swipe",
"version": "1.0.2",
"description": "A touch slider for vue.js, support sliding in any direction to switch cards, compatible with PC and mobile.",
"main": "dist/vue-card-swipe.min.js",
"scripts": {
"build": "webpack -p",
"test": "jest",
"publish": "npm publish --access=public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eshengsky/vue-card-swipe.git"
},
"keywords": [
"Vue",
"swipe",
"vue-swipe",
"slide",
"slider",
"vue-slider"
],
"author": "Sky.Sun",
"license": "MIT",
"bugs": {
"url": "https://github.com/eshengsky/vue-card-swipe/issues"
},
"homepage": "https://github.com/eshengsky/vue-card-swipe#readme",
"devDependencies": {
"@babel/core": "^7.6.4",
"@vue/server-test-utils": "^1.0.0-beta.29",
"@vue/test-utils": "^1.0.0-beta.29",
"autoprefixer": "^9.6.5",
"babel-core": "^6.26.3",
"babel-jest": "^24.9.0",
"babel-loader": "^8.0.6",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"babel-preset-stage-0": "^6.24.1",
"babel-runtime": "^6.26.0",
"css-loader": "^3.2.0",
"jest": "^24.9.0",
"postcss-loader": "^3.0.0",
"precss": "^4.0.0",
"vue": "^2.6.10",
"vue-jest": "^2.6.0",
"vue-loader": "^15.7.1",
"vue-server-renderer": "^2.6.10",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.9"
},
"jest": {
"moduleFileExtensions": [
"js",
"vue"
],
"transform": {
".*\\.(vue)$": "vue-jest",
"^.+\\.js$": "<rootDir>/node_modules/babel-jest"
}
}
}