-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.09 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1.09 KB
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": "yard-query-block",
"version": "1.0.0",
"description": "",
"author": "Yard | Digital Agency",
"license": "MIT License",
"main": "public/index.js",
"scripts": {
"build": "wp-scripts build --webpack-src-dir=assets --output-path=public",
"format": "wp-scripts format ./assets",
"lint:css": "wp-scripts lint-style './assets/**/*.scss'",
"lint:js": "wp-scripts lint-js ./assets",
"packages-update": "wp-scripts packages-update",
"start": "wp-scripts start --webpack-src-dir=assets --output-path=public"
},
"devDependencies": {
"@wordpress/prettier-config": "^3.11.0",
"@wordpress/scripts": "^27.5.0"
},
"dependencies": {
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/modifiers": "^7.0.0",
"@dnd-kit/sortable": "^8.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@wordpress/api-fetch": "^6.51.0",
"@wordpress/blocks": "^12.31.0",
"@wordpress/components": "^27.2.0",
"@wordpress/element": "^5.31.0",
"@wordpress/eslint-plugin": "^17.11.0",
"@wordpress/server-side-render": "^4.31.0",
"debounce-promise": "^3.1.2",
"prettier": "npm:wp-prettier@^3.0.3",
"react-select": "^5.8.0"
}
}