forked from milindmore22/rate-my-post
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.42 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
{
"name": "rate-my-post",
"version": "3.0.0",
"description": "=== Rate my Post - WP Post Rating ===\r Contributors: blazk\r Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=HJH3AS8TP8FEC&source=url\r Tags: Rate Post, Rate Page, Star Rating, Post Feedback, Page Feedback, Responsive Star Rating, Lightweight Post Rating, Ajax Post Rating, Post Rating Analytics, Post Rating, Rich Snippet\r Requires at least: 4.7.0\r Tested up to: 5.3\r Stable tag: 2.10.3\r License: GPLv2 or later\r License URI: http://www.gnu.org/licenses/gpl-2.0.html",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Blaz K.",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.9.6",
"@babel/preset-env": "^7.9.6",
"autoprefixer": "^9.8.0",
"babel-loader": "^8.1.0",
"browser-sync": "^2.26.7",
"del": "^5.1.0",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^2.0.0",
"gulp-rtlcss": "^1.4.1",
"gulp-uglify": "^3.0.2",
"gulp-watch": "^5.0.1",
"gulp-wp-pot": "^2.4.2",
"postcss-hexrgba": "^2.0.0",
"postcss-import": "^12.0.1",
"postcss-mixins": "^6.2.3",
"postcss-nested": "^4.2.1",
"postcss-simple-vars": "^5.0.2",
"webpack": "^4.43.0"
},
"dependencies": {
"datatables": "^1.10.18",
"js-cookie": "^2.2.1",
"waypoints": "^4.0.1"
}
}