-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
executable file
·65 lines (65 loc) · 1.75 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
58
59
60
61
62
63
64
65
{
"name": "disqus-conditional-load",
"version": "11.1.2",
"private": true,
"description": "Disqus commenting system for WordPress with advanced features like like <strong>lazy load, shortcode</strong> etc.",
"keywords": [
"disqus",
"disqus conditional load",
"comment hide",
"hide disqus",
"disqus comments",
"disqus on click",
"disqus auto load",
"disqus",
"woocommerce comments",
"edd comments"
],
"homepage": "https://dclwp.com/",
"license": "GPL-2.0",
"author": {
"name": "Joel James",
"url": "https://dclwp.com"
},
"main": "disqus-conditional-load.php",
"repository": "git+https://github.com/Joel-James/disqus-conditional-load.git",
"scripts": {
"translate": "clear && grunt translate",
"watch": "clear && webpack --watch --mode development",
"compile": "clear && webpack -p --progress",
"build": "clear && npm run compile && grunt prepare && grunt build"
},
"devDependencies": {
"grunt": "^1.0.3",
"grunt-checktextdomain": "^1.0.1",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-compress": "^1.4.3",
"grunt-contrib-copy": "^1.0.0",
"grunt-wp-i18n": "^1.0.2",
"load-grunt-tasks": "^4.0.0",
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@babel/preset-react": "^7.9.4",
"@wordpress/eslint-plugin": "^5.0.1",
"autoprefixer": "^9.7.6",
"babel-loader": "^8.1.0",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^3.5.2",
"eslint": "^6.8.0",
"file-loader": "^6.0.0",
"webpack": "^4.42.1",
"webpack-command": "^0.5.0",
"lodash": "^4.17.15",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.13.1",
"postcss-loader": "^3.0.0",
"prettier": "^2.0.4",
"sass-loader": "^8.0.2",
"style-loader": "^1.1.4",
"url-loader": "^4.1.0"
},
"browserslist": [
"ie > 9",
"> 1%"
]
}