|
1 | 1 | { "name": "@nextjournal/clojure-mode", |
2 | 2 | "files": ["dist"], |
3 | | - "version": "0.1.0-rc2", |
| 3 | + "version": "0.1.0", |
4 | 4 | "license": "EPL-2.0", |
5 | 5 | "repository": { |
6 | 6 | "type": "git", |
|
20 | 20 | "@lezer/highlight": "^1.0.0", |
21 | 21 | "@lezer/lr": "^1.0.0", |
22 | 22 | "@nextjournal/lezer-clojure": "1.0.0", |
23 | | - "d3-require": "^1.2.4", |
24 | | - "emoji-regex": "^10.0.0", |
25 | | - "framer-motion": "^6.2.8", |
26 | | - "katex": "^0.12.0", |
27 | | - "markdown-it": "12.3.2", |
28 | | - "markdown-it-block-image": "0.0.3", |
29 | | - "markdown-it-sidenote": "https://github.com/gerwitz/markdown-it-sidenote#aa5de8ce3168b7d41cb33c3aed071a5f41ce0083", |
30 | | - "markdown-it-texmath": "0.9.1", |
31 | | - "markdown-it-toc-done-right": "4.2.0", |
32 | | - "punycode": "2.1.1", |
33 | | - "react": "^17.0.2", |
34 | | - "react-dom": "^17.0.2", |
35 | 23 | "squint-cljs": "0.3.36", |
36 | 24 | "w3c-keyname": "^2.2.4" |
37 | 25 | }, |
|
47 | 35 | "vite:build": "yarn vite build --config vite.config.js public/squint" |
48 | 36 | }, |
49 | 37 | "devDependencies": { |
| 38 | + "@codemirror/lang-javascript": "^6.0.0", |
50 | 39 | "@nextjournal/clojure-mode": "link:.", |
| 40 | + "d3-require": "^1.2.4", |
| 41 | + "emoji-regex": "^10.0.0", |
| 42 | + "framer-motion": "^6.2.8", |
| 43 | + "katex": "^0.12.0", |
| 44 | + "markdown-it": "12.3.2", |
| 45 | + "markdown-it-block-image": "0.0.3", |
| 46 | + "markdown-it-sidenote": "https://github.com/gerwitz/markdown-it-sidenote#aa5de8ce3168b7d41cb33c3aed071a5f41ce0083", |
| 47 | + "markdown-it-texmath": "0.9.1", |
| 48 | + "markdown-it-toc-done-right": "4.2.0", |
| 49 | + "punycode": "2.1.1", |
| 50 | + "react": "^17.0.2", |
| 51 | + "react-dom": "^17.0.2", |
| 52 | + "rollup-plugin-analyzer": "^4.0.0", |
51 | 53 | "shadow-cljs": "2.19.5", |
52 | | - "vite": "^4.4.9", |
53 | | - "rollup-plugin-analyzer": "^4.0.0" |
| 54 | + "vite": "^4.4.9" |
54 | 55 | }, |
55 | 56 | "exports": { |
56 | 57 | ".": "dist/nextjournal/clojure_mode.mjs" |
|
0 commit comments