-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
47 lines (47 loc) · 1.67 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
40
41
42
43
44
45
46
47
{
"name": "wikipediapreview-wordpress",
"version": "1.14.3",
"description": "WordPress plugin for Wikipedia Preview",
"main": "init.js",
"scripts": {
"test": "npm run lint:js && npm run lint:css && npm run check-engines && npm run check-licenses",
"start": "wp-scripts start src/init.js src/index.js",
"build": "wp-scripts build src/init.js src/index.js",
"lint:js": "wp-scripts lint-js src",
"lint:js:fix": "wp-scripts lint-js src --fix",
"lint:css": "wp-scripts lint-style src",
"lint:css:fix": "wp-scripts lint-style src --fix",
"check-engines": "wp-scripts check-engines",
"check-licenses": "wp-scripts check-licenses --prod --mit",
"postinstall": "sh scripts/postinstall.sh",
"version": "sh scripts/version.sh",
"postversion": "git push && git push --tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wikimedia/wikipediapreview-wordpress.git"
},
"author": "Wikimedia Foundation",
"license": "MIT",
"bugs": {
"url": "https://phabricator.wikimedia.org/project/profile/4393/"
},
"homepage": "https://github.com/wikimedia/wikipediapreview-wordpress#readme",
"dependencies": {
"@wikimedia/language-data": "^1.1.8",
"@wordpress/block-editor": "^14.9.0",
"@wordpress/components": "^29.0.0",
"@wordpress/compose": "^7.14.0",
"@wordpress/data": "^10.14.0",
"@wordpress/edit-post": "^8.14.0",
"@wordpress/element": "^6.14.0",
"@wordpress/i18n": "^5.14.0",
"@wordpress/plugins": "^7.14.0",
"@wordpress/rich-text": "^7.14.0",
"wikipedia-preview": "1.12.4"
},
"devDependencies": {
"@wordpress/eslint-plugin": "^22.0.0",
"@wordpress/scripts": "^30.7.0"
}
}