This repository has been archived by the owner on May 7, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.58 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
61
{
"name": "rp-codemirror",
"version": "2.1.0",
"description": "Codemirror 6 recorder and replayer for Liqvid",
"exports": {
".": "./rp-codemirror.js",
"./extensions": "./extensions.js",
"./recorder": "./recorder.js"
},
"files": [
"rp-codemirror.js",
"recorder.js",
"extensions.js",
"rp-codemirror.d.ts",
"extensions.d.ts",
"recorder.d.ts"
],
"main": "rp-codemirror.js",
"typings": "rp-codemirror.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/ysulyma/rp-codemirror.git"
},
"keywords": [
"liqvid",
"rp-recording",
"codemirror"
],
"author": "Yuri Sulyma <yuri@liqvidjs.org>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ysulyma/rp-codemirror/issues"
},
"homepage": "https://github.com/ysulyma/rp-codemirror#readme",
"peerDependencies": {
"@types/react": "^17.0.0"
},
"devDependencies": {
"@codemirror/commands": "^0.18.1",
"@codemirror/state": "^0.18.7",
"@codemirror/text": "^0.18.0",
"@codemirror/view": "^0.18.11",
"@types/codemirror": "0.0.82",
"@types/react": "^17.0.0",
"@typescript-eslint/eslint-plugin": "^4.14.0",
"@typescript-eslint/parser": "^4.14.0",
"banner-webpack-plugin": "^0.2.3",
"eslint": "^7.18.0",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"strict-event-emitter-types": "^2.0.0",
"ts-loader": "^8.0.14",
"typescript": "^4.1.3",
"webpack": "^5.17.0",
"webpack-cli": "^4.4.0"
},
"dependencies": {
"liqvid": "^2.1.0-beta.2",
"rp-recording": "^2.0.1"
}
}