File tree Expand file tree Collapse file tree 2 files changed +13
-30
lines changed Expand file tree Collapse file tree 2 files changed +13
-30
lines changed Original file line number Diff line number Diff line change 3
3
4
4
# dependencies
5
5
/node_modules
6
- /.pnp
7
- .pnp.js
8
6
9
7
# production
10
- webpack *
11
- rollup *
12
- .babelrc.js
8
+ /.github
13
9
14
10
# development
15
11
/build
16
12
/sandbox
17
13
18
14
# demo
19
15
/example
20
- index.html
21
16
/demo
22
17
23
18
# testing
24
19
/coverage
25
20
26
21
# misc
27
- .DS_Store
28
22
.env.local
29
23
.env.development.local
30
24
.env.test.local
Original file line number Diff line number Diff line change 2
2
"name" : " string-to-react-component" ,
3
3
"version" : " 3.1.0" ,
4
4
"private" : false ,
5
+ "description" : " Create React component from string" ,
6
+ "keywords" : [
7
+ " react" ,
8
+ " component" ,
9
+ " string" ,
10
+ " element" ,
11
+ " jsx" ,
12
+ " converter" ,
13
+ " parser" ,
14
+ " string-to-react" ,
15
+ " convert-string-to-react-component"
16
+ ],
5
17
"author" : {
6
18
"name" : " dev-javascript" ,
7
19
"email" : " javascript.code.dev@gmail.com"
8
20
},
9
21
"types" : " ./index.d.ts" ,
10
- "description" : " Create React component from string" ,
11
22
"main" : " lib/cjs/index.js" ,
12
23
"module" : " lib/esm/index.js" ,
13
24
"repository" : {
76
87
"webpack" : " ^5.93.0" ,
77
88
"webpack-cli" : " ^5.1.4"
78
89
},
79
- "files" : [
80
- " plugins" ,
81
- " dist" ,
82
- " flow-typed" ,
83
- " lib" ,
84
- " style" ,
85
- " theme" ,
86
- " themes" ,
87
- " src" ,
88
- " !*.test.js" ,
89
- " !*.test.js.snap" ,
90
- " index.d.ts"
91
- ],
92
- "keywords" : [
93
- " react" ,
94
- " component" ,
95
- " string" ,
96
- " element" ,
97
- " jsx" ,
98
- " converter" ,
99
- " parser"
100
- ],
101
90
"license" : " MIT" ,
102
91
"directories" : {
103
92
"lib" : " lib"
You can’t perform that action at this time.
0 commit comments