-
Notifications
You must be signed in to change notification settings - Fork 50
/
Copy pathpackage.json
46 lines (46 loc) · 1.1 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
{
"name": "vue-picture-swipe",
"version": "2.1.0",
"description": "A Vue integration PhotoSwipe image plugin",
"main": "src/main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack -p"
},
"keywords": [
"vue",
"photoswipe",
"image",
"gallery",
"preview",
"vuejs"
],
"repository": {
"type": "git",
"url": "git+https://github.com/rap2hpoutre/vue-picture-swipe.git"
},
"author": "rap2hpoutre",
"license": "MIT",
"dependencies": {
"photoswipe": "^4.1.2",
"vue": "^2.5.16"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.6.1",
"cross-env": "^5.1.4",
"css-loader": "^0.28.11",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.11.0",
"file-loader": "^1.1.11",
"node-sass": "^4.9.0",
"sass-loader": "^6.0.7",
"style-loader": "^0.21.0",
"vue-loader": "^14.2.2",
"vue-template-compiler": "^2.5.16",
"webpack": "^4.27.1",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.3"
}
}