-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·39 lines (39 loc) · 951 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
36
37
38
39
{
"name": "zr-coupon-reveal",
"title": "ZIOR Coupon Reveal",
"description": "Coupon reveal for Gutenberg blocks page builder",
"version": "0.1.0",
"homepage": "https://ziorweb.dev",
"author": {
"name": "ZIORWeb.Dev",
"url": "https://ziorweb.dev"
},
"license": "UNLICENSED",
"repository": {
"type": "git",
"url": "https://github.com/ZIORWebDev/zior-elementor-addon.git"
},
"scripts": {
"build": "wp-scripts build",
"start": "wp-scripts start"
},
"dependencies": {
"@wordpress/icons": "^9.15.0",
"@wordpress/scripts": "^24.6.0",
"@wordpress/server-side-render": "^4.2.0",
"axios": "^1.2.0",
"classnames": "^2.3.2",
"grunt": "^1.5.3",
"prop-types": "^15.8.1"
},
"devDependencies": {
"file-loader": "^6.2.0",
"grunt-cli": "^1.4.3",
"grunt-contrib-clean": "^2.0.1",
"mini-css-extract-plugin": "^2.7.1",
"sass": "^1.56.1",
"sass-loader": "^13.2.0",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.0"
}
}