-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.76 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.76 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
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "wikipediapreview-wordpress",
"version": "1.17.0",
"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.9",
"@wordpress/block-editor": "^15.9.0",
"@wordpress/components": "^30.9.0",
"@wordpress/compose": "^7.36.0",
"@wordpress/data": "^10.36.0",
"@wordpress/editor": "^14.36.0",
"@wordpress/element": "^6.36.0",
"@wordpress/i18n": "^6.9.0",
"@wordpress/plugins": "^7.36.0",
"@wordpress/rich-text": "^7.36.0",
"wikipedia-preview": "1.12.5"
},
"devDependencies": {
"@wordpress/eslint-plugin": "^22.22.0",
"@wordpress/scripts": "^31.1.0"
},
"overrides": {
"@babel/runtime": "^7.27.6",
"webpack-dev-server": "^5.2.1"
}
}