{ "name": "wc-admin", "version": "0.4.0", "main": "js/index.js", "author": "Automattic", "license": "GPL-2.0-or-later", "repository": "", "engines": { "node": ">=8.0.0", "npm": ">=6.0.0" }, "scripts": { "install-if-deps-outdated": "node bin/install-if-deps-outdated.js", "install-if-no-packages": "node bin/install-if-no-packages.js", "clean": "rimraf ./dist ./packages/*/build ./packages/*/build-module ./packages/*/build-style", "prebuild": "npm run -s install-if-deps-outdated", "build:packages": "node ./bin/packages/build.js", "build:core": "cross-env NODE_ENV=production webpack", "build": "npm run build:packages && npm run build:core", "build:release": "./bin/build-plugin-zip.sh", "postbuild": "npm run -s i18n:php && npm run -s i18n:pot", "postshrinkwrap": "replace --silent 'http://' 'https://' ./package-lock.json", "prestart": "npm run -s install-if-deps-outdated", "dev:packages": "node ./bin/packages/watch.js", "start": "npm run build:packages && concurrently \"cross-env webpack --watch\" \"npm run dev:packages\"", "i18n:js": "cross-env NODE_ENV=production babel client -o /dev/null", "i18n:php": "pot-to-php ./languages/wc-admin.pot ./languages/wc-admin.php wc-admin", "i18n:pot": "grunt makepot", "i18n:check": "grunt checktextdomain", "i18n": "npm run -s i18n:js && npm run -s i18n:php && npm run -s i18n:check && npm run -s i18n:pot", "lint": "npm run lint:js && npm run lint:css", "lint:css": "stylelint '**/*.scss'", "lint:css-fix": "stylelint '**/*.scss' --fix", "lint:js": "npm run -s install-if-deps-outdated && eslint client --ext=js,jsx", "lint:php": "./vendor/bin/phpcs --standard=phpcs.xml.dist $(git ls-files | grep .php$)", "lint:php-fix": "./vendor/bin/phpcbf --standard=phpcs.xml.dist $(git ls-files | grep .php$)", "pretest": "npm run -s install-if-no-packages", "test:help": "wp-scripts test-unit-js --help", "test": "wp-scripts test-unit-js --config tests/js/jest.config.json", "test:watch": "npm run test -- --watch", "test:update-snapshots": "jest --updateSnapshot --config tests/js/jest.config.json", "jest:update": "jest -u --config=tests/js/jest.config.json", "docs": "node ./bin/generate-docs", "publish:check": "npm run build:packages && lerna updated", "publish:dev": "npm run build:packages && lerna publish from-package --npm-tag next", "publish:prod": "npm run build:packages && lerna publish from-package" }, "devDependencies": { "@babel/cli": "7.2.3", "@babel/core": "7.2.2", "@babel/plugin-transform-async-to-generator": "7.2.0", "@babel/plugin-transform-react-jsx": "7.2.0", "@babel/runtime-corejs2": "7.2.0", "@wordpress/babel-plugin-import-jsx-pragma": "1.1.2", "@wordpress/babel-plugin-makepot": "2.1.2", "@wordpress/babel-preset-default": "3.0.1", "@wordpress/browserslist-config": "2.2.2", "@wordpress/custom-templated-path-webpack-plugin": "1.1.5", "@wordpress/jest-preset-default": "3.0.3", "@wordpress/postcss-themes": "1.0.4", "ast-types": "0.11.7", "autoprefixer": "9.4.5", "babel-core": "7.0.0-bridge.0", "babel-eslint": "10.0.1", "babel-loader": "8.0.5", "babel-plugin-transform-class-properties": "6.24.1", "babel-plugin-transform-es2015-template-literals": "6.22.0", "chalk": "2.4.2", "concurrently": "4.1.0", "copy-webpack-plugin": "4.6.0", "cross-env": "5.2.0", "css-loader": "2.1.0", "deasync": "0.1.14", "deep-freeze": "0.0.1", "docsify-cli": "4.3.0", "eslint": "5.12.0", "eslint-config-wpcalypso": "4.0.1", "eslint-loader": "2.1.1", "eslint-plugin-jest": "22.1.2", "eslint-plugin-jsx-a11y": "6.1.2", "eslint-plugin-react": "7.12.1", "eslint-plugin-wpcalypso": "4.0.2", "extract-text-webpack-plugin": "4.0.0-beta.0", "grunt": "1.0.3", "grunt-checktextdomain": "1.0.1", "grunt-wp-i18n": "1.0.3", "husky": "1.3.1", "lerna": "3.10.5", "node-sass": "4.11.0", "postcss-color-function": "4.0.1", "postcss-loader": "3.0.0", "prettier": "github:automattic/calypso-prettier#c56b4251", "prop-types": "15.6.2", "raw-loader": "1.0.0", "react-docgen": "2.21.0", "readline-sync": "1.4.9", "recast": "0.16.1", "replace": "1.0.1", "rimraf": "2.6.2", "rtlcss": "2.4.0", "sass-loader": "7.1.0", "style-loader": "0.23.1", "stylelint": "9.9.0", "stylelint-config-wordpress": "13.1.0", "webpack": "4.28.3", "webpack-cli": "3.1.2" }, "dependencies": { "@fresh-data/framework": "^0.5.1", "@wordpress/api-fetch": "2.2.6", "@wordpress/components": "7.0.5", "@wordpress/data": "4.2.0", "@wordpress/date": "3.0.1", "@wordpress/element": "2.1.8", "@wordpress/hooks": "2.0.3", "@wordpress/html-entities": "2.0.4", "@wordpress/i18n": "3.1.0", "@wordpress/keycodes": "2.0.5", "@wordpress/scripts": "2.4.4", "@wordpress/viewport": "^2.0.7", "browser-filesaver": "^1.1.1", "classnames": "^2.2.5", "core-js": "2.6.1", "d3-array": "^2.0.0", "d3-axis": "^1.0.12", "d3-format": "^1.3.2", "d3-scale": "^2.1.2", "d3-scale-chromatic": "^1.3.3", "d3-selection": "^1.3.2", "d3-shape": "^1.2.2", "d3-time-format": "^2.1.3", "dompurify": "1.0.8", "gfm-code-blocks": "1.0.0", "gridicons": "3.1.1", "history": "4.7.2", "html-to-react": "1.3.4", "interpolate-components": "1.1.1", "lodash": "^4.17.11", "marked": "0.6.0", "prismjs": "^1.15.0", "qs": "^6.5.2", "react-click-outside": "3.0.1", "react-dates": "^18.0.4", "react-live": "1.12.0", "react-router-dom": "4.3.1", "react-slot-fill": "^2.0.1", "react-transition-group": "^2.4.0", "react-world-flags": "1.2.4", "redux": "^4.0.0" }, "husky": { "hooks": { "pre-commit": "npm run -s install-if-no-packages && node bin/pre-commit-hook.js", "pre-push": "npm run -s install-if-no-packages && node bin/pre-push-hook.js" } } }