2018-11-05 21:02:04 +00:00
|
|
|
{
|
2020-02-14 02:23:21 +00:00
|
|
|
"name": "@woocommerce/navigation",
|
2022-02-21 03:27:45 +00:00
|
|
|
"version": "7.0.0",
|
2020-02-14 02:23:21 +00:00
|
|
|
"description": "WooCommerce navigation utilities.",
|
|
|
|
"author": "Automattic",
|
|
|
|
"license": "GPL-3.0-or-later",
|
|
|
|
"keywords": [
|
|
|
|
"wordpress",
|
|
|
|
"woocommerce",
|
|
|
|
"navigation"
|
|
|
|
],
|
2020-06-17 17:39:41 +00:00
|
|
|
"homepage": "https://github.com/woocommerce/woocommerce-admin/tree/main/packages/navigation/README.md",
|
2020-02-14 02:23:21 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/woocommerce/woocommerce-admin.git"
|
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/woocommerce/woocommerce-admin/issues"
|
|
|
|
},
|
|
|
|
"main": "build/index.js",
|
|
|
|
"module": "build-module/index.js",
|
|
|
|
"react-native": "src/index",
|
|
|
|
"dependencies": {
|
2022-03-08 02:11:12 +00:00
|
|
|
"@wordpress/api-fetch": "^6.0.1",
|
|
|
|
"@wordpress/components": "^19.5.0",
|
|
|
|
"@wordpress/compose": "^5.1.2",
|
|
|
|
"@wordpress/element": "^4.1.1",
|
|
|
|
"@wordpress/hooks": "^2.12.3",
|
|
|
|
"@wordpress/notices": "^3.3.2",
|
|
|
|
"@wordpress/url": "^3.4.1",
|
|
|
|
"history": "^4.10.1",
|
|
|
|
"qs": "^6.10.3"
|
2020-02-14 02:23:21 +00:00
|
|
|
},
|
2021-03-12 03:58:51 +00:00
|
|
|
"peerDependencies": {
|
|
|
|
"lodash": "^4.17.0"
|
|
|
|
},
|
2020-02-14 02:23:21 +00:00
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
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",
|
|
|
|
"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"
|
2020-02-14 02:23:21 +00:00
|
|
|
}
|
2018-11-05 21:02:04 +00:00
|
|
|
}
|