Skip to content

Commit

Permalink
chore(scarf): add scarf package analytics dependency
Browse files Browse the repository at this point in the history
Adds scarf.sh dependency to track library and documentation usage.
  • Loading branch information
bhough committed Jan 24, 2021
1 parent 8cfe69d commit 2968845
Show file tree
Hide file tree
Showing 2 changed files with 392 additions and 197 deletions.
31 changes: 16 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,45 +63,46 @@
"build:lib": "src/**/*.js"
},
"dependencies": {
"@babel/runtime": "^7.12.5"
"@babel/runtime": "^7.12.5",
"@scarf/scarf": "^1.1.0"
},
"devDependencies": {
"@babel/cli": "^7.12.8",
"@babel/core": "^7.12.9",
"@babel/plugin-transform-runtime": "^7.12.1",
"@babel/cli": "^7.12.10",
"@babel/core": "^7.12.10",
"@babel/plugin-transform-runtime": "^7.12.10",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.12.7",
"@babel/preset-env": "^7.12.11",
"@babel/preset-flow": "^7.12.1",
"@rollup/plugin-babel": "^5.2.1",
"@rollup/plugin-node-resolve": "^10.0.0",
"@rollup/plugin-babel": "^5.2.2",
"@rollup/plugin-node-resolve": "^11.1.0",
"@rollup/plugin-replace": "^2.3.4",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.6.3",
"babel-plugin-add-module-exports": "^1.0.2",
"babel-plugin-annotate-pure-calls": "^0.4.0",
"babel-plugin-preval": "5.0.0",
"cross-env": "^7.0.2",
"cross-env": "^7.0.3",
"cz-conventional-changelog": "^3.1.0",
"documentation": "12.3.0",
"eslint": "^7.14.0",
"eslint": "^7.18.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1",
"flow-bin": "^0.133.0",
"flow-copy-source": "^2.0.8",
"husky": "^4.2.5",
"husky": "^4.3.8",
"jest": "^26.6.3",
"lint-staged": "^10.5.2",
"lint-staged": "^10.5.3",
"npm-watch": "^0.7.0",
"prettier": "^2.2.0",
"prettier": "^2.2.1",
"pushstate-server": "^3.1.0",
"ramda": "^0.27.0",
"rollup": "^2.33.3",
"rollup": "^2.38.0",
"rollup-plugin-sourcemaps": "^0.6.3",
"rollup-plugin-terser": "^7.0.2",
"semantic-release": "^17.3.0",
"semantic-release": "^17.3.7",
"shx": "^0.3.3",
"tsgen": "1.3.0",
"typescript": "4.1.2",
"typescript": "4.1.3",
"validate-commit-msg": "^2.14.0"
},
"config": {
Expand Down
Loading

0 comments on commit 2968845

Please sign in to comment.