UNPKG

react-fullstory

Version:

A simple SSR-ready wrapper for FullStory in React

86 lines (85 loc) 2.2 kB
{ "name": "react-fullstory", "version": "1.4.0", "description": "A simple SSR-ready wrapper for FullStory in React", "main": "dist/index.cjs.js", "module": "dist/index.esm.js", "browser": "dist/index.js", "files": [ "dist", "**/*.{d.ts}" ], "scripts": { "start": "rollup -cw", "build": "rollup -c", "prepare": "yarn build", "test": "jest --coverage", "test:watch": "jest --watch", "version": "auto-changelog -p && git add CHANGELOG.md", "release": "np", "predeploy": "cd examples && yarn build && cd ../", "deploy": "gh-pages -d examples/build" }, "repository": { "type": "git", "url": "git+https://github.com/mnsht/react-fullstory.git" }, "types": "src/index.d.ts", "keywords": [ "library", "microlibrary", "fullstory", "react", "component", "moonshot", "mnsht" ], "author": "Moonshot <contact@mns.ht>", "license": "MIT", "bugs": { "url": "https://github.com/mnsht/react-fullstory/issues" }, "homepage": "https://mnsht.github.io/react-fullstory/", "browserslist": "> 0.25%, not dead", "husky": { "hooks": { "pre-commit": "pretty-quick --staged" } }, "jest": { "coveragePathIgnorePatterns": [ "/node_modules/", "<rootDir>/src/fullstory-script.js", "<rootDir>/src/mock-fullstory-script.js" ] }, "devDependencies": { "@babel/core": "^7.4.5", "@babel/preset-env": "^7.4.5", "@babel/preset-react": "^7.0.0", "@types/react": "^16.9.13", "auto-changelog": "^1.13.0", "babel-jest": "25.1.0", "babel-loader": "^8.0.6", "gh-pages": "^2.0.1", "husky": "4.2.3", "jest": "25.1.0", "np": "6.2.0", "prettier": "^1.18.2", "pretty-quick": "2.0.1", "react": "^16.8.6", "react-dom": "^16.8.6", "react-test-renderer": "^16.8.6", "rollup": "2.0.6", "rollup-plugin-babel": "^4.3.3", "rollup-plugin-commonjs": "^10.0.1", "rollup-plugin-filesize": "^6.1.1", "rollup-plugin-node-resolve": "^5.2.0", "rollup-plugin-peer-deps-external": "^2.2.0", "typescript": "^3.7.2" }, "peerDependencies": { "react": ">=16.0.0", "react-dom": ">=16.0.0" } }