forked from buddyboss/buddyboss-platform
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.09 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
{
"description": "BuddyBoss adds community features to WordPress. Member Profiles, Activity Streams, Direct Messaging, Notifications, and more!",
"devDependencies": {
"grunt": "^1.1.0",
"grunt-apidoc": "^0.11.0",
"grunt-check-dependencies": "~1.0.0",
"grunt-checktextdomain": "~1.0.1",
"grunt-contrib-clean": "~2.0.0",
"grunt-contrib-compress": "^1.6.0",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-imagemin": "^4.0.0",
"grunt-contrib-jshint": "~2.1.0",
"grunt-contrib-uglify": "~4.0.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-exec": "~3.0.0",
"grunt-jsvalidate": "~0.2.2",
"grunt-legacy-util": "^1.1.1",
"grunt-patch-wordpress": "^2.0.0",
"grunt-rtlcss": "^2.0.2",
"grunt-sass": "~3.1.0",
"grunt-stylelint": "^0.15.0",
"grunt-wp-i18n": "^1.0.3",
"matchdep": "^2.0.0",
"node-sass": "^4.14.1",
"postcss": "^7.0.32",
"postcss-scss": "^2.1.1",
"stylelint": "~13.3.3",
"stylelint-config-wordpress": "~16.0.0"
},
"engines": {
"node": ">=12.16.3"
},
"license": "GPL-2.0-or-later",
"version": "3.1.0",
"dependencies": {}
}