2020-03-25 03:20:17 +00:00
|
|
|
{
|
2020-09-11 02:33:10 +00:00
|
|
|
"name": "@woocommerce/data",
|
2022-03-22 08:08:06 +00:00
|
|
|
"version": "3.1.0",
|
2020-09-11 02:33:10 +00:00
|
|
|
"description": "WooCommerce Admin data store and utilities",
|
|
|
|
"author": "Automattic",
|
|
|
|
"license": "GPL-3.0-or-later",
|
|
|
|
"keywords": [
|
|
|
|
"wordpress",
|
|
|
|
"woocommerce",
|
|
|
|
"data"
|
|
|
|
],
|
2022-04-07 08:50:40 +00:00
|
|
|
"homepage": "https://github.com/woocommerce/woocommerce/tree/trunk/packages/js/data/README.md",
|
2020-09-11 02:33:10 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2022-04-07 08:50:40 +00:00
|
|
|
"url": "https://github.com/woocommerce/woocommerce.git"
|
2020-09-11 02:33:10 +00:00
|
|
|
},
|
|
|
|
"bugs": {
|
2022-04-07 08:50:40 +00:00
|
|
|
"url": "https://github.com/woocommerce/woocommerce/issues"
|
2020-09-11 02:33:10 +00:00
|
|
|
},
|
|
|
|
"main": "build/index.js",
|
|
|
|
"module": "build-module/index.js",
|
2022-04-14 01:44:34 +00:00
|
|
|
"types": "build-types",
|
2020-09-11 02:33:10 +00:00
|
|
|
"react-native": "src/index",
|
|
|
|
"dependencies": {
|
2022-03-04 04:01:16 +00:00
|
|
|
"@woocommerce/date": "workspace:*",
|
|
|
|
"@woocommerce/navigation": "workspace:*",
|
2022-03-08 02:11:12 +00:00
|
|
|
"@wordpress/api-fetch": "^6.0.1",
|
|
|
|
"@wordpress/compose": "^5.1.2",
|
|
|
|
"@wordpress/core-data": "^4.1.2",
|
|
|
|
"@wordpress/data": "^6.3.0",
|
|
|
|
"@wordpress/data-controls": "^2.3.2",
|
2022-02-21 02:34:25 +00:00
|
|
|
"@wordpress/deprecated": "^3.3.1",
|
2022-03-08 02:11:12 +00:00
|
|
|
"@wordpress/element": "^4.1.1",
|
2022-04-07 06:18:13 +00:00
|
|
|
"@wordpress/hooks": "^3.5.0",
|
2022-03-08 02:11:12 +00:00
|
|
|
"@wordpress/i18n": "^4.3.1",
|
|
|
|
"@wordpress/url": "^3.4.1",
|
|
|
|
"dompurify": "^2.3.6",
|
2021-05-31 15:29:45 +00:00
|
|
|
"md5": "^2.3.0",
|
2022-03-15 03:04:46 +00:00
|
|
|
"qs": "^6.10.3",
|
|
|
|
"rememo": "^4.0.0"
|
2020-09-11 02:33:10 +00:00
|
|
|
},
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
2021-03-24 21:29:37 +00:00
|
|
|
},
|
2022-03-04 04:01:16 +00:00
|
|
|
"devDependencies": {
|
2022-04-19 08:30:48 +00:00
|
|
|
"@automattic/data-stores": "^2.0.1",
|
2022-03-15 03:04:46 +00:00
|
|
|
"@babel/core": "^7.17.5",
|
2022-03-29 06:52:31 +00:00
|
|
|
"@babel/runtime": "^7.17.2",
|
2022-03-08 02:11:12 +00:00
|
|
|
"@testing-library/react": "^12.1.3",
|
2022-03-15 03:04:46 +00:00
|
|
|
"@testing-library/react-hooks": "^7.0.2",
|
2022-04-20 04:47:12 +00:00
|
|
|
"@types/wordpress__core-data": "^2.4.5",
|
2022-03-15 03:04:46 +00:00
|
|
|
"@types/wordpress__data-controls": "^2.2.0",
|
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-04 04:01:16 +00:00
|
|
|
},
|
2021-03-24 21:29:37 +00:00
|
|
|
"peerDependencies": {
|
2022-03-04 04:01:16 +00:00
|
|
|
"@wordpress/core-data": "^4.1.0",
|
2022-03-15 03:04:46 +00:00
|
|
|
"moment": "^2.18.1",
|
|
|
|
"react": "^17.0.0",
|
|
|
|
"react-dom": "^17.0.0"
|
2021-07-14 20:38:57 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
2022-03-04 04:01:16 +00:00
|
|
|
"clean": "pnpm exec rimraf tsconfig.tsbuildinfo build build-*",
|
2021-07-14 20:38:57 +00:00
|
|
|
"build": "tsc --build ./tsconfig.json ./tsconfig-cjs.json",
|
|
|
|
"start": "tsc --build --watch",
|
2022-03-04 04:01:16 +00:00
|
|
|
"prepack": "pnpm run clean && pnpm run build",
|
2022-03-28 08:42:22 +00:00
|
|
|
"lint": "eslint src",
|
2022-04-26 22:47:07 +00:00
|
|
|
"lint:fix": "eslint src --fix",
|
2022-03-04 04:01:16 +00:00
|
|
|
"test": "pnpm run build && pnpm run test:nobuild",
|
2021-07-14 20:38:57 +00:00
|
|
|
"test:nobuild": "jest --config ./jest.config.json",
|
|
|
|
"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"
|
|
|
|
]
|
2020-09-11 02:33:10 +00:00
|
|
|
}
|
2020-03-25 03:20:17 +00:00
|
|
|
}
|