-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 1.11 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
{
"name": "mosne-dark-palette",
"version": "0.1.4",
"description": "Create and apply your dark palette in an a11y friendly way using the new Interactivity API.",
"author": "mosne",
"license": "GPL-2s.0-or-later",
"main": "build/index.js",
"scripts": {
"build": "wp-scripts build --experimental-modules",
"format": "wp-scripts format",
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js",
"packages-update": "wp-scripts packages-update",
"plugin-zip": "wp-scripts plugin-zip",
"start": "wp-scripts start --experimental-modules",
"make-pot": "wp i18n make-pot . languages/mosne-dark-palette.pot --slug=mosne-dark-palette --domain=mosne-dark-palette --exclude=node_modules,src",
"make-json": "wp i18n make-json languages/ --no-purge"
},
"dependencies": {
"@wordpress/block-editor": "^12.23.0",
"@wordpress/components": "^26.0.0",
"@wordpress/element": "^5.27.0",
"@wordpress/i18n": "^4.50.0",
"@wordpress/icons": "^9.45.0",
"@wordpress/interactivity": "^5.3.0"
},
"devDependencies": {
"@wordpress/scripts": "^27.5.0"
},
"volta": {
"node": "20.12.0",
"yarn": "1.22.22"
}
}