-
Notifications
You must be signed in to change notification settings - Fork 84
/
package.json
60 lines (60 loc) · 1.55 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
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "rrweb-player",
"version": "0.7.4",
"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": "^2.45.2",
"rollup-plugin-css-only": "^3.1.0",
"rollup-plugin-livereload": "^2.0.0",
"rollup-plugin-svelte": "^7.1.0",
"rollup-plugin-terser": "^7.0.2",
"sirv-cli": "^0.4.4",
"svelte": "^3.2.0",
"svelte-check": "^1.4.0",
"svelte-preprocess": "^4.0.0",
"tslib": "^2.0.0",
"typescript": "^3.9.7"
},
"dependencies": {
"@tsconfig/svelte": "^1.0.0",
"rrweb": "^1.0.1"
},
"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"
}