-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.39 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.39 KB
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": "@deworg/webring",
"version": "2.1.0",
"description": "Manage a webring on your WordPress site.",
"author": "Bernhard Kau",
"license": "GPL-3.0-or-later",
"main": "build/index.js",
"scripts": {
"build": "wp-scripts build --webpack-copy-php --blocks-manifest",
"check-engines": "wp-scripts check-engines",
"check-licenses": "wp-scripts check-licenses",
"format": "wp-scripts format",
"format:js": "wp-scripts format-js",
"format:js:src": "wp-scripts format-js ./src",
"lint:css": "wp-scripts lint-style",
"lint:css:src": "wp-scripts lint-style 'src/**/*.css'",
"lint:js": "wp-scripts lint-js",
"lint:js:src": "wp-scripts lint-js ./src",
"lint:md:docs": "wp-scripts lint-md-docs",
"lint:md:js": "wp-scripts lint-md-js",
"lint:pkg-json": "wp-scripts lint-pkg-json",
"make-json": "wp i18n make-json languages/ --no-purge",
"make-pot": "wp i18n make-pot . languages/webring.pot --exclude=vendor,node_modules,src",
"packages-update": "wp-scripts packages-update",
"plugin-zip": "wp-scripts plugin-zip",
"postpackages-update": "npm run build",
"start": "wp-scripts start --webpack-copy-php --blocks-manifest",
"test:e2e": "wp-scripts test-e2e",
"test:unit": "wp-scripts test-unit-js"
},
"devDependencies": {
"@wordpress/icons": "^11.7.0",
"@wordpress/scripts": "^31.4.0",
"postcss-prefix-selector": "^2.1.1"
},
"dependencies": {
"prismjs": "^1.30.0"
}
}