-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 791 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 791 Bytes
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
{
"name": "@devbaze/stage",
"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 --passWithNoTests",
"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/components": "^14",
"@wordpress/element": "^3",
"@wordpress/i18n": "^4"
}
}