Last active
June 6, 2024 11:39
-
-
Save e111077/c9d4512dcc35f483abbebf95da24609b to your computer and use it in GitHub Desktop.
Example package json w/o typescript
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"scripts": { | |
"serve": "web-dev-server --node-resolve --watch --open", | |
}, | |
"devDependencies": { | |
"@web/dev-server": "^0.1.17" | |
}, | |
"dependencies": { | |
"lit": "^2.0.0" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment