woocommerce/packages/js/internal-style-build/package.json

73 lines
1.6 KiB
JSON

{
"name": "@woocommerce/internal-style-build",
"version": "1.0.0",
"description": "WooCommerce Components SASS Build",
"author": "Automattic",
"license": "GPL-2.0-or-later",
"engines": {
"node": "^20.11.1",
"pnpm": "9.1.3"
},
"keywords": [
"wordpress",
"woocommerce"
],
"homepage": "https://github.com/woocommerce/woocommerce/tree/trunk/packages/js/internal-style-build/README.md",
"repository": {
"type": "git",
"url": "https://github.com/woocommerce/woocommerce.git"
},
"bugs": {
"url": "https://github.com/woocommerce/woocommerce/issues"
},
"main": "index.js",
"files": [
"index.js",
"abstracts"
],
"scripts": {
"lint": "pnpm --if-present '/^lint:lang:.*$/'",
"lint:fix": "pnpm --if-present '/^lint:fix:lang:.*$/'",
"lint:fix:lang:js": "eslint index.js --fix",
"lint:lang:js": "eslint index.js"
},
"lint-staged": {
"*.(t|j)s?(x)": [
"pnpm lint:fix"
]
},
"dependencies": {
"@automattic/color-studio": "^2.5.0",
"@wordpress/base-styles": "wp-6.0",
"@wordpress/postcss-plugins-preset": "wp-6.0",
"css-loader": "^3.6.0",
"json2php": "^0.0.7",
"mini-css-extract-plugin": "^2.7.6",
"postcss-loader": "^4.3.0",
"sass-loader": "^10.5.0",
"webpack-remove-empty-scripts": "^0.7.3",
"webpack-rtl-plugin": "^2.0.0"
},
"private": true,
"devDependencies": {
"@babel/core": "^7.23.5",
"@woocommerce/eslint-plugin": "workspace:*",
"eslint": "^8.55.0",
"jest": "~27.5.1",
"jest-cli": "~27.5.1",
"rimraf": "5.0.5",
"ts-jest": "~29.1.1",
"typescript": "^5.3.3",
"webpack": "^5.89.0",
"wireit": "0.14.3"
},
"config": {
"ci": {
"lint": {
"command": "lint",
"changes": "index.js"
}
}
}
}