mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-13 07:46:10 +00:00
uddated package.json
This commit is contained in:
parent
2af771a79b
commit
c6484027c4
@ -3,12 +3,14 @@
|
|||||||
"version": "3.0.55",
|
"version": "3.0.55",
|
||||||
"description": "Reuseable React Components to build mapping apps for real life communities and networks",
|
"description": "Reuseable React Components to build mapping apps for real life communities and networks",
|
||||||
"repository": "https://github.com/utopia-os/utopia-ui",
|
"repository": "https://github.com/utopia-os/utopia-ui",
|
||||||
"homepage:": "https://utopia-os.org/",
|
"homepage": "https://utopia-os.org/",
|
||||||
"module": "dist/index.js",
|
"module": "dist/index.esm.js",
|
||||||
|
"main": "dist/index.cjs",
|
||||||
"types": "dist/index.d.ts",
|
"types": "dist/index.d.ts",
|
||||||
"exports": {
|
"exports": {
|
||||||
".": {
|
".": {
|
||||||
"import": "./dist/index.js",
|
"import": "./dist/index.esm.js",
|
||||||
|
"require": "./dist/index.cjs",
|
||||||
"types": "./dist/index.d.ts"
|
"types": "./dist/index.d.ts"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@ -7,9 +7,13 @@ export default [
|
|||||||
input: 'src/index.tsx',
|
input: 'src/index.tsx',
|
||||||
output: [
|
output: [
|
||||||
{
|
{
|
||||||
file: 'dist/index.js',
|
file: 'dist/index.esm.js',
|
||||||
format: 'esm',
|
format: 'esm',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
file: 'dist/index.cjs',
|
||||||
|
format: 'cjs',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
plugins: [
|
plugins: [
|
||||||
postcss({
|
postcss({
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user