forked from polylang/polylang
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.33 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
{
"name": "@wpsyntex/polylang",
"version": "3.1.0",
"description": "Adds multilingual capability to WordPress",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"build": "npm run clean && webpack --mode production",
"build:dev": "npm run clean && webpack --mode development",
"dev": "npm run clean && webpack --mode development --watch",
"clean": "rimraf js/build css/build",
"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": "^4.0.0",
"copy-webpack-plugin": "^9.0.1",
"css-loader": "^6.2.0",
"css-minimizer-webpack-plugin": "^3.0.2",
"mini-css-extract-plugin": "^2.3.0",
"postcss": "^8.3.6",
"rimraf": "^3.0.2",
"terser-webpack-plugin": "^5.2.4",
"webpack": "^5.52.1",
"webpack-cli": "^4.8.0"
}
}