diff options
| author | danix <danix@danix.xyz> | 2020-10-16 15:47:20 +0200 |
|---|---|---|
| committer | danix <danix@danix.xyz> | 2020-10-16 15:47:20 +0200 |
| commit | 70bd62adbc387a0545d63c3468d239cff606de90 (patch) | |
| tree | 9aeb593af7dd5a48b96437016277e21991d28cb4 /package.json | |
| download | danixland-gravatar-70bd62adbc387a0545d63c3468d239cff606de90.tar.gz danixland-gravatar-70bd62adbc387a0545d63c3468d239cff606de90.zip | |
Initial commit of the plugin.
nuovo file: .editorconfig
nuovo file: .gitignore
nuovo file: block.json
nuovo file: build/index.asset.php
nuovo file: build/index.css
nuovo file: build/index.js
nuovo file: build/style-index.css
nuovo file: danixland-gravatar.php
nuovo file: package-lock.json
nuovo file: package.json
nuovo file: readme.txt
nuovo file: src/edit.js
nuovo file: src/editor.scss
nuovo file: src/index.js
nuovo file: src/save.js
nuovo file: src/style.scss
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..cb78008 --- /dev/null +++ b/package.json @@ -0,0 +1,22 @@ +{ + "name": "danixland-gravatar", + "version": "0.1.0", + "description": "Simple Gutemberg Block to insert a gravatar inside a post or page.", + "author": "danixland", + "license": "GPL-2.0-or-later", + "main": "build/index.js", + "scripts": { + "build": "wp-scripts build", + "format:js": "wp-scripts format-js", + "lint:css": "wp-scripts lint-style", + "lint:js": "wp-scripts lint-js", + "start": "wp-scripts start", + "packages-update": "wp-scripts packages-update" + }, + "devDependencies": { + "@wordpress/scripts": "^12.3.0" + }, + "dependencies": { + "crypto-js": "^4.0.0" + } +} |
