|
1 | 1 | { |
2 | | - "name": "@wordpress/user-taxonomies", |
| 2 | + "name": "@wordpress/content-types", |
3 | 3 | "version": "1.0.0", |
4 | 4 | "private": true, |
5 | | - "description": "User-defined taxonomies editor components and data model.", |
| 5 | + "description": "User-defined content types (post types and taxonomies) editor components and data model.", |
6 | 6 | "author": "The WordPress Contributors", |
7 | 7 | "license": "GPL-2.0-or-later", |
8 | 8 | "keywords": [ |
9 | 9 | "wordpress", |
10 | 10 | "gutenberg", |
| 11 | + "content-types", |
| 12 | + "post-types", |
11 | 13 | "taxonomies" |
12 | 14 | ], |
13 | | - "homepage": "https://github.com/WordPress/gutenberg/tree/HEAD/packages/user-taxonomies/README.md", |
| 15 | + "homepage": "https://github.com/WordPress/gutenberg/tree/HEAD/packages/content-types/README.md", |
14 | 16 | "repository": { |
15 | 17 | "type": "git", |
16 | 18 | "url": "https://github.com/WordPress/gutenberg.git", |
17 | | - "directory": "packages/user-taxonomies" |
| 19 | + "directory": "packages/content-types" |
18 | 20 | }, |
19 | 21 | "bugs": { |
20 | 22 | "url": "https://github.com/WordPress/gutenberg/issues" |
|
25 | 27 | "types": "./build-types/index.d.ts", |
26 | 28 | "import": "./build-module/index.mjs" |
27 | 29 | }, |
| 30 | + "./build-style/": "./build-style/", |
28 | 31 | "./package.json": "./package.json" |
29 | 32 | }, |
30 | 33 | "wpScriptModuleExports": "./build-module/index.mjs", |
31 | 34 | "types": "build-types", |
32 | 35 | "dependencies": { |
| 36 | + "@wordpress/admin-ui": "file:../admin-ui", |
33 | 37 | "@wordpress/components": "file:../components", |
| 38 | + "@wordpress/compose": "file:../compose", |
34 | 39 | "@wordpress/core-data": "file:../core-data", |
35 | 40 | "@wordpress/data": "file:../data", |
36 | 41 | "@wordpress/dataviews": "file:../dataviews", |
|
39 | 44 | "@wordpress/icons": "file:../icons", |
40 | 45 | "@wordpress/notices": "file:../notices", |
41 | 46 | "@wordpress/private-apis": "file:../private-apis", |
| 47 | + "@wordpress/route": "file:../route", |
42 | 48 | "@wordpress/ui": "file:../ui", |
43 | 49 | "@wordpress/url": "file:../url" |
44 | 50 | }, |
|
0 commit comments