60 lines
1.5 KiB
JSON
60 lines
1.5 KiB
JSON
{
|
|
"name": "rrweb-player",
|
|
"version": "0.7.0",
|
|
"devDependencies": {
|
|
"@rollup/plugin-commonjs": "^11.0.0",
|
|
"@rollup/plugin-node-resolve": "^7.0.0",
|
|
"@rollup/plugin-typescript": "^4.0.0",
|
|
"@typescript-eslint/eslint-plugin": "^3.7.0",
|
|
"@typescript-eslint/parser": "^3.7.0",
|
|
"eslint": "^7.5.0",
|
|
"eslint-config-google": "^0.11.0",
|
|
"eslint-plugin-svelte3": "^2.7.3",
|
|
"postcss-easy-import": "^3.0.0",
|
|
"rollup": "^1.20.0",
|
|
"rollup-plugin-livereload": "^1.0.0",
|
|
"rollup-plugin-svelte": "^6.1.1",
|
|
"rollup-plugin-terser": "^5.1.2",
|
|
"sirv-cli": "^0.4.4",
|
|
"svelte": "^3.2.0",
|
|
"svelte-check": "^0.1.0",
|
|
"svelte-preprocess": "^4.0.0",
|
|
"tslib": "^2.0.0",
|
|
"typescript": "^3.9.7"
|
|
},
|
|
"dependencies": {
|
|
"rrweb": "^0.9.12",
|
|
"@tsconfig/svelte": "^1.0.0"
|
|
},
|
|
"scripts": {
|
|
"build": "rollup -c",
|
|
"dev": "rollup -c -w",
|
|
"prepublishOnly": "yarn build",
|
|
"start": "sirv public",
|
|
"validate": "svelte-check"
|
|
},
|
|
"description": "rrweb's replayer UI",
|
|
"main": "lib/index.js",
|
|
"module": "dist/index.mjs",
|
|
"unpkg": "dist/index.js",
|
|
"files": [
|
|
"lib",
|
|
"dist",
|
|
"typings"
|
|
],
|
|
"typings": "typings/index.d.ts",
|
|
"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"
|
|
}
|