2020-10-30 06:52:52 +00:00
|
|
|
{
|
|
|
|
"name": "@woocommerce/customer-effort-score",
|
2021-07-14 20:38:57 +00:00
|
|
|
"version": "1.1.0",
|
2020-12-01 22:36:13 +00:00
|
|
|
"description": "WooCommerce utility to measure user effort.",
|
2020-10-30 06:52:52 +00:00
|
|
|
"author": "Automattic",
|
|
|
|
"license": "GPL-3.0-or-later",
|
|
|
|
"keywords": [
|
|
|
|
"wordpress",
|
|
|
|
"woocommerce"
|
|
|
|
],
|
|
|
|
"homepage": "https://github.com/woocommerce/woocommerce-admin/tree/main/packages/customer-effort-score/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",
|
|
|
|
"dependencies": {
|
2021-07-14 20:38:57 +00:00
|
|
|
"@woocommerce/experimental": "file:../experimental",
|
2020-12-01 22:36:13 +00:00
|
|
|
"@wordpress/components": "^11.1.1",
|
2020-11-25 02:34:54 +00:00
|
|
|
"@wordpress/compose": "^3.22.0",
|
2021-05-25 15:14:31 +00:00
|
|
|
"@wordpress/data": "^4.27.3",
|
2021-02-10 21:52:39 +00:00
|
|
|
"@wordpress/element": "2.19.0",
|
|
|
|
"@wordpress/i18n": "3.17.0",
|
2020-12-01 22:36:13 +00:00
|
|
|
"@wordpress/notices": "^2.11.0",
|
2021-04-27 15:23:34 +00:00
|
|
|
"classnames": "2.3.1",
|
2020-12-01 22:36:13 +00:00
|
|
|
"prop-types": "15.7.2",
|
2021-01-06 23:57:50 +00:00
|
|
|
"react-transition-group": "4.4.1"
|
2020-10-30 06:52:52 +00:00
|
|
|
},
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
2021-02-24 02:08:42 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-05-26 03:07:32 +00:00
|
|
|
"@testing-library/react": "11.2.7",
|
2021-07-14 20:38:57 +00:00
|
|
|
"@types/wordpress__components": "9.8.6",
|
|
|
|
"concurrently": "5.3.0"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"clean": "npx rimraf build build-*",
|
|
|
|
"build": "npm run build:js && npm run build:css",
|
|
|
|
"build:js": "tsc --build ./tsconfig.json ./tsconfig-cjs.json",
|
|
|
|
"build:css": "node ../../bin/packages/build.js src/style.scss",
|
|
|
|
"start": "concurrently \"tsc --build --watch\" \"node ../../bin/packages/watch.js ./src\"",
|
|
|
|
"prepack": "npm run clean && npm run build",
|
|
|
|
"test": "lerna run build && npm run test:nobuild",
|
|
|
|
"test:nobuild": "jest --config ./jest.config.json",
|
|
|
|
"test-staged": "jest --bail --config ./jest.config.json --findRelatedTests"
|
2020-10-30 06:52:52 +00:00
|
|
|
}
|
|
|
|
}
|