forked from rrweb-io/rrweb-player
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.19 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "rrweb-player",
"version": "0.3.10",
"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.11"
},
"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": "dist/index.js",
"module": "dist/index.mjs",
"files": [
"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"
}