-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 loc) · 1.38 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
{
"name": "another-wordpress-classifieds-plugin",
"description": "A plugin that provides the ability to run a free or paid classified ads service on your wordpress blog.",
"directories": {
"test": "tests"
},
"scripts": {
"preinstall": "npx npm-force-resolutions",
"watch": "grunt watch",
"test": "phpunit",
"dev": "cross-env NODE_ENV=default webpack --watch"
},
"repository": {
"type": "git",
"url": "git://github.com/Strategy11/another-wordpress-classifieds-plugin.git"
},
"keywords": [
"wordpress",
"classifieds"
],
"resolutions": {
"braces": "^3.0.3",
"shelljs": "^0.8.5"
},
"author": "Strategy11",
"license": "GPL-2.0",
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@svgr/webpack": "^8.1.0",
"babel-loader": "^9.2.1",
"cross-env": "^7.0.3",
"css-loader": "^7.1.2",
"grunt": "^1.6.1",
"grunt-contrib-clean": "^2.0.1",
"grunt-contrib-compress": "^2.0.0",
"grunt-contrib-concat": "~1",
"grunt-contrib-jshint": "^3.2.0",
"grunt-contrib-less": "^3.0.0",
"grunt-contrib-uglify": "^5.2.2",
"grunt-contrib-watch": "^1.1.0",
"grunt-potomo": "^3.5.0",
"grunt-text-replace": "^0.4.0",
"grunt-wp-i18n": "^1.0.3",
"npm-force-resolutions": "^0.0.10",
"style-loader": "^4.0.0",
"underscore": "^1.13.6",
"webpack": "^5.96.1",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"@wordpress/dom-ready": "^4.12.0"
}
}