-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
82 lines (82 loc) · 2.4 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "vue-lightbox-advanced",
"description": "Vue Lightbox Advanced Photo Grid component for Vue.js",
"private": false,
"packageManager": "pnpm@7.1.0",
"version": "2.0.2",
"type": "module",
"author": "Code-E-Shop",
"license": "MIT",
"main": "dist/vue-lightbox-advanced.js",
"browser": "dist/vue-lightbox-advanced.umd.cjs",
"module": "dist/vue-lightbox-advanced.umd.cjs",
"unpkg": "dist/vue-lightbox-advanced.js",
"bugs": {
"url": "https://github.com/codeeshop-oc/vue-lightbox-advanced/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codeeshop-oc/vue-lightbox-advanced.git"
},
"keywords": [
"vue",
"vue2",
"vue3",
"grid view",
"collage",
"lightbox",
"vue-lightbox",
"vue-lightbox-advanced",
"lightbox advanced",
"lightbox events",
"shuffle images",
"shuffle"
],
"homepage": "https://codeeshop-oc.github.io/vue-lightbox-advanced/",
"files": [
"dist/*",
"src/**/*.vue"
],
"sideEffects": false,
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build --minify",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs",
"test": "vitest",
"format": "prettier --write --parser typescript \"(src|test|packages|types)/**/*.ts\"",
"lint:fix": "eslint ./src --ext .jsx,.js,.ts,.tsx --quiet --fix --ignore-path ./.gitignore",
"lint:format": "prettier --loglevel warn --write \"./**/*.{js,jsx,ts,tsx,vue,css,md,json}\" ",
"lint": "yarn lint:format && yarn lint:fix ",
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.2.45"
},
"devDependencies": {
"@algolia/client-search": "^4.14.3",
"@jridgewell/sourcemap-codec": "^1.4.14",
"@typescript-eslint/eslint-plugin": "^5.50.0",
"@typescript-eslint/parser": "^5.50.0",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/test-utils": "^2.2.10",
"eslint": "^8.33.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.9.0",
"happy-dom": "^8.2.3",
"prettier": "^2.8.3",
"recommended": "link:@vue/typescript/recommended",
"sourcemap-codec": "^1.4.8",
"typescript": "^4.9.3",
"vite": "^4.1.0",
"vite-plugin-eslint": "^1.8.1",
"vitepress": "1.0.0-alpha.45",
"vitest": "^0.28.4",
"vue-tsc": "^1.0.24"
},
"engines": {
"node": ">=14"
}
}