{ "name": "woo-dash", "version": "0.1.0", "main": "js/index.js", "author": "Automattic", "license": "GPL-2.0-or-later", "repository": "", "engines": { "node": "8.11.0", "npm": "5.6.0" }, "scripts": { "build": "NODE_ENV=production webpack", "dev": "webpack", "watch": "webpack --watch", "lint": "eslint js/src --ext=js,jsx", "i18n": "pot-to-php ./languages/woo-dash.pot ./languages/woo-dash.php woo-dash && grunt i18n" }, "devDependencies": { "@wordpress/babel-plugin-makepot": "^1.0.0", "@wordpress/babel-preset-default": "^1.2.0", "@wordpress/i18n": "^1.1.0", "babel-core": "^6.26.3", "babel-eslint": "^8.2.3", "babel-loader": "^7.1.4", "babel-plugin-transform-async-generator-functions": "^6.24.1", "css-loader": "^0.28.11", "eslint": "^4.18.2", "eslint-config-wpcalypso": "^3.0.0", "eslint-loader": "^2.0.0", "eslint-plugin-jsx-a11y": "^6.0.3", "eslint-plugin-react": "^7.7.0", "eslint-plugin-wpcalypso": "^4.0.1", "extract-text-webpack-plugin": "^4.0.0-beta.0", "grunt": "^1.0.2", "grunt-wp-i18n": "^1.0.2", "node-sass": "^4.9.0", "prettier": "github:automattic/calypso-prettier#c56b4251", "prop-types": "^15.6.1", "sass-loader": "^7.0.1", "style-loader": "^0.21.0", "webpack": "^4.8.0", "webpack-cli": "^2.1.3" }, "dependencies": { "lodash": "^4.17.10" } }