2021-08-19 14:15:59 +00:00
|
|
|
{
|
|
|
|
"name": "@woocommerce/style-build",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "WooCommerce Components SASS Build",
|
|
|
|
"author": "Automattic",
|
|
|
|
"license": "GPL-2.0-or-later",
|
|
|
|
"keywords": [
|
|
|
|
"wordpress",
|
|
|
|
"woocommerce"
|
|
|
|
],
|
2022-04-07 08:50:40 +00:00
|
|
|
"homepage": "https://github.com/woocommerce/woocommerce/tree/trunk/packages/js/style-build/README.md",
|
2021-08-19 14:15:59 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2022-04-07 08:50:40 +00:00
|
|
|
"url": "https://github.com/woocommerce/woocommerce.git"
|
2021-08-19 14:15:59 +00:00
|
|
|
},
|
|
|
|
"bugs": {
|
2022-04-07 08:50:40 +00:00
|
|
|
"url": "https://github.com/woocommerce/woocommerce/issues"
|
2021-08-19 14:15:59 +00:00
|
|
|
},
|
2022-03-18 22:23:33 +00:00
|
|
|
"main": "index.js",
|
2021-08-19 14:15:59 +00:00
|
|
|
"dependencies": {
|
2022-03-08 02:11:12 +00:00
|
|
|
"@automattic/color-studio": "^2.5.0",
|
2022-04-07 06:21:33 +00:00
|
|
|
"@wordpress/base-styles": "^4.3.0",
|
2022-03-08 02:11:12 +00:00
|
|
|
"@wordpress/postcss-plugins-preset": "^1.6.0",
|
|
|
|
"css-loader": "^3.6.0",
|
2022-03-28 08:42:22 +00:00
|
|
|
"mini-css-extract-plugin": "^2.6.0",
|
2022-03-08 02:11:12 +00:00
|
|
|
"postcss-loader": "^3.0.0",
|
|
|
|
"sass-loader": "^10.2.1",
|
2022-03-18 10:59:05 +00:00
|
|
|
"webpack-remove-empty-scripts": "^0.7.3",
|
2022-03-08 02:11:12 +00:00
|
|
|
"webpack-rtl-plugin": "^2.0.0"
|
2021-08-19 14:15:59 +00:00
|
|
|
},
|
2022-03-28 08:42:22 +00:00
|
|
|
"scripts": {
|
|
|
|
"lint": "eslint index.js"
|
|
|
|
},
|
2022-03-15 03:04:46 +00:00
|
|
|
"private": true,
|
|
|
|
"devDependencies": {
|
|
|
|
"@babel/core": "^7.17.5",
|
2022-03-28 08:42:22 +00:00
|
|
|
"@wordpress/eslint-plugin": "^11.0.0",
|
|
|
|
"eslint": "^8.12.0",
|
2022-03-15 03:04:46 +00:00
|
|
|
"jest": "^27.5.1",
|
|
|
|
"jest-cli": "^27.5.1",
|
|
|
|
"rimraf": "^3.0.2",
|
|
|
|
"ts-jest": "^27.1.3",
|
|
|
|
"typescript": "^4.6.2",
|
2022-03-18 10:59:05 +00:00
|
|
|
"webpack": "^5.70.0"
|
2022-04-06 08:58:17 +00:00
|
|
|
},
|
|
|
|
"lint-staged": {
|
|
|
|
"*.(t|j)s?(x)": [
|
|
|
|
"eslint --fix"
|
|
|
|
]
|
2022-03-15 03:04:46 +00:00
|
|
|
}
|
2021-08-19 14:15:59 +00:00
|
|
|
}
|