-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.57 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
{
"name": "simple-lightbox-gallery",
"version": "1.0.0",
"description": "A modern, accessible, simple lightbox gallery with no dependencies",
"main": "dist/simple-lightbox-gallery.js",
"style": "dist/simple-lightbox-gallery.css",
"scripts": {
"build": "webpack --mode production",
"dev": "webpack serve --mode development",
"test": "jest",
"lint": "eslint src",
"prepare": "npm run build"
},
"keywords": [
"lightbox",
"gallery",
"image",
"modal",
"popup",
"responsive",
"accessible",
"light gallery",
"lightbox gallery",
"simple lightbox gallery"
],
"repository": {
"type": "git",
"url": "git+https://github.com/raghuchinnannan/simple-lightbox-gallery.git"
},
"homepage": "https://a2plugins.com/simple-lightbox-gallery",
"author": "Raghu Chinnannan <info@raghu.ch> (https://raghu.ch/)",
"license": "GPLv3",
"devDependencies": {
"@babel/core": "^7.23.5",
"@babel/preset-env": "^7.23.5",
"autoprefixer": "^10.4.16",
"babel-loader": "^9.1.3",
"css-loader": "^6.8.1",
"css-minimizer-webpack-plugin": "^5.0.1",
"eslint": "^8.55.0",
"jest": "^29.7.0",
"mini-css-extract-plugin": "^2.7.6",
"postcss": "^8.4.32",
"postcss-loader": "^7.3.3",
"style-loader": "^3.3.3",
"terser-webpack-plugin": "^5.3.9",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
},
"bugs": {
"url": "https://github.com/raghuchinnannan/simple-lightbox-gallery/issues"
},
"browserslist": [
">0.2%",
"not dead",
"not op_mini all"
]
}