File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 2
2
"name" : " @openglobus/openglobus-react" ,
3
3
"version" : " 0.1.0" ,
4
4
"description" : " Openglobus React Components" ,
5
- "main" : " ./dist/index.umd.js " ,
5
+ "main" : " ./dist/index.umd.cjs " ,
6
6
"private" : false ,
7
- "module" : " ./dist/index.mjs " ,
8
- "types" : " ./dist/index.d.ts" ,
7
+ "module" : " ./dist/index.js " ,
8
+ "types" : " ./dist/types/ index.d.ts" ,
9
9
"type" : " module" ,
10
10
"files" : [
11
11
" dist"
12
12
],
13
13
"scripts" : {
14
14
"dev" : " vite" ,
15
15
"test" : " echo \" Error: no test specified\" && exit 1" ,
16
- "build" : " vite build && tsc " ,
16
+ "build" : " vite build" ,
17
17
"build:watch" : " vite build --watch && tsc" ,
18
18
"storybook" : " storybook dev -p 6006" ,
19
19
"build-storybook" : " storybook build"
20
20
},
21
21
"keywords" : [
22
22
" 3d" ,
23
23
" react" ,
24
+ " react-components" ,
24
25
" openglobus" ,
25
26
" gis"
26
27
],
Original file line number Diff line number Diff line change
1
+ export * from './GeoImage/GeoImage'
2
+ export * from './GeoVideo/GeoVideo'
3
+ export * from './XYZ/XYZ'
1
4
export * from './Layer/Layer'
2
5
export * from './Vector/Vector'
You can’t perform that action at this time.
0 commit comments