feat(init repo):
Showing
.babelrc
0 → 100644
.gitignore
0 → 100644
build.js
0 → 100644
package-lock.json
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
package.json
0 → 100644
{ | |||
"name": "hunter-rrweb", | |||
"version": "0.0.1", | |||
"description": "Tools for recording and replaying user behavior built using rrweb", | |||
"main": "dist/index.js", | |||
"scripts": { | |||
"dev": "cross-env NODE_ENV=dev node build.js", | |||
"build": "node build.js", | |||
"test": "echo \"Error: no test specified\" && exit 1" | |||
}, | |||
"repository": { | |||
"type": "git", | |||
"url": "git@gitlab2.dui88.com:Dec-F/hunter-rrweb.git" | |||
}, | |||
"keywords": [ | |||
"user", | |||
"behavior", | |||
"rrweb", | |||
"record", | |||
"replay" | |||
], | |||
"author": "Dec-F", | |||
"license": "ISC", | |||
"dependencies": { | |||
"rrweb": "^0.7.18" | |||
}, | |||
"devDependencies": { | |||
"@babel/core": "^7.4.5", | |||
"@babel/plugin-proposal-class-properties": "^7.5.0", | |||
"@babel/plugin-syntax-dynamic-import": "^7.2.0", | |||
"@babel/preset-env": "^7.4.5", | |||
"babel-loader": "^8.0.6", | |||
"cross-env": "^5.2.0", | |||
"webpack": "^4.35.2", | |||
"worker-loader": "^2.0.0" | |||
} | |||
} |
src/index.js
0 → 100644
src/lib/monitor.js
0 → 100644
src/lib/tracks.worker.js
0 → 100644
test.js
0 → 100644
webpack.config.js
0 → 100644
yarn.lock
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
Please register or sign in to comment