This repository was archived by the owner on May 8, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.93 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 1.93 KB
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
{
"name": "cm6-demo",
"version": "1.0.0",
"description": "Demo of using CodeMirror 6 with ractive-player + remotion",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Yuri Sulyma <yuri@ractive-player.org>",
"license": "MIT",
"dependencies": {
"@codemirror/autocomplete": "^0.18.5",
"@codemirror/basic-setup": "^0.18.0",
"@codemirror/closebrackets": "^0.18.0",
"@codemirror/collab": "^0.18.2",
"@codemirror/commands": "^0.18.2",
"@codemirror/comment": "^0.18.0",
"@codemirror/fold": "^0.18.1",
"@codemirror/gutter": "^0.18.2",
"@codemirror/highlight": "^0.18.3",
"@codemirror/history": "^0.18.1",
"@codemirror/lang-css": "^0.18.0",
"@codemirror/lang-html": "^0.18.1",
"@codemirror/lang-javascript": "^0.18.0",
"@codemirror/lang-json": "^0.18.0",
"@codemirror/lang-markdown": "^0.18.2",
"@codemirror/lang-python": "^0.18.0",
"@codemirror/lang-sql": "^0.18.0",
"@codemirror/lang-xml": "^0.18.0",
"@codemirror/language": "^0.18.1",
"@codemirror/language-data": "^0.18.0",
"@codemirror/lint": "^0.18.2",
"@codemirror/matchbrackets": "^0.18.0",
"@codemirror/panel": "^0.18.1",
"@codemirror/rangeset": "^0.18.1",
"@codemirror/rectangular-selection": "^0.18.0",
"@codemirror/search": "^0.18.2",
"@codemirror/state": "^0.18.7",
"@codemirror/text": "^0.18.0",
"@codemirror/tooltip": "^0.18.4",
"@codemirror/view": "^0.18.11",
"@remotion/player": "^2.1.0",
"ractive-player": "^2.0.4",
"rp-codemirror": "^2.0.0",
"rp-recording": "^2.0.1",
"ts-loader": "^9.1.2",
"webpack": "^5.36.2",
"zustand": "^3.5.1"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.22.1",
"@typescript-eslint/parser": "^4.22.1",
"eslint": "^7.26.0",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "^4.2.0",
"webpack-cli": "^4.7.0"
}
}