-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 1.23 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
36
37
38
39
{
"name": "wp-playground-generator",
"version": "1.0.0",
"description": "UI Tool to generate WordPress Playgrounds",
"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"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lubusIN/wp-playground-generator.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/lubusIN/wp-playground-generator/issues"
},
"homepage": "https://github.com/lubusIN/wp-playground-generator#readme",
"devDependencies": {
"@wordpress/scripts": "^26.9.0"
},
"dependencies": {
"@wordpress/components": "^25.4.0",
"@wordpress/compose": "^6.17.0",
"@wordpress/dom-ready": "^3.38.0",
"@wordpress/element": "^5.15.0",
"@wordpress/icons": "^9.30.0",
"@wordpress/url": "^3.40.0"
}
}