Skip to content

Commit

Permalink
Added package
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed Nov 28, 2024
1 parent 2b49a37 commit ff0815d
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@
".": "./dist/index.js",
"./dist/*": "./dist/*"
},
"files": [
"dist",
"src"
],
"files": ["dist", "src"],
"scripts": {
"start": "vite --clearScreen false --port $UI_PORT",
"build": "npm run lint && tsc",
Expand All @@ -27,6 +24,7 @@
"@lit-labs/task": "^2.0.0",
"@lit/context": "^1.0.0",
"@lit/localize": "^0.12.0",
"@mdi/js": "^7.4.47",
"@scoped-elements/dropzone": "^0.2.1",
"@shoelace-style/shoelace": "^2.11.0",
"@tnesh-stack/elements": "^0.300.5",
Expand Down Expand Up @@ -61,4 +59,4 @@
},
"customElements": "custom-elements.json",
"type": "module"
}
}

0 comments on commit ff0815d

Please sign in to comment.