-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
79 lines (79 loc) · 2.29 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "interactive-syntax",
"version": "0.2.5",
"repository": {
"type": "git",
"url": "git+https://github.com/LeifAndersen/interactive-syntax-clojure.git"
},
"author": "Leif Andersen",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/LeifAndersen/interactive-syntax-clojure/issues"
},
"homepage": "https://visr.pl",
"devDependencies": {
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"css-loader": "^5.2.4",
"file-loader": "^6.2.0",
"git-http-mock-server": "^2.0.0",
"html-loader": "^4.2.0",
"patch-package": "^6.5.1",
"source-map-loader": "^3.0.0",
"style-loader": "^2.0.0",
"webpack": "^5.47.1",
"webpack-cli": "^4.7.2",
"worker-loader": "^3.0.8"
},
"dependencies": {
"@babel/core": "^7.13.10",
"@babel/parser": "^7.13.11",
"@babel/template": "^7.12.13",
"@babel/types": "^7.16.7",
"@cljs-oss/module-deps": "^1.1.1",
"@reduxjs/toolkit": "^1.7.2",
"@stopify/continuations": "^0.7.5",
"@stopify/continuations-runtime": "^0.7.3",
"@stopify/higher-order-functions": "^0.7.3",
"@stopify/hygiene": "^0.7.4",
"@stopify/stopify": "npm:@leifandersen/stopify-tweak@^0.7.5-2",
"@stopify/util": "^0.7.3",
"assert": "^1.5.0",
"bootstrap": "^5.0.2",
"browserfs": "^1.4.3",
"chonky": "^2.3.2",
"chonky-icon-fontawesome": "^2.3.2",
"codemirror": "^5.58.3",
"crypto-browserify": "^3.12.0",
"file-saver": "^2.0.5",
"highlight.js": "^10.4.1",
"isomorphic-git": "^1.10.0",
"jszip": "^3.7.1",
"popper.js": "^1.16.1",
"react": "^18.2.0",
"react-bootstrap": "^2.0.0-beta.4",
"react-codemirror2": "^7.2.1",
"react-dnd": "^14.0.2",
"react-dnd-html5-backend": "^14.0.0",
"react-dom": "^18.2.0",
"react-frame-component": "^5.2.6",
"react-hotkeys": "^2.0.0",
"react-resize-detector": "^9.1.0",
"react-split-pane": "^2.0.3",
"react-switch": "^7.0.0",
"react-testing-library": "^8.0.1",
"react-to-print": "^2.14.12",
"stream-browserify": "^2.0.2",
"styled-components": "^4.4.1",
"systemjs": "^6.12.6",
"tty-browserify": "*",
"util": "^0.11.1"
},
"scripts": {
"postinstall": "patch-package",
"fig": "clojure -M:fig"
},
"overrides": {
"react": "$react"
}
}