-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
32 lines (32 loc) · 1.04 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
{
"name": "dewp-planet-feed",
"version": "0.4.0-beta",
"description": "Generates a custom RSS2 feed “dewp-planet”. Adds a checkbox to the Publish meta box in order to expicitely add a post to that custom feed.",
"scripts": {
"build:production": "webpack --config webpack.config.production.js",
"build:dev": "webpack",
"watch": "webpack --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/deworg/dewp-planet-feed.git"
},
"author": "Florian Brinkmann, Caspar Hübinger, Dominik Schilling, Torsten Landsiedel",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/deworg/dewp-planet-feed/issues"
},
"homepage": "https://github.com/deworg/dewp-planet-feed#readme",
"devDependencies": {
"@wordpress/babel-preset-default": "^5.0.1",
"babel-core": "^6.26.3",
"babel-loader": "^8.2.2",
"webpack": "^5.21.2",
"webpack-cli": "^4.5.0"
},
"dependencies": {
"babel-plugin-lodash": "^3.3.4",
"lodash": ">=4.17.21",
"lodash-webpack-plugin": "^0.11.6"
}
}