forked from xylusthemes/wp-event-aggregator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 811 Bytes
/
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
{
"name": "wp-event-aggregator",
"version": "1.6.0",
"license": "GPL-2.0+",
"main": "blocks/index.js",
"scripts": {
"dev": "cross-env BABEL_ENV=default webpack --watch",
"build": "cross-env BABEL_ENV=default NODE_ENV=production webpack -p"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@wordpress/babel-preset-default": "^2.1.0",
"babel-eslint": "^9.0.0",
"babel-loader": "^8.0.2",
"classnames": "^2.2.6",
"cross-env": "^5.2.0",
"css-loader": "^1.0.0",
"eslint": "^5.5.0",
"extract-text-webpack-plugin": "^3.0.2",
"node-sass": "^4.13.1",
"npm-check": "^5.9.2",
"postcss-loader": "^3.0.0",
"raw-loader": "^0.5.1",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.0",
"webpack": "^4.42.1",
"webpack-cli": "^3.1.0"
}
}