-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 1 KB
/
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": "cc-client",
"version": "0.1.0",
"description": "Commons Connect client plugin.",
"author": "MESH Research",
"license": "MIT",
"scripts": {
"build": "wp-scripts build --webpack-src-dir=src/blocks",
"build:admin": "wp-scripts build src/admin/admin.ts",
"format": "wp-scripts format",
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js",
"packages-update": "wp-scripts packages-update",
"plugin-zip": "wp-scripts plugin-zip",
"start": "wp-scripts start --webpack-src-dir=src/blocks"
},
"devDependencies": {
"@types/wordpress__block-editor": "^11.5.1",
"@wordpress/scripts": "^27.7.0"
},
"dependencies": {
"@wordpress/api-fetch": "^6.53.0",
"@wordpress/components": "^27.4.0",
"@wordpress/element": "^5.34.0",
"@wordpress/i18n": "^4.56.0",
"moment": "^2.30.1"
},
"prettier": {
"tabWidth": 4,
"useTabs": false
}
}