forked from polylang/polylang
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.18 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
{
"name": "polylang",
"version": "2.8.3",
"description": "Adds multilingual capability to WordPress",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"build": "webpack --mode production",
"build:dev": "webpack --mode development",
"dev": "webpack --mode development --watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/polylang/polylang.git"
},
"keywords": [
"multilingual",
"bilingual",
"translate",
"translation",
"language",
"multilanguage",
"international",
"localization"
],
"author": "WP Syntex",
"license": "GPL-3.0+",
"bugs": {
"url": "https://github.com/polylang/polylang/issues"
},
"homepage": "https://github.com/polylang/polylang#readme",
"devDependencies": {
"@wpsyntex/polylang-build-scripts": "^2.0.3",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^7.0.0",
"css-loader": "^5.0.1",
"css-minimizer-webpack-plugin": "^1.1.5",
"mini-css-extract-plugin": "^1.3.1",
"terser-webpack-plugin": "^5.1.1",
"webpack": "^5.9.0",
"webpack-cli": "^4.2.0"
}
}