-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
47 lines (47 loc) · 1.33 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
{
"name": "mecca",
"version": "1.0.0",
"description": "The Music Education, Composition, Creation Application",
"main": "index.js",
"directories": {
"doc": "docs",
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/porkostomus/mecca.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/porkostomus/mecca/issues"
},
"homepage": "https://github.com/porkostomus/mecca#readme",
"dependencies": {
"@codemirror/autocomplete": "0.18.0",
"@codemirror/closebrackets": "0.18.0",
"@codemirror/commands": "0.18.0",
"@codemirror/comment": "0.18.0",
"@codemirror/fold": "0.18.0",
"@codemirror/gutter": "0.18.0",
"@codemirror/highlight": "0.18.0",
"@codemirror/history": "0.18.0",
"@codemirror/language": "0.18.0",
"@codemirror/lint": "0.18.0",
"@codemirror/matchbrackets": "0.18.0",
"@codemirror/rectangular-selection": "0.18.0",
"@codemirror/search": "0.18.0",
"@codemirror/state": "0.18.0",
"@codemirror/view": "0.18.0",
"create-react-class": "^15.6.3",
"lezer-clojure": "0.1.10",
"lezer-generator": "^0.13.4",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"shadow-cljs": "^2.8.83"
}
}