UNPKG

@aftership/web-pixels

Version:

AfterShip Web Pixels for data anaylsis

106 lines 3.05 kB
{ "name": "@aftership/web-pixels", "version": "0.2.2-alpha.4", "description": "AfterShip Web Pixels for data anaylsis", "files": [ "dist" ], "author": "@sprite", "scripts": { "build": "node apps_config/vite/vite.app.build.mjs", "build:pixel": "APP_NAME=sdks.aftership-pixel.com_web-pixels yarn build", "build:store": "APP_NAME=@aftership/web-pixels yarn build", "build:customer": "APP_NAME=@aftership/customer-pixels yarn build", "build:business": "APP_NAME=@aftership/business-pixels yarn build", "dev": "concurrently \"APP_ENV=development yarn build:pixel --serve\" \"APP_ENV=development node apps_config/vite/vite.app.example.mjs\"", "avo:pull": "bash scripts/avo-pull.sh", "test": "jest --config=jest.config.js --passWithNoTests", "cz": "git-cz", "tsc": "tsc --noEmit", "lint": "yarn tsc && eslint \"./**/*@(.js|.jsx|.ts|.tsx)\"" }, "keywords": [ "aftership", "web-pixels" ], "engines": { "node": ">= 10" }, "license": "MIT", "peerDependencies": {}, "devDependencies": { "@rollup/plugin-replace": "^6.0.1", "@swc/jest": "^0.2.24", "@types/gzip-js": "^0.3.5", "@types/node": "^22.7.5", "@types/react-dom": "^18.3.1", "@types/react-router": "^5.1.4", "@types/react-router-dom": "^5.1.3", "@typescript-eslint/eslint-plugin": "^5.51.0", "@typescript-eslint/parser": "^5.48.1", "@vitejs/plugin-legacy": "^5.4.2", "@vitejs/plugin-react": "^4.0.0", "antd": "^5.21.3", "aws-sdk": "^2.1691.0", "commitizen": "^4.0.3", "concurrently": "^9.1.2", "cz-emoji": "^1.2.1", "eslint": "^8.31.0", "eslint-config-aftership": "^7.0.0", "eslint-config-prettier": "^8.6.0", "eslint-config-standard": "^17.0.0", "eslint-plugin-import": "^2.27.4", "eslint-plugin-n": "^15.6.1", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-promise": "^6.1.1", "eslint-plugin-react": "^7.32.0", "husky": "^8.0.3", "jest": "^29.3.1", "jest-environment-jsdom": "^29.3.1", "jsdom": "16.2.1", "path": "^0.12.7", "prettier": "2.0.2", "react": ">=17.0.2", "react-dom": ">=17.0.2", "react-final-form": ">=6.5.7", "react-redux": ">=8.0.5", "react-router": ">=5.2.0", "react-router-dom": ">=5.2.0", "terser": "^5.34.1", "typescript": "^4.9.4", "vite": "^4.3.8", "vite-plugin-dts": "^2.3.0", "vite-plugin-svgr": "^3.2.0" }, "lint-staged": { "*.ts": [ "git add" ] }, "externals": [], "config": { "commitizen": { "path": "./node_modules/cz-emoji" } }, "dependencies": { "avo-inspector": "^1.4.2", "gzip-js": "^0.3.2", "axios": "^1.8.4" }, "exports": { "./web": { "import": "./dist/web/index.js", "types": "./dist/apps/to_customer/store_web/sdk/index.d.ts" } }, "typesVersions": { "*": { "web": [ "./dist/apps/to_customer/store_web/sdk/index.d.ts" ] } }, "main": "./dist/nodejs/index.js", "module": "./dist/web/index.js" }