@adobe/reactor-extension-meta-pixel
Version:
Adobe Launch client side extension that uses the Meta Pixel library to send website data to Meta
97 lines (96 loc) • 3.15 kB
JSON
{
"name": "@adobe/reactor-extension-meta-pixel",
"version": "1.3.2",
"description": "Adobe Launch client side extension that uses the Meta Pixel library to send website data to Meta",
"author": {
"name": "Adobe Systems",
"url": "http://adobe.com",
"email": "reactor@adobe.com"
},
"license": "Apache 2.0",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git@github.com:adobe/reactor-extension-meta-pixel.git"
},
"keywords": [
"turbine",
"extension",
"meta pixel"
],
"scripts": {
"build": "webpack --mode production",
"build:watch": "webpack --mode development --watch",
"clean": "rm -rf dist",
"format": "pretty-quick",
"lint": "eslint 'src/**'",
"package": "npm run clean && npm run build && npx @adobe/reactor-packager",
"prepack": "npm run clean && npm run build",
"prepare": "husky install",
"sandbox": "concurrently -k -n webpack,sandbox -c \"bgBlue,bgMagenta\" \"npm run build:watch\" \"reactor-sandbox\"",
"test": "jest --coverage",
"test:watch": "jest --watch",
"update": "rm -rf node_modules package-lock.json && npm i"
},
"dependencies": {
"@adobe/react-spectrum": "^3.24.1",
"@spectrum-icons/illustrations": "^3.5.3",
"@spectrum-icons/workflow": "^4.0.6",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.43.1",
"react-stately": "^3.20.0",
"@iso4217/json": "20230101.1.6"
},
"devDependencies": {
"@adobe/reactor-sandbox": "^12.4.0",
"@babel/core": "^7.20.12",
"@babel/eslint-parser": "^7.19.1",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-syntax-import-assertions": "^7.20.0",
"@babel/plugin-transform-runtime": "^7.19.6",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@babel/runtime": "^7.20.13",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"babel-jest": "^29.4.2",
"babel-loader": "^9.1.2",
"camelcase": "^7.0.1",
"capitalize": "^2.0.4",
"concurrently": "^7.6.0",
"css-loader": "^6.7.3",
"eslint": "^8.34.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-header": "^3.1.1",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest-dom": "^4.0.3",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-testing-library": "^5.10.1",
"file-loader": "^6.2.0",
"fs-extra": "^11.1.0",
"html-webpack-plugin": "5.5.0",
"husky": "^8.0.3",
"jest": "^29.4.2",
"jest-environment-jsdom": "^29.4.2",
"jest-runner-eslint": "^1.1.0",
"lint-staged": "^13.1.1",
"prettier": "^2.8.4",
"pretty-quick": "^3.1.3",
"style-loader": "^3.3.1",
"stylus": "^0.59.0",
"stylus-loader": "^7.1.0",
"url-loader": "^4.1.1",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1",
"yargs": "^17.6.2"
}
}