2018-02-13 19:03:53 +00:00
|
|
|
{
|
|
|
|
"name": "woocommerceproductsblock",
|
|
|
|
"title": "WooCommerce Products Block",
|
|
|
|
"version": "3.3.0",
|
|
|
|
"homepage": "https://woocommerce.com/",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com:woocommerce/woocommerce-gutenberg-products-block.git"
|
|
|
|
},
|
|
|
|
"license": "GPL-3.0+",
|
|
|
|
"main": "Gruntfile.js",
|
|
|
|
"scripts": {
|
2018-11-13 19:12:32 +00:00
|
|
|
"build": "cross-env BABEL_ENV=default NODE_ENV=production webpack",
|
2018-11-13 19:21:04 +00:00
|
|
|
"start": "cross-env BABEL_ENV=default webpack --watch",
|
2018-11-15 15:45:49 +00:00
|
|
|
"lint": "npm run lint:css && npm run lint:js",
|
|
|
|
"lint:css": "stylelint assets/css",
|
2018-11-13 19:21:04 +00:00
|
|
|
"lint:js": "eslint assets/js --ext=js,jsx"
|
2018-02-13 19:03:53 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2018-11-13 19:12:32 +00:00
|
|
|
"@babel/core": "^7.1.5",
|
|
|
|
"@wordpress/babel-plugin-import-jsx-pragma": "^1.1.2",
|
|
|
|
"@wordpress/babel-preset-default": "^3.0.1",
|
|
|
|
"autoprefixer": "^9.3.1",
|
2018-11-13 19:21:04 +00:00
|
|
|
"babel-eslint": "^10.0.1",
|
2018-11-13 19:12:32 +00:00
|
|
|
"babel-loader": "^8.0.4",
|
|
|
|
"clean-webpack-plugin": "^0.1.19",
|
|
|
|
"cross-env": "5.2.0",
|
|
|
|
"css-loader": "^1.0.1",
|
2018-11-13 19:21:04 +00:00
|
|
|
"eslint": "^5.9.0",
|
|
|
|
"eslint-config-wordpress": "^2.0.0",
|
|
|
|
"eslint-plugin-jest": "^22.0.0",
|
|
|
|
"eslint-plugin-jsx-a11y": "^6.1.2",
|
|
|
|
"eslint-plugin-react": "^7.11.1",
|
|
|
|
"eslint-plugin-wordpress": "git://github.com/WordPress-Coding-Standards/eslint-plugin-wordpress.git#1774343f6226052a46b081e01db3fca8793cc9f1",
|
2018-11-13 19:12:32 +00:00
|
|
|
"mini-css-extract-plugin": "^0.4.4",
|
|
|
|
"node-sass": "^4.10.0",
|
|
|
|
"postcss-loader": "^3.0.0",
|
|
|
|
"sass-loader": "^7.1.0",
|
|
|
|
"style-loader": "^0.23.1",
|
2018-11-15 15:45:49 +00:00
|
|
|
"stylelint": "^9.8.0",
|
|
|
|
"stylelint-config-wordpress": "^13.1.0",
|
2018-11-13 19:12:32 +00:00
|
|
|
"webpack": "^4.25.1",
|
|
|
|
"webpack-cli": "^3.1.2"
|
2018-02-13 19:03:53 +00:00
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=8.9.3",
|
|
|
|
"npm": ">=5.5.1"
|
|
|
|
}
|
2018-09-05 18:30:46 +00:00
|
|
|
}
|