forked from publishpress/publishpress-series
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.08 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
{
"name": "organize-series",
"version": "1.0.0",
"description": "Assets for the Publishpress Series WordPress plugin",
"main": "webpack.dev.js",
"scripts": {
"watch": "webpack --watch --config webpack.dev.js",
"build": "webpack --config webpack.prod.js",
"watch-poll": "webpack --watch --watch-poll --config webpack.dev.js"
},
"author": "Darren Ethier",
"license": "GPL-2.0",
"browserslist": [
"extends @wordpress/browserslist-config"
],
"dependencies": {
"@wordpress/dom-ready": "^1.2.0",
"axios": "^0.16.2",
"qs": "^6.9.0"
},
"devDependencies": {
"@wordpress/browserslist-config": "^2.6.0",
"assets-webpack-plugin": "^3.9.10",
"autoprefixer": "^8.6.5",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"clean-webpack-plugin": "^0.1.19",
"extract-text-webpack-plugin": "^3.0.2",
"postcss-loader": "^2.1.6",
"uglifyjs-webpack-plugin": "^0.4.6",
"webpack": "^3.12.0",
"webpack-combine-loaders": "^2.0.4",
"webpack-merge": "^4.2.2"
}
}