-
Notifications
You must be signed in to change notification settings - Fork 61
/
Copy pathpackage.json
executable file
·58 lines (58 loc) · 1.59 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
{
"name": "vue-picture-preview",
"version": "2.0.1",
"description": "移动端、PC 端 Vue.js 图片预览插件 | Mobile-friendly picture file preview Vue.js plugin with horizontal nav and bottom title.",
"main": "dist/vue-picture-preview.js",
"scripts": {
"build": "webpack --config webpack.config.js --mode=production",
"lint": "eslint --ext .js --ext .vue src/",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xlogiccc/vue-picture-preview.git"
},
"keywords": [
"Vue",
"Plugin",
"Picture",
"Img",
"Preview",
"Photo"
],
"author": "xLogic",
"license": "MIT",
"bugs": {
"url": "https://github.com/xlogiccc/vue-picture-preview/issues"
},
"homepage": "https://github.com/xlogiccc/vue-picture-preview#readme",
"devDependencies": {
"@babel/core": "^7.5.4",
"@babel/preset-env": "^7.5.4",
"autoprefixer": "^9.7.2",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.6",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^3.2.0",
"eslint": "^5.16.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^3.0.2",
"eslint-plugin-vue": "^5.2.3",
"file-loader": "^4.2.0",
"postcss-loader": "^3.0.0",
"style-loader": "^1.0.0",
"url-loader": "^2.2.0",
"vue": "^2.6.10",
"vue-loader": "^15.7.2",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10"
},
"browserslist": [
"iOS >= 7",
"Android >= 4"
],
"dependencies": {
"x-photoswipe": "^4.1.3-rc.1"
}
}