-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathpackage.json
47 lines (47 loc) · 1.37 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
{
"name": "publishpress",
"version": "3.3.1",
"description": "PublishPress",
"repository": {
"type": "git",
"url": "git+https://github.com/publishpress/PublishPress.git"
},
"author": "PublishPress",
"license": "GPL-2.0-or-later",
"bugs": {
"url": "https://github.com/publishpress/PublishPress/issues"
},
"homepage": "https://github.com/publishpress/PublishPress#readme",
"devDependencies": {
"@babel/core": "^7.16.12",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.22.15",
"@wordpress/babel-preset-default": "^3.0.2",
"@wordpress/i18n": "^4.3.0",
"babel-jest": "^29.7.0",
"babel-loader": "^8.2.3",
"babel-minify-webpack-plugin": "^0.3.1",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-minify": "^0.5.0",
"cross-env": "^5.2.1",
"ini": "^2.0.0",
"jest": "^29.7.0",
"minimist": "^1.2.6",
"node-less": "^1.0.0",
"source-map-loader": "^1.0.0",
"ts-node": "^9.1.1",
"typescript": "^4.5.5",
"webpack": "5.94.0",
"webpack-cli": "^5.1.4"
},
"scripts": {
"dev": "webpack --watch",
"build-dev": "cross-env NODE_ENV=development webpack",
"build": "cross-env NODE_ENV=production webpack",
"test": "jest",
"makepot": "wp i18n make-pot . ./languages/publishpress.pot --domain=publishpress"
},
"dependencies": {
"dompurify": "^2.5.4"
}
}