51 lines
1.2 KiB
JSON
51 lines
1.2 KiB
JSON
{
|
|
"name": "rrweb-player",
|
|
"version": "0.4.5",
|
|
"devDependencies": {
|
|
"eslint": "^5.10.0",
|
|
"eslint-config-google": "^0.11.0",
|
|
"eslint-plugin-html": "^4.0.6",
|
|
"npm-run-all": "^4.1.3",
|
|
"rollup": "^0.66.2",
|
|
"rollup-plugin-commonjs": "^9.1.8",
|
|
"rollup-plugin-node-resolve": "^3.4.0",
|
|
"rollup-plugin-postcss": "^1.6.3",
|
|
"rollup-plugin-svelte": "^4.5.0",
|
|
"rollup-plugin-terser": "^3.0.0",
|
|
"sirv-cli": "^0.2.2",
|
|
"svelte": "^2.16.0"
|
|
},
|
|
"dependencies": {
|
|
"rrweb": "^0.7.32"
|
|
},
|
|
"scripts": {
|
|
"build": "rollup -c",
|
|
"prepublishOnly": "npm run build",
|
|
"autobuild": "rollup -c -w",
|
|
"dev": "run-p start:dev autobuild",
|
|
"start": "sirv public",
|
|
"start:dev": "sirv public --dev"
|
|
},
|
|
"description": "rrweb's replayer UI",
|
|
"main": "lib/index.js",
|
|
"module": "dist/index.mjs",
|
|
"unpkg": "dist/index.js",
|
|
"files": [
|
|
"lib",
|
|
"dist"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/rrweb-io/rrweb-player.git"
|
|
},
|
|
"keywords": [
|
|
"rrweb"
|
|
],
|
|
"author": "yanzhen@smartx.com",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/rrweb-io/rrweb-player/issues"
|
|
},
|
|
"homepage": "https://github.com/rrweb-io/rrweb-player#readme"
|
|
}
|