-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 930 Bytes
/
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
{
"name": "zr-lightbox",
"title": "ZIOR Lightbox",
"description": "Convert all content images into lightbox",
"version": "0.1.0",
"homepage": "https://ziorweb.dev",
"author": {
"name": "ZIORWeb.Dev",
"url": "https://github.com/ZIORWebDev"
},
"license": "GPL 2.0",
"repository": {
"type": "git",
"url": "https://github.com/ZIORWebDev/zior-elementor-addon.git"
},
"scripts": {
"build": "wp-scripts build",
"start": "wp-scripts start"
},
"dependencies": {
"@wordpress/scripts": "^24.6.0",
"lightbox2": "^2.11.3"
},
"devDependencies": {
"css-loader": "^6.7.2",
"file-loader": "^6.2.0",
"mini-css-extract-plugin": "^2.7.1",
"sass": "^1.56.1",
"sass-loader": "^13.2.0",
"style-loader": "^3.3.1",
"autoprefixer": "^9.0.0",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.0"
}
}