File tree 1 file changed +20
-10
lines changed
1 file changed +20
-10
lines changed Original file line number Diff line number Diff line change 5
5
"repository" : " https://github.com/mlaursen/react-marked-renderer" ,
6
6
"author" :
" Mikkel Laursen <[email protected] >" ,
7
7
"license" : " MIT" ,
8
- "main" : " ./dist/index.cjs" ,
9
- "module" : " ./dist/index.ejs" ,
10
- "browser" : " ./dist/index.min.js" ,
11
- "types" : " ./dist/index.d.ts" ,
12
- "files" : [
13
- " dist/" ,
14
- " src/"
15
- ],
16
- "sideEffects" : false ,
17
8
"scripts" : {
18
9
"prepare" : " husky install" ,
19
10
"prebuild" : " npm-run-all -p lint typecheck api-docs create-env" ,
28
19
"start" : " next start" ,
29
20
"build" : " next build"
30
21
},
22
+ "main" : " ./dist/index.cjs" ,
23
+ "module" : " ./dist/index.ejs" ,
24
+ "browser" : " ./dist/index.min.js" ,
25
+ "types" : " ./dist/index.d.ts" ,
26
+ "files" : [
27
+ " dist/" ,
28
+ " src/"
29
+ ],
30
+ "bugs" : {
31
+ "url" : " https://github.com/mlaursen/react-marked-renderer/issues"
32
+ },
33
+ "keywords" : [
34
+ " github markdown" ,
35
+ " markdown" ,
36
+ " marked" ,
37
+ " component" ,
38
+ " react"
39
+ ],
40
+ "sideEffects" : false ,
31
41
"dependencies" : {
32
42
"@types/marked" : " ^4.0.1" ,
33
43
"marked" : " ^4.0.4"
79
89
"typescript" : " ^4.5.2"
80
90
},
81
91
"peerDependencies" : {
82
- "react" : " >= 16.8 "
92
+ "react" : " >= 16.14 "
83
93
},
84
94
"peerDependenciesMeta" : {
85
95
"react" : {
You can’t perform that action at this time.
0 commit comments