-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 814 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 814 Bytes
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
{
"name": "responsive-screenshot-block",
"version": "1.0.0",
"license": "MIT",
"main": "blocks/index.js",
"scripts": {
"dev": "cross-env webpack --watch",
"build": "cross-env NODE_ENV=production webpack -p"
},
"devDependencies": {
"@wordpress/babel-preset-default": "^3.0.2",
"babel-core": "^6.25.0",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.5",
"classnames": "^2.2.5",
"cross-env": "^5.1.4",
"css-loader": "^2.1.0",
"eslint": "^5.12.1",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"node-sass": "^4.13.1",
"postcss-loader": "^3.0.0",
"raw-loader": "^1.0.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"webpack": "^4.29.0",
"webpack-cli": "^3.2.1"
},
"dependencies": {
"autoprefixer": "^9.4.6"
}
}