react packaging
This commit is contained in:
parent
fb2f63ee26
commit
b8a0559012
14 changed files with 792 additions and 96 deletions
|
|
@ -2,6 +2,18 @@
|
|||
"name": "@strudel.cycles/react",
|
||||
"private": true,
|
||||
"version": "0.0.0",
|
||||
"main": "dist/index.cjs.js",
|
||||
"module": "dist/index.es.js",
|
||||
"exports": {
|
||||
".": {
|
||||
"require": "./dist/index.cjs.js",
|
||||
"import": "./dist/index.es.js"
|
||||
},
|
||||
"./dist/style.css": "./dist/style.css"
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "vite build",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue