2021-05-28 23:26:38 +00:00
|
|
|
{
|
|
|
|
"name": "@woocommerce/onboarding",
|
2022-02-21 03:27:45 +00:00
|
|
|
"version": "3.0.0",
|
2021-05-28 23:26:38 +00:00
|
|
|
"description": "Onboarding utilities.",
|
|
|
|
"author": "Automattic",
|
|
|
|
"license": "GPL-3.0-or-later",
|
|
|
|
"keywords": [
|
|
|
|
"wordpress",
|
|
|
|
"woocommerce",
|
|
|
|
"onboarding"
|
|
|
|
],
|
|
|
|
"homepage": "https://github.com/woocommerce/woocommerce-admin/tree/main/packages/onboarding/README.md",
|
|
|
|
"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",
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-02-25 12:44:07 +00:00
|
|
|
"@automattic/interpolate-components": "^1.2.0",
|
|
|
|
"@woocommerce/tracks": "file:../tracks",
|
2022-02-21 02:34:25 +00:00
|
|
|
"@wordpress/components": "19.4.0",
|
|
|
|
"@wordpress/element": "4.1.1",
|
2021-05-28 23:26:38 +00:00
|
|
|
"@wordpress/i18n": "^4.1.0",
|
2021-07-14 20:38:57 +00:00
|
|
|
"concurrently": "5.3.0",
|
2022-02-25 12:44:07 +00:00
|
|
|
"gridicons": "^3.3.1"
|
2021-07-14 20:38:57 +00:00
|
|
|
},
|
2021-08-19 14:15:59 +00:00
|
|
|
"devDependencies": {
|
|
|
|
"@woocommerce/style-build": "file:../style-build"
|
|
|
|
},
|
2021-07-14 20:38:57 +00:00
|
|
|
"scripts": {
|
2021-08-19 14:15:59 +00:00
|
|
|
"clean": "npx rimraf tsconfig.tsbuildinfo build build-*",
|
2021-07-14 20:38:57 +00:00
|
|
|
"build": "npm run build:js && npm run build:css",
|
|
|
|
"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\"",
|
2021-07-14 20:38:57 +00:00
|
|
|
"prepack": "npm run clean && npm run build"
|
2021-05-28 23:26:38 +00:00
|
|
|
}
|
|
|
|
}
|