2021-08-19 14:15:59 +00:00
|
|
|
{
|
2022-05-31 22:42:00 +00:00
|
|
|
"name": "@woocommerce/internal-style-build",
|
2021-08-19 14:15:59 +00:00
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "WooCommerce Components SASS Build",
|
|
|
|
"author": "Automattic",
|
|
|
|
"license": "GPL-2.0-or-later",
|
2022-09-26 22:30:52 +00:00
|
|
|
"engines": {
|
2023-04-25 06:49:30 +00:00
|
|
|
"node": "^16.14.1",
|
2023-07-18 02:27:18 +00:00
|
|
|
"pnpm": "^8.6.7"
|
2022-09-26 22:30:52 +00:00
|
|
|
},
|
2021-08-19 14:15:59 +00:00
|
|
|
"keywords": [
|
|
|
|
"wordpress",
|
|
|
|
"woocommerce"
|
|
|
|
],
|
2022-05-31 22:42:00 +00:00
|
|
|
"homepage": "https://github.com/woocommerce/woocommerce/tree/trunk/packages/js/internal-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",
|
2023-03-08 21:13:25 +00:00
|
|
|
"@wordpress/base-styles": "wp-6.0",
|
|
|
|
"@wordpress/postcss-plugins-preset": "wp-6.0",
|
2022-03-08 02:11:12 +00:00
|
|
|
"css-loader": "^3.6.0",
|
2022-03-28 08:42:22 +00:00
|
|
|
"mini-css-extract-plugin": "^2.6.0",
|
2023-03-08 21:13:25 +00:00
|
|
|
"postcss-loader": "^4.3.0",
|
2022-03-08 02:11:12 +00:00
|
|
|
"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": {
|
2022-08-05 00:03:17 +00:00
|
|
|
"lint": "eslint index.js",
|
2022-05-31 22:42:00 +00:00
|
|
|
"lint:fix": "eslint index.js --fix"
|
2022-03-28 08:42:22 +00:00
|
|
|
},
|
2022-03-15 03:04:46 +00:00
|
|
|
"private": true,
|
|
|
|
"devDependencies": {
|
|
|
|
"@babel/core": "^7.17.5",
|
2022-04-26 23:16:35 +00:00
|
|
|
"@woocommerce/eslint-plugin": "workspace:*",
|
2023-02-02 10:25:04 +00:00
|
|
|
"eslint": "^8.32.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",
|
2023-08-08 04:35:31 +00:00
|
|
|
"typescript": "^5.1.6",
|
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)": [
|
2022-04-26 22:47:07 +00:00
|
|
|
"pnpm lint:fix"
|
2022-04-06 08:58:17 +00:00
|
|
|
]
|
2022-03-15 03:04:46 +00:00
|
|
|
}
|
2021-08-19 14:15:59 +00:00
|
|
|
}
|