woocommerce/plugins/woocommerce-admin/package.json

150 lines
5.6 KiB
JSON

{
"name": "wc-admin",
"version": "0.1.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",
"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",
"docs": "node ./bin/generate-docs",
"publish:check": "npm run build:packages && lerna updated",
"publish:dev": "npm run build:packages && lerna publish --npm-tag next",
"publish:prod": "npm run build:packages && lerna publish"
},
"devDependencies": {
"@babel/cli": "7.1.5",
"@babel/core": "7.1.5",
"@babel/plugin-transform-async-to-generator": "7.1.0",
"@babel/plugin-transform-react-jsx": "7.0.0",
"@babel/runtime-corejs2": "7.1.5",
"@wordpress/babel-plugin-import-jsx-pragma": "1.1.2",
"@wordpress/babel-plugin-makepot": "2.1.2",
"@wordpress/babel-preset-default": "2.1.0",
"@wordpress/browserslist-config": "2.2.2",
"@wordpress/custom-templated-path-webpack-plugin": "^1.1.5",
"@wordpress/jest-preset-default": "2.0.6",
"ast-types": "0.11.6",
"autoprefixer": "9.3.1",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "10.0.1",
"babel-loader": "8.0.4",
"babel-plugin-transform-class-properties": "6.24.1",
"buble": "0.19.6",
"chalk": "2.4.1",
"concurrently": "4.0.1",
"cross-env": "5.2.0",
"css-loader": "1.0.1",
"deasync": "0.1.13",
"deep-freeze": "0.0.1",
"docsify-cli": "github:docsifyjs/docsify-cli#5df38996",
"eslint": "5.8.0",
"eslint-config-wpcalypso": "4.0.1",
"eslint-loader": "2.1.1",
"eslint-plugin-jest": "21.27.1",
"eslint-plugin-jsx-a11y": "6.1.2",
"eslint-plugin-react": "7.11.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.2",
"husky": "1.1.3",
"lerna": "3.4.3",
"node-sass": "4.10.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": "0.5.1",
"react-docgen": "2.21.0",
"readline-sync": "1.4.9",
"recast": "0.16.0",
"rimraf": "2.6.2",
"sass-loader": "7.1.0",
"style-loader": "0.23.1",
"stylelint": "9.7.1",
"stylelint-config-wordpress": "13.1.0",
"webpack": "4.25.1",
"webpack-cli": "3.1.2"
},
"dependencies": {
"@wordpress/api-fetch": "2.2.2",
"@wordpress/components": "3.0.0",
"@wordpress/data": "3.1.0",
"@wordpress/date": "2.1.0",
"@wordpress/element": "2.1.5",
"@wordpress/hooks": "2.0.3",
"@wordpress/html-entities": "2.0.2",
"@wordpress/i18n": "2.0.0",
"@wordpress/keycodes": "2.0.3",
"@wordpress/postcss-themes": "1.0.4",
"@wordpress/scripts": "2.4.1",
"@wordpress/viewport": "^2.0.7",
"browser-filesaver": "^1.1.1",
"classnames": "^2.2.5",
"core-js": "2.5.7",
"d3-array": "^1.2.4",
"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.3",
"interpolate-components": "1.1.1",
"lodash": "^4.17.11",
"marked": "0.5.1",
"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"
},
"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"
}
}
}