|
1 | 1 | {
|
2 |
| - "name": "react-markdown", |
3 |
| - "version": "9.0.3", |
4 |
| - "description": "React component to render markdown", |
5 |
| - "license": "MIT", |
6 |
| - "keywords": [ |
7 |
| - "ast", |
8 |
| - "commonmark", |
9 |
| - "component", |
10 |
| - "gfm", |
11 |
| - "markdown", |
12 |
| - "react", |
13 |
| - "react-component", |
14 |
| - "remark", |
15 |
| - "unified" |
16 |
| - ], |
17 |
| - "repository": "remarkjs/react-markdown", |
18 |
| - "bugs": "https://github.com/remarkjs/react-markdown/issues", |
19 |
| - "funding": { |
20 |
| - "type": "opencollective", |
21 |
| - "url": "https://opencollective.com/unified" |
22 |
| - }, |
23 | 2 | "author": "Espen Hovlandsdal <[email protected]>",
|
| 3 | + "bugs": "https://github.com/remarkjs/react-markdown/issues", |
24 | 4 | "contributors": [
|
| 5 | + "Alexander Wallin <[email protected]>", |
| 6 | + "Alexander Wong <[email protected]>", |
| 7 | + "André Staltz <[email protected]>", |
| 8 | + "Angus MacIsaac <[email protected]>", |
| 9 | + "Beau Roberts <[email protected]>", |
| 10 | + "Charlie Chen <[email protected]>", |
| 11 | + "Christian Murphy <[email protected]>", |
| 12 | + "Christoph Werner <[email protected]>", |
| 13 | + |
| 14 | + |
25 | 15 | "Espen Hovlandsdal <[email protected]>",
|
26 |
| - "Titus Wormer <[email protected]> (https://wooorm.com)", |
27 |
| - "Thomas Lindstrøm <[email protected]>", |
| 16 | + "Evan Hensleigh <[email protected]>", |
28 | 17 | "Fabian Irsara <[email protected]>",
|
29 |
| - |
30 |
| - "Nicolas Venegas <[email protected]>", |
31 |
| - "Christian Murphy <[email protected]>", |
32 |
| - "Linus Unnebäck <[email protected]>", |
33 |
| - "Peng Guanwen <[email protected]>", |
34 |
| - |
35 |
| - "Jesse Pinho <[email protected]>", |
36 | 18 | "Florentin Luca Rieger <[email protected]>",
|
37 | 19 |
|
38 | 20 | "Igor Kamyshev <[email protected]>",
|
39 | 21 | "Jack Williams <[email protected]>",
|
40 | 22 | "Jakub Chrzanowski <[email protected]>",
|
41 | 23 | "Jeremy Moseley <[email protected]>",
|
| 24 | + "Jesse Pinho <[email protected]>", |
42 | 25 | "Kelvin Chan <[email protected]>",
|
43 | 26 |
|
| 27 | + "Linus Unnebäck <[email protected]>", |
44 | 28 | "Marshall Smith <[email protected]>",
|
45 | 29 | "Nathan Bierema <[email protected]>",
|
| 30 | + "Nicolas Venegas <[email protected]>", |
| 31 | + "Peng Guanwen <[email protected]>", |
46 | 32 | "Petr Gazarov <[email protected]>",
|
47 | 33 | "Phil Rajchgot <[email protected]>",
|
48 | 34 | "Rasmus Eneman <[email protected]>",
|
| 35 | + |
49 | 36 | "Riku Rouvila <[email protected]>",
|
50 | 37 | "Robin Wieruch <[email protected]>",
|
51 | 38 | "Rostyslav Melnychuk <[email protected]>",
|
52 | 39 | "Ted Piotrowski <[email protected]>",
|
53 | 40 | "Thibaud Courtoison <[email protected]>",
|
| 41 | + "Thomas Lindstrøm <[email protected]>", |
54 | 42 | "Tiago Roldão <[email protected]>",
|
| 43 | + "Titus Wormer <[email protected]> (https://wooorm.com)", |
55 | 44 |
|
56 | 45 |
|
57 | 46 |
|
58 |
| - "Alexander Wallin <[email protected]>", |
59 |
| - "vanchagreen <[email protected]>", |
60 |
| - "Alexander Wong <[email protected]>", |
61 |
| - "André Staltz <[email protected]>", |
62 |
| - "Angus MacIsaac <[email protected]>", |
63 |
| - "Beau Roberts <[email protected]>", |
64 |
| - "Charlie Chen <[email protected]>", |
65 |
| - "Christoph Werner <[email protected]>", |
66 |
| - |
67 |
| - |
68 |
| - "Evan Hensleigh <[email protected]>" |
69 |
| - ], |
70 |
| - "sideEffects": false, |
71 |
| - "type": "module", |
72 |
| - "exports": "./index.js", |
73 |
| - "files": [ |
74 |
| - "lib/", |
75 |
| - "index.d.ts.map", |
76 |
| - "index.d.ts", |
77 |
| - "index.js" |
| 47 | + |
| 48 | + |
78 | 49 | ],
|
79 | 50 | "dependencies": {
|
80 | 51 | "@types/hast": "^3.0.0",
|
|
88 | 59 | "unist-util-visit": "^5.0.0",
|
89 | 60 | "vfile": "^6.0.0"
|
90 | 61 | },
|
91 |
| - "peerDependencies": { |
92 |
| - "@types/react": ">=18", |
93 |
| - "react": ">=18" |
94 |
| - }, |
| 62 | + "description": "React component to render markdown", |
95 | 63 | "devDependencies": {
|
96 | 64 | "@types/node": "^22.0.0",
|
97 | 65 | "@types/react": "^19.0.0",
|
|
111 | 79 | "typescript": "^5.0.0",
|
112 | 80 | "xo": "^0.60.0"
|
113 | 81 | },
|
114 |
| - "scripts": { |
115 |
| - "build": "tsc --build --clean && tsc --build && type-coverage", |
116 |
| - "format": "remark . --frail --output --quiet && prettier . --log-level warn --write && xo --fix", |
117 |
| - "prepack": "npm run build && npm run format", |
118 |
| - "test": "npm run build && npm run format && npm run test-coverage", |
119 |
| - "test-api": "node --conditions development --experimental-loader=./script/load-jsx.js --no-warnings test.jsx", |
120 |
| - "test-coverage": "c8 --100 --exclude script/ --reporter lcov npm run test-api" |
| 82 | + "exports": "./index.js", |
| 83 | + "files": [ |
| 84 | + "index.d.ts.map", |
| 85 | + "index.d.ts", |
| 86 | + "index.js", |
| 87 | + "lib/" |
| 88 | + ], |
| 89 | + "funding": { |
| 90 | + "type": "opencollective", |
| 91 | + "url": "https://opencollective.com/unified" |
| 92 | + }, |
| 93 | + "keywords": [ |
| 94 | + "ast", |
| 95 | + "commonmark", |
| 96 | + "component", |
| 97 | + "gfm", |
| 98 | + "markdown", |
| 99 | + "react", |
| 100 | + "react-component", |
| 101 | + "remark", |
| 102 | + "unified" |
| 103 | + ], |
| 104 | + "license": "MIT", |
| 105 | + "name": "react-markdown", |
| 106 | + "peerDependencies": { |
| 107 | + "@types/react": ">=18", |
| 108 | + "react": ">=18" |
121 | 109 | },
|
122 | 110 | "prettier": {
|
123 | 111 | "bracketSpacing": false,
|
|
136 | 124 | ]
|
137 | 125 | ]
|
138 | 126 | },
|
| 127 | + "repository": "remarkjs/react-markdown", |
| 128 | + "scripts": { |
| 129 | + "build": "tsc --build --clean && tsc --build && type-coverage", |
| 130 | + "format": "remark --frail --output --quiet -- . && prettier --log-level warn --write -- . && xo --fix", |
| 131 | + "test-api": "node --conditions development --experimental-loader=./script/load-jsx.js --no-warnings test.jsx", |
| 132 | + "test-coverage": "c8 --100 --exclude script/ --reporter lcov -- npm run test-api", |
| 133 | + "test": "npm run build && npm run format && npm run test-coverage" |
| 134 | + }, |
| 135 | + "sideEffects": false, |
139 | 136 | "typeCoverage": {
|
140 | 137 | "atLeast": 100,
|
141 |
| - "detail": true, |
142 |
| - "ignoreCatch": true, |
143 | 138 | "strict": true
|
144 | 139 | },
|
| 140 | + "type": "module", |
| 141 | + "version": "9.0.3", |
145 | 142 | "xo": {
|
146 | 143 | "envs": [
|
147 | 144 | "shared-node-browser"
|
|
0 commit comments