forked from WordPress/wordcamp.org
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 1.04 KB
/
package.json
File metadata and controls
32 lines (32 loc) · 1.04 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
{
"name": "wordcamp.org",
"version": "1.0.0",
"description": "WordCamp.org Project",
"author": "WordCamp Team",
"license": "GPL-2.0-or-later",
"private": true,
"keywords": [],
"homepage": "https://github.com/WordPress/wordcamp.org/",
"repository": "git+https://github.com/WordPress/wordcamp.org.git",
"bugs": {
"url": "https://github.com/WordPress/wordcamp.org/issues/"
},
"workspaces": [
"public_html/wp-content/mu-plugins/blocks",
"public_html/wp-content/mu-plugins/virtual-embeds",
"public_html/wp-content/plugins/multi-event-sponsors",
"public_html/wp-content/plugins/wc-post-types",
"public_html/wp-content/plugins/wcpt",
"public_html/wp-content/plugins/wordcamp-forms-to-drafts",
"public_html/wp-content/plugins/wordcamp-speaker-feedback",
"public_html/wp-content/themes/wporg-events-2023",
"public_html/wp-content/themes/wporg-flagship-landing"
],
"devDependencies": {
"@wordpress/eslint-plugin": "24.1.0",
"@wordpress/jest-preset-default": "12.39.0"
},
"browserslist": [
"extends @wordpress/browserslist-config"
]
}