-
Notifications
You must be signed in to change notification settings - Fork 56
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.76 KB
/
package.json
File metadata and controls
70 lines (70 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "bbpress",
"version": "2.7.0-alpha-1",
"author": "The bbPress Contributors",
"description": "Forum software with a twist from the creators of WordPress.",
"homepage": "https://bbpress.org",
"license": "GPL-2.0-or-later",
"keywords": [
"community",
"forums",
"topics",
"replies",
"profiles",
"support"
],
"repository": {
"type": "svn",
"url": "https://bbpress.svn.wordpress.org/trunk"
},
"bugs": {
"url": "https://bbpress.trac.wordpress.org/"
},
"engines": {
"node": ">=12.0.0",
"npm": ">=6.9.0"
},
"browserslist": [
"extends @wordpress/browserslist-config"
],
"devDependencies": {
"@wordpress/browserslist-config": "~2.1.3",
"@wordpress/env": "^10.8.0",
"@wordpress/stylelint-config": "~22.4.0",
"autoprefixer": "~8.2.0",
"browserslist": "~4.23.2",
"coffeescript": "~2.7.0",
"eslint": "~8.57.0",
"grunt": "~1.6.1",
"grunt-check-dependencies": "~1.0.0",
"grunt-checktextdomain": "~1.0.1",
"grunt-composer": "~0.4.5",
"grunt-contrib-clean": "~1.1.0",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-cssmin": "~2.2.0",
"grunt-contrib-uglify": "~3.0.1",
"grunt-contrib-watch": "~1.1.0",
"grunt-exec": "~2.0.0",
"grunt-eslint": "~24.3.0",
"grunt-legacy-util": "~1.1.1",
"grunt-patch-wordpress": "~1.0.0",
"grunt-postcss": "~0.9.0",
"grunt-rtlcss": "~2.0.2",
"grunt-sass": "~3.1.0",
"grunt-stylelint": "~0.18",
"grunt-terser": "~2.0.0",
"grunt-wp-i18n": "~1.0.3",
"matchdep": "~2.0.0",
"node-sass": "~9.0.0",
"postcss": "~8.4.40",
"postcss-markdown": "~1.2.0",
"postcss-scss": "~1.0.2",
"stylelint": "~14",
"stylelint-scss": "~5",
"terser": "~5.31.3"
},
"scripts": {
"wp-env": "wp-env",
"test-php": "npm run wp-env run cli -- --env-cwd=wp-content/plugins/bbPress composer test"
}
}