forked from bbpress/bbPress
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.4 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
48
49
50
51
52
53
54
55
56
57
{
"name": "bbpress",
"author": "The bbPress Contributors",
"description": "Forum software with a twist from the creators of WordPress.",
"version": "2.7.0-alpha-1",
"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",
"autoprefixer": "~8.2.0",
"grunt": "~1.4.1",
"grunt-check-dependencies": "~1.0.0",
"grunt-checktextdomain": "~1.0.1",
"grunt-contrib-clean": "~1.1.0",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-cssmin": "~2.2.0",
"grunt-contrib-jshint": "~1.1.0",
"grunt-contrib-uglify": "~3.0.1",
"grunt-contrib-watch": "~1.1.0",
"grunt-exec": "~2.0.0",
"grunt-jsvalidate": "~0.2.2",
"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.8.0",
"grunt-wp-i18n": "~1.0.3",
"matchdep": "~2.0.0",
"node-sass": "~4.14.1",
"postcss-scss": "~1.0.2",
"stylelint": "~13.6.1",
"stylelint-config-wordpress": "~15.0.0"
}
}