Skip to content

Instantly share code, notes, and snippets.

@e111077
Last active January 2, 2024 19:19
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save e111077/c9d4512dcc35f483abbebf95da24609b to your computer and use it in GitHub Desktop.
Save e111077/c9d4512dcc35f483abbebf95da24609b to your computer and use it in GitHub Desktop.
Example package json w/o typescript
{
"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