Wordpress-plugin-Gutenberg-.../package.json

15 lines
288 B
JSON
Raw Permalink Normal View History

2021-08-01 17:27:57 +02:00
{
"name": "mobilizon-cgb-guten-block",
2021-08-04 12:28:43 +02:00
"version": "0.2",
2021-08-01 17:27:57 +02:00
"private": true,
"scripts": {
"start": "cgb-scripts start",
"build": "cgb-scripts build",
"eject": "cgb-scripts eject"
},
"dependencies": {
2021-08-04 12:28:43 +02:00
"cgb-scripts": "1.23.1",
"graphql-request": "^3.5.0"
2021-08-01 17:27:57 +02:00
}
}