-
- Downloads
init
Showing
- .editorconfig 89 additions, 0 deletions.editorconfig
- .gitattributes 10 additions, 0 deletions.gitattributes
- .gitignore 1 addition, 0 deletions.gitignore
- .gitlab-ci.yml 4 additions, 0 deletions.gitlab-ci.yml
- CHANGELOG.md 5 additions, 0 deletionsCHANGELOG.md
- LICENSE.md 21 additions, 0 deletionsLICENSE.md
- README.md 20 additions, 0 deletionsREADME.md
- package-lock.json 0 additions, 0 deletionspackage-lock.json
- package.json 20 additions, 0 deletionspackage.json
.editorconfig
0 → 100644
.gitattributes
0 → 100644
.gitignore
0 → 100644
.gitlab-ci.yml
0 → 100644
CHANGELOG.md
0 → 100644
LICENSE.md
0 → 100644
README.md
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
{ | |||
"name": "wordpress-ui-components", | |||
"version": "1.0.0", | |||
"description": "", | |||
"main": "index.js", | |||
"scripts": { | |||
"test": "echo \"Error: no test specified\" && exit 1" | |||
}, | |||
"repository": { | |||
"type": "git", | |||
"url": "https://gitlab.wpdesk.dev/wpdesk/wordpress-ui-components" | |||
}, | |||
"private": true, | |||
"dependencies": { | |||
"@wordpress/block-editor": "^14.13.0", | |||
"@wordpress/components": "^29.4.0", | |||
"@wordpress/i18n": "^5.18.0", | |||
"react": "^18.3.1" | |||
} | |||
} |
Please register or sign in to comment