47 lines
1.3 KiB
JSON
Executable File
47 lines
1.3 KiB
JSON
Executable File
{
|
|
"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.0",
|
|
"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": "^2.0.0",
|
|
"eslint-loader": "^2.0.0",
|
|
"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.8.3",
|
|
"prettier": "github:automattic/calypso-prettier#c56b4251",
|
|
"sass-loader": "^7.0.1",
|
|
"style-loader": "^0.20.3",
|
|
"webpack": "^4.6.0",
|
|
"webpack-cli": "^2.0.14"
|
|
},
|
|
"dependencies": {
|
|
"lodash": "^4.17.5"
|
|
}
|
|
}
|