-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.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
33
34
35
{
"name": "wpui-sample-app",
"version": "1.0.0",
"description": "Sample standalone app using wpui",
"main": "index.js",
"scripts": {
"build": "wp-scripts build --webpack-no-externals",
"check-engines": "wp-scripts check-engines",
"check-licenses": "wp-scripts check-licenses",
"format": "wp-scripts format",
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js",
"lint:md:docs": "wp-scripts lint-md-docs",
"lint:pkg-json": "wp-scripts lint-pkg-json",
"packages-update": "wp-scripts packages-update",
"start": "wp-scripts start --webpack-no-externals",
"serve": "serve",
"dev": "concurrently --kill-others npm:start npm:serve",
"test:e2e": "wp-scripts test-e2e",
"test:unit": "wp-scripts test-unit-js"
},
"author": "lubus",
"license": "ISC",
"dependencies": {
"@wordpress/components": "^25.10.0",
"@wordpress/compose": "^6.21.0",
"@wordpress/element": "^5.21.0",
"@wordpress/icons": "^9.35.0"
},
"devDependencies": {
"@wordpress/scripts": "^26.16.0",
"concurrently": "^8.2.2",
"serve": "^14.2.1"
}
}