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",
|
||||
"description": "Reuseable React Components to build mapping apps for real life communities and networks",
|
||||
"repository": "https://github.com/utopia-os/utopia-ui",
|
||||
"homepage:": "https://utopia-os.org/",
|
||||
"module": "dist/index.js",
|
||||
"homepage": "https://utopia-os.org/",
|
||||
"module": "dist/index.esm.js",
|
||||
"main": "dist/index.cjs",
|
||||
"types": "dist/index.d.ts",
|
||||
"exports": {
|
||||
".": {
|
||||
"import": "./dist/index.js",
|
||||
"import": "./dist/index.esm.js",
|
||||
"require": "./dist/index.cjs",
|
||||
"types": "./dist/index.d.ts"
|
||||
}
|
||||
},
|
||||
|
||||
@ -7,9 +7,13 @@ export default [
|
||||
input: 'src/index.tsx',
|
||||
output: [
|
||||
{
|
||||
file: 'dist/index.js',
|
||||
file: 'dist/index.esm.js',
|
||||
format: 'esm',
|
||||
},
|
||||
{
|
||||
file: 'dist/index.cjs',
|
||||
format: 'cjs',
|
||||
},
|
||||
],
|
||||
plugins: [
|
||||
postcss({
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user