-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
61 lines (61 loc) · 1.72 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
{
"name": "plugin-photo-swiper",
"version": "0.1.6",
"keywords": [
"vue",
"swiper",
"preview",
"photo-swiper"
],
"author": {
"name": "xiaoxin",
"email": "[email protected]"
},
"license": "MIT",
"description": "Vue photoSwiper base ts and photoswiper",
"main": "lib/photo-swiper.umd.js",
"types": "lib/types/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/StarFishing/vue-photo-swiper.git"
},
"homepage": "https://starfishing.github.io/plugin-site/",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"build-lib": "vue-cli-service build --target lib --name photo-swiper --dest lib src/components/index.ts"
},
"dependencies": {
"@types/photoswipe": "^4.1.0",
"core-js": "^3.6.4",
"photoswipe": "^4.1.3",
"vue": "^2.6.10",
"vue-class-component": "^7.2.3",
"vue-property-decorator": "^8.4.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.2.3",
"@vue/cli-plugin-eslint": "^4.2.3",
"@vue/cli-plugin-router": "^4.2.3",
"@vue/cli-plugin-typescript": "^4.2.3",
"@vue/cli-plugin-vuex": "^4.2.3",
"@vue/cli-service": "^4.2.3",
"@vue/eslint-config-prettier": "^5.0.0",
"@vue/eslint-config-typescript": "^4.0.0",
"eslint": "^5.16.0",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-vue": "^5.0.0",
"html-webpack-plugin": "^4.0.4",
"prettier": "^1.19.1",
"script-ext-html-webpack-plugin": "^2.1.4",
"stylus": "^0.54.7",
"stylus-loader": "^3.0.2",
"svg-sprite-loader": "^4.2.1",
"typescript": "~3.5.3",
"vue-template-compiler": "^2.6.10"
},
"engines": {
"node": "v10.17.0"
}
}