-
Notifications
You must be signed in to change notification settings - Fork 2k
/
package.json
32 lines (32 loc) · 913 Bytes
/
package.json
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
32
{
"name": "@automattic/o2-blocks",
"version": "1.0.0",
"description": "Gutenberg extensions for o2 theme.",
"main": "dist/editor.js",
"sideEffects": false,
"repository": {
"type": "git",
"url": "git://github.com/Automattic/wp-calypso.git",
"directory": "packages/o2-blocks"
},
"private": true,
"author": "Automattic, Inc.",
"license": "GPL-2.0-or-later",
"bugs": {
"url": "https://github.com/Automattic/wp-calypso/issues"
},
"homepage": "https://github.com/Automattic/wp-calypso",
"scripts": {
"clean": "npx rimraf dist",
"prepublish": "npm run clean",
"prepare": "webpack --config='../calypso-build/webpack.config.js' --output-path='./dist' editor='./src/editor.js' "
},
"dependencies": {
"@wordpress/blocks": "6.0.7",
"@wordpress/components": "7.0.8",
"@wordpress/editor": "9.0.11",
"@wordpress/element": "2.1.9",
"@wordpress/i18n": "3.1.1",
"classnames": "2.2.6"
}
}