-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
55 lines (55 loc) · 1.69 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
{
"name": "vue-pswipe",
"version": "0.15.3",
"description": "a vue plugin for photoswipe",
"author": "guoqichen",
"scripts": {
"build": "vue-cli-service build --target lib --name Photoswipe ./src/main.ts",
"dev": "vue-cli-service serve ./example/index.ts",
"report": "npm run build -- --report",
"test": "vue-cli-service test:unit --silent",
"test:coverage": "npm test -- --coverage --silent"
},
"main": "dist/Photoswipe.umd.min.js",
"dependencies": {
"@types/photoswipe": "^4.1.1",
"photoswipe": "^4.1.3"
},
"devDependencies": {
"@types/jest": "^23.1.4",
"@vue/cli-plugin-babel": "^3.9.2",
"@vue/cli-plugin-eslint": "^3.9.2",
"@vue/cli-plugin-typescript": "^3.9.0",
"@vue/cli-plugin-unit-jest": "^3.9.0",
"@vue/cli-service": "^3.9.3",
"@vue/eslint-config-airbnb": "^3.0.5",
"@vue/eslint-config-typescript": "^3.2.1",
"@vue/test-utils": "1.0.0-beta.29",
"babel-core": "7.0.0-bridge.0",
"codecov": "^3.5.0",
"sass": "^1.22.7",
"sass-loader": "^7.1.0",
"ts-jest": "^23.0.0",
"typescript": "^3.5.3",
"video.js": "^5.20.5",
"vue": "^2.6.10",
"vue-class-component": "^6.3.2",
"vue-property-decorator": "^7.3.0",
"vue-template-compiler": "^2.6.10"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
],
"keywords": [
"vue",
"photoswipe"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/GuoQichen/vue-pswipe.git"
},
"types": "types/index.d.ts"
}