-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 1.08 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
{
"name": "light-modal-block",
"version": "0.0.0-development",
"description": "Lightweight, customizable modal block for the WordPress block editor",
"author": "The WordPress Contributors",
"license": "GPL-2.0-or-later",
"main": "build/index.js",
"repository": {
"type": "git",
"url": "https://github.com/cloudcatch/light-modal-block.git"
},
"bugs": {
"url": "https://github.com/cloudcatch/light-modal-block/issues",
"email": "[email protected]"
},
"scripts": {
"build": "wp-scripts build",
"format": "wp-scripts format",
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js",
"packages-update": "wp-scripts packages-update",
"plugin-zip": "bash ./bin/build-zip.sh",
"start": "wp-scripts start"
},
"devDependencies": {
"@wordpress/icons": "^10.5.0",
"@wordpress/scripts": "^28.5.0",
"classnames": "^2.3.2",
"lodash": "^4.17.21",
"nanoid": "^4.0.2",
"semantic-release": "^21.0.3",
"semantic-release-plugin-update-version-in-files": "^1.1.0",
"ts-loader": "^9.4.3",
"typescript": "^5.0.4"
},
"dependencies": {
"js-cookie": "^3.0.5"
}
}