woocommerce/plugins/woocommerce-admin/package.json

48 lines
1.4 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": {
"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"
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",
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",
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",
"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": {
2018-05-07 15:19:43 +00:00
"lodash": "^4.17.10"
2018-04-17 21:03:14 +00:00
}
}