-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.28 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
{
"name": "comment-not-replied-to",
"version": "1.5.8",
"description": "=== CNRT - Comment Not Replied To === Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=AXE284FYMNWDC Tags: ratings, rating, postrating, google rating, 5 star, review, reviews, star rating, vote, votes Requires at least: 4.3.0 Contributors: Dudo Tested up to: 5.0.2 Requires PHP: 5.3 Stable tag: 1.8.5 License URI: http://www.gnu.org/licenses/gpl-2.0.html",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"pricing": "webpack --watch --config webpack-pricing.dev.js",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "[email protected]:Dudo1985/Comments-Not-Replied-To.git"
},
"keywords": [],
"author": "",
"license": "GPL-2.0-or-later",
"devDependencies": {
"@babel/cli": "^7.18.6",
"@babel/core": "^7.18.6",
"@babel/preset-env": "^7.18.6",
"@babel/preset-react": "^7.18.6",
"babel-loader": "^8.2.5",
"babel-preset-react-app": "^10.0.1",
"css-loader": "^6.7.1",
"webpack": "^5.73.0",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^4.10.0",
"webpack-merge": "^5.8.0"
},
"dependencies": {
"uuid": "^8.3.2"
}
}