2021-01-07 23:57:09 +00:00
|
|
|
{
|
|
|
|
"name": "@woocommerce/experimental",
|
2022-07-08 02:04:49 +00:00
|
|
|
"version": "3.2.0",
|
2021-01-07 23:57:09 +00:00
|
|
|
"description": "WooCommerce experimental components.",
|
|
|
|
"author": "Automattic",
|
|
|
|
"license": "GPL-3.0-or-later",
|
2022-09-26 22:30:52 +00:00
|
|
|
"engines": {
|
|
|
|
"node": "^16.13.1",
|
2022-10-10 03:59:51 +00:00
|
|
|
"pnpm": "^7.13.3"
|
2022-09-26 22:30:52 +00:00
|
|
|
},
|
2021-01-07 23:57:09 +00:00
|
|
|
"keywords": [
|
|
|
|
"wordpress",
|
|
|
|
"woocommerce",
|
|
|
|
"experimental"
|
|
|
|
],
|
2022-04-07 08:50:40 +00:00
|
|
|
"homepage": "https://github.com/woocommerce/woocommerce/tree/trunk/packages/js/experimental/README.md",
|
2021-01-07 23:57:09 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2022-04-07 08:50:40 +00:00
|
|
|
"url": "https://github.com/woocommerce/woocommerce.git"
|
2021-01-07 23:57:09 +00:00
|
|
|
},
|
|
|
|
"bugs": {
|
2022-04-07 08:50:40 +00:00
|
|
|
"url": "https://github.com/woocommerce/woocommerce/issues"
|
2021-01-07 23:57:09 +00:00
|
|
|
},
|
|
|
|
"main": "build/index.js",
|
|
|
|
"module": "build-module/index.js",
|
2022-04-14 01:44:34 +00:00
|
|
|
"types": "build-types",
|
2021-01-07 23:57:09 +00:00
|
|
|
"react-native": "src/index",
|
2021-06-09 21:01:07 +00:00
|
|
|
"sideEffects": [
|
|
|
|
"build-style/**",
|
|
|
|
"src/**/*.scss"
|
|
|
|
],
|
2021-01-07 23:57:09 +00:00
|
|
|
"dependencies": {
|
2022-03-04 04:01:16 +00:00
|
|
|
"@woocommerce/components": "workspace:*",
|
2022-03-08 02:11:12 +00:00
|
|
|
"@wordpress/components": "^19.5.0",
|
|
|
|
"@wordpress/element": "^4.1.1",
|
|
|
|
"@wordpress/i18n": "^4.3.1",
|
2022-04-07 06:24:19 +00:00
|
|
|
"@wordpress/icons": "^8.1.0",
|
2022-03-08 02:11:12 +00:00
|
|
|
"@wordpress/keycodes": "^3.3.1",
|
2021-05-10 14:40:49 +00:00
|
|
|
"classnames": "^2.3.1",
|
2022-03-08 02:11:12 +00:00
|
|
|
"dompurify": "^2.3.6",
|
|
|
|
"gridicons": "^3.4.0",
|
|
|
|
"moment": "^2.29.1",
|
|
|
|
"react-transition-group": "^4.4.2",
|
|
|
|
"react-visibility-sensor": "^5.1.1"
|
2021-01-07 23:57:09 +00:00
|
|
|
},
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
2021-05-13 14:05:30 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-03-15 03:04:46 +00:00
|
|
|
"@babel/core": "^7.17.5",
|
2022-03-04 04:01:16 +00:00
|
|
|
"@babel/runtime": "^7.17.2",
|
2022-03-15 03:04:46 +00:00
|
|
|
"@storybook/addon-actions": "^6.4.0",
|
2022-03-08 02:11:12 +00:00
|
|
|
"@storybook/addon-console": "^1.2.3",
|
|
|
|
"@storybook/react": "^6.4.19",
|
2022-03-15 03:04:46 +00:00
|
|
|
"@testing-library/dom": "^8.11.3",
|
2022-03-08 02:11:12 +00:00
|
|
|
"@testing-library/react": "^12.1.3",
|
|
|
|
"@testing-library/user-event": "^13.5.0",
|
|
|
|
"@types/dompurify": "^2.3.3",
|
2022-08-31 04:06:51 +00:00
|
|
|
"@types/jest": "^27.4.1",
|
2022-03-08 02:11:12 +00:00
|
|
|
"@types/react-transition-group": "^4.4.4",
|
2022-08-31 04:06:51 +00:00
|
|
|
"@types/testing-library__jest-dom": "^5.14.3",
|
2022-08-05 07:19:08 +00:00
|
|
|
"@types/wordpress__components": "^19.10.1",
|
2022-04-26 23:16:35 +00:00
|
|
|
"@woocommerce/eslint-plugin": "workspace:*",
|
2022-05-31 22:42:00 +00:00
|
|
|
"@woocommerce/internal-style-build": "workspace:*",
|
2022-03-15 03:04:46 +00:00
|
|
|
"@wordpress/browserslist-config": "^4.1.1",
|
2022-03-18 11:45:14 +00:00
|
|
|
"concurrently": "^7.0.0",
|
2022-03-15 03:04:46 +00:00
|
|
|
"css-loader": "^3.6.0",
|
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",
|
|
|
|
"postcss-loader": "^3.0.0",
|
|
|
|
"rimraf": "^3.0.2",
|
|
|
|
"sass-loader": "^10.2.1",
|
|
|
|
"ts-jest": "^27.1.3",
|
2022-09-29 21:59:07 +00:00
|
|
|
"typescript": "^4.8.3",
|
2022-03-18 10:59:05 +00:00
|
|
|
"webpack": "^5.70.0",
|
2022-03-15 03:04:46 +00:00
|
|
|
"webpack-cli": "^3.3.12"
|
|
|
|
},
|
|
|
|
"peerDependencies": {
|
2022-08-24 15:15:22 +00:00
|
|
|
"react": "^17.0.2",
|
|
|
|
"react-dom": "^17.0.2"
|
2021-07-14 20:38:57 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
2022-08-05 00:03:17 +00:00
|
|
|
"turbo:build": "pnpm run build:js && pnpm run build:css",
|
|
|
|
"turbo:test": "jest --config ./jest.config.json",
|
2022-07-07 02:53:59 +00:00
|
|
|
"prepare": "composer install",
|
2022-06-09 21:40:07 +00:00
|
|
|
"changelog": "composer exec -- changelogger",
|
2022-03-04 04:01:16 +00:00
|
|
|
"clean": "pnpm exec rimraf tsconfig.tsbuildinfo build build-*",
|
2022-09-15 21:21:42 +00:00
|
|
|
"build": "pnpm -w exec turbo run turbo:build --filter=$npm_package_name",
|
|
|
|
"test": "pnpm -w exec turbo run turbo:test --filter=$npm_package_name",
|
2022-08-05 00:03:17 +00:00
|
|
|
"lint": "eslint src",
|
2021-07-14 20:38:57 +00:00
|
|
|
"build:js": "tsc --build ./tsconfig.json ./tsconfig-cjs.json",
|
2021-08-19 14:15:59 +00:00
|
|
|
"build:css": "webpack",
|
|
|
|
"start": "concurrently \"tsc --build --watch\" \"webpack --watch\"",
|
2022-03-04 04:01:16 +00:00
|
|
|
"prepack": "pnpm run clean && pnpm run build",
|
2022-04-26 22:47:07 +00:00
|
|
|
"lint:fix": "eslint src --fix",
|
2021-07-14 20:38:57 +00:00
|
|
|
"test-staged": "jest --bail --config ./jest.config.json --findRelatedTests"
|
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
|
|
|
"pnpm test-staged"
|
|
|
|
]
|
2021-04-16 03:34:15 +00:00
|
|
|
}
|
2021-01-07 23:57:09 +00:00
|
|
|
}
|