woocommerce/plugins/woocommerce-admin/package.json

60 lines
2.0 KiB
JSON
Raw Normal View History

2018-04-17 21:03:14 +00:00
{
"name": "woo-dash",
"version": "0.1.0",
"main": "js/index.js",
2018-04-17 21:38:56 +00:00
"author": "Automattic",
"license": "GPL-2.0-or-later",
"repository": "",
2018-04-17 21:38:56 +00:00
"engines": {
"node": "8.11.0",
"npm": "5.6.0"
},
"scripts": {
"install-if-deps-outdated": "node bin/install-if-deps-outdated.js",
"install-if-no-packages": "node bin/install-if-no-packages.js",
"prebuild": "npm run -s install-if-deps-outdated",
2018-04-17 21:38:56 +00:00
"build": "NODE_ENV=production webpack",
"prestart": "npm run -s install-if-deps-outdated",
"start": "webpack --watch",
"lint": "npm run -s install-if-deps-outdated && eslint client --ext=js,jsx",
"i18n": "pot-to-php ./languages/woo-dash.pot ./languages/woo-dash.php woo-dash && grunt i18n",
"precommit": "npm run -s install-if-no-packages && node bin/pre-commit-hook.js",
"prepush": "npm run -s install-if-no-packages && node bin/pre-push-hook.js"
2018-04-17 21:38:56 +00:00
},
2018-04-17 21:03:14 +00:00
"devDependencies": {
"@wordpress/babel-plugin-makepot": "^1.0.0",
"@wordpress/babel-preset-default": "^1.2.0",
"@wordpress/i18n": "^1.1.0",
2018-05-07 15:19:43 +00:00
"babel-core": "^6.26.3",
2018-04-17 21:38:56 +00:00
"babel-eslint": "^8.2.3",
"babel-loader": "^7.1.4",
"babel-plugin-transform-async-generator-functions": "^6.24.1",
"chalk": "^2.4.1",
2018-04-17 21:38:56 +00:00
"css-loader": "^0.28.11",
"eslint": "^4.18.2",
2018-05-07 15:19:43 +00:00
"eslint-config-wpcalypso": "^3.0.0",
2018-04-17 21:38:56 +00:00
"eslint-loader": "^2.0.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
2018-04-17 21:38:56 +00:00
"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",
"husky": "^0.14.3",
2018-05-07 15:19:43 +00:00
"node-sass": "^4.9.0",
2018-04-17 21:38:56 +00:00
"prettier": "github:automattic/calypso-prettier#c56b4251",
"prop-types": "^15.6.1",
"react-router-dom": "^4.2.2",
"readline-sync": "^1.4.9",
2018-04-17 21:38:56 +00:00
"sass-loader": "^7.0.1",
2018-05-07 15:19:43 +00:00
"style-loader": "^0.21.0",
"webpack": "^4.8.0",
"webpack-cli": "^2.1.3"
},
"dependencies": {
"classnames": "^2.2.5",
"lodash": "^4.17.10",
"prop-types": "^15.6.1"
2018-04-17 21:03:14 +00:00
}
}