-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
64 lines (64 loc) · 2.1 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
{
"name": "@nextjournal/clojure-mode",
"files": [
"dist"
],
"version": "0.3.3",
"license": "EPL-2.0",
"repository": {
"type": "git",
"url": "https://github.com/nextjournal/clojure-mode"
},
"dependencies": {
"@codemirror/autocomplete": "^6.0.2",
"@codemirror/commands": "^6.0.0",
"@codemirror/lang-markdown": "6.0.0",
"@codemirror/language": "^6.1.0",
"@codemirror/lint": "^6.0.0",
"@codemirror/search": "^6.0.0",
"@codemirror/state": "^6.0.1",
"@codemirror/view": "^6.0.2",
"@lezer/common": "^1.0.0",
"@lezer/generator": "^1.0.0",
"@lezer/highlight": "^1.0.0",
"@lezer/lr": "^1.0.0",
"@nextjournal/lezer-clojure": "1.0.0",
"squint-cljs": "0.7.111",
"w3c-keyname": "^2.2.4"
},
"comments": {
"to run squint as a local dependency:": "bb yarn-install:squint-dev"
},
"scripts": {
"watch": "bb copy-viewer-css && shadow-cljs -A:demo watch demo livedoc test",
"build": "shadow-cljs -A:demo release demo livedoc",
"test": "shadow-cljs -A:dev release ci-test && node out/node-tests.js",
"watch2": "git ls-files | entr yarn test",
"vite:dev": "vite --open -l info --config vite.config.js public/squint",
"vite:build": "yarn vite build --config vite.config.js public/squint"
},
"devDependencies": {
"@codemirror/lang-javascript": "^6.0.0",
"@nextjournal/clojure-mode": "link:.",
"@squint-cljs/macros": "0.1.0",
"d3-require": "^1.2.4",
"emoji-regex": "^10.0.0",
"framer-motion": "^6.2.8",
"katex": "^0.12.0",
"markdown-it": "12.3.2",
"markdown-it-block-image": "0.0.3",
"markdown-it-sidenote": "https://github.com/gerwitz/markdown-it-sidenote#aa5de8ce3168b7d41cb33c3aed071a5f41ce0083",
"markdown-it-texmath": "0.9.1",
"markdown-it-toc-done-right": "4.2.0",
"punycode": "2.1.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"rollup-plugin-analyzer": "^4.0.0",
"shadow-cljs": "2.19.5",
"vite": "^4.4.9"
},
"exports": {
".": "./dist/nextjournal/clojure_mode.mjs",
"./extensions/eval-region": "./dist/nextjournal/clojure_mode/extensions/eval_region.mjs"
}
}