-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 943 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 943 Bytes
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
{
"name": "@builtnorth/wp-component-library",
"version": "1.1.5",
"description": "Library of components for use in the WordPress block editor.",
"main": "build/index.js",
"module": "build/index.js",
"scripts": {
"start": "wp-scripts start",
"build": "wp-scripts build",
"format": "wp-scripts format",
"lint:js": "wp-scripts lint-js",
"lint:md:docs": "wp-scripts lint-md-docs",
"lint:pkg-json": "wp-scripts lint-pkg-json"
},
"repository": {
"type": "git",
"url": "git+:https://github.com/builtnorth/wp-component-library.git"
},
"author": "Built North",
"license": "GPL-2.0-or-later",
"bugs": {
"url": "https://github.com/builtnorth/wp-component-library.git/issues"
},
"homepage": "https://github.com/builtnorth/wp-admin-dashboard?tab=readme-ov-file#readme",
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/modifiers": "^9.0.0",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2"
}
}