-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 902 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
{
"name": "@imaginary-machines/pmsite-docs",
"private": true,
"version": "0.1.0",
"license": "GPL-2.0-or-later",
"main": "build/index.js",
"scripts": {
"test": "yarn test:unit",
"test:unit": "wp-scripts test-unit-js",
"build": "wp-scripts build",
"test:ci": "wp-scripts test-unit-js --ci",
"format:js": "wp-scripts format-js",
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js",
"start": "wp-scripts start"
},
"devDependencies": {
"@babel/core": "^7",
"@testing-library/react": "^12",
"@wordpress/scripts": "^16"
},
"dependencies": {
"@wordpress/block-editor": "^6",
"@wordpress/blocks": "^9",
"@wordpress/components": "^14",
"@wordpress/element": "^3",
"@wordpress/i18n": "^4",
"archiver": "^5.3.0"
}
}