-
Notifications
You must be signed in to change notification settings - Fork 129
/
Copy pathpackage.json
44 lines (44 loc) · 1.09 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
{
"name": "vue-preview",
"version": "1.1.3",
"description": "A Vue integration PhotoSwipe image preview plugin",
"main": "/dist/vue-preview.min.js",
"scripts": {
"build": "webpack -p"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LS1231/vue-preview.git"
},
"keywords": [
"vue",
"preview",
"photoswipe"
],
"author": "LiuSong [[email protected]] (https://ls1231.github.io/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/LS1231/vue-preview/issues"
},
"homepage": "https://github.com/LS1231/vue-preview#readme",
"dependencies": {
"photoswipe": "^4.1.2"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.3",
"babel-preset-env": "^1.6.1",
"cross-env": "^5.1.3",
"css-loader": "^0.28.10",
"file-loader": "^1.1.11",
"node-sass": "^4.7.2",
"sass-loader": "^6.0.6",
"url-loader": "^0.5.7",
"vue": "^2.5.13",
"vue-loader": "^14.1.1",
"vue-template-compiler": "^2.5.13",
"webpack": "^4.0.1",
"webpack-cli": "^2.0.10",
"webpack-dev-server": "^3.1.0"
}
}